#AB9462
A medium, moderate orange closely aligning with Tan.
About #AB9462
The precise color #AB9462 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Tan. In the RGB color space, it consists of 171 red, 148 green, and 98 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 13% M, 43% Y, and 33% K. With a hue angle of 41.1 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AB9462
RGB171, 148, 98
HSL41.1°, 30.3%, 52.7%
CMYK0%, 13%, 43%, 33%
HSV41.1°, 42.7%, 67.1%
LAB62.3, 1.5, 29.6
XYZ29.6, 30.7, 15.9
Decimal11244642
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.14:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AB9462;
}
.text-color {
color: #AB9462;
}
.border-color {
border: 2px solid #AB9462;
}