#AF9249
A medium, moderate orange closely aligning with Darkkhaki.
About #AF9249
At its core, #AF9249 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkkhaki. Its digital footprint relies on 175 parts red, 146 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 17% Magenta, 58% Yellow, and 31% Black. With a hue angle of 42.9 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AF9249
RGB175, 146, 73
HSL42.9°, 41.1%, 48.6%
CMYK0%, 17%, 58%, 31%
HSV42.9°, 58.3%, 68.6%
LAB61.8, 1.9, 42.1
XYZ29.2, 30.2, 10.6
Decimal11506249
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.99:1
Text on #FFFFFF
FAIL
7.03:1
Text on #000000
AAA
2.85:1
Text on #F8FAFC
FAIL
5.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF9249;
}
.text-color {
color: #AF9249;
}
.border-color {
border: 2px solid #AF9249;
}