#AF9933
A medium, moderate yellow closely aligning with Olive.
About #AF9933
Visually, #AF9933 is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Olive. This translates to an RGB value of rgb(175, 153, 51).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 13% magenta, 71% yellow, and 31% black. With a hue angle of 49.4 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AF9933
RGB175, 153, 51
HSL49.4°, 54.9%, 44.3%
CMYK0%, 13%, 71%, 31%
HSV49.4°, 70.9%, 68.6%
LAB63.5, -3.3, 54.0
XYZ29.7, 32.1, 7.8
Decimal11508019
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.83:1
Text on #FFFFFF
FAIL
7.43:1
Text on #000000
AAA
2.70:1
Text on #F8FAFC
FAIL
6.31:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF9933;
}
.text-color {
color: #AF9933;
}
.border-color {
border: 2px solid #AF9933;
}