#AF992C
A medium, moderate yellow closely aligning with Olive.
About #AF992C
Visually, #AF992C is defined as a moderate yellow. Its closest recognized web color is Olive. This translates to an RGB value of rgb(175, 153, 44).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 13% M, 75% Y, and 31% K. The HSL representation is 49.9° hue, 59.8% saturation, and 42.9% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF992C
RGB175, 153, 44
HSL49.9°, 59.8%, 42.9%
CMYK0%, 13%, 75%, 31%
HSV49.9°, 74.9%, 68.6%
LAB63.4, -3.6, 56.7
XYZ29.5, 32.1, 7.0
Decimal11508012
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.83:1
Text on #FFFFFF
FAIL
7.42:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF992C;
}
.text-color {
color: #AF992C;
}
.border-color {
border: 2px solid #AF992C;
}