#AFA02C
A medium, moderate yellow closely aligning with Olive.
About #AFA02C
At its core, #AFA02C is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Olive. In the RGB color space, it consists of 175 red, 160 green, and 44 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 9% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFA02C
RGB175, 160, 44
HSL53.1°, 59.8%, 42.9%
CMYK0%, 9%, 75%, 31%
HSV53.1°, 74.9%, 68.6%
LAB65.3, -7.4, 58.5
XYZ30.7, 34.4, 7.4
Decimal11509804
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.66:1
Text on #FFFFFF
FAIL
7.89:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AFA02C;
}
.text-color {
color: #AFA02C;
}
.border-color {
border: 2px solid #AFA02C;
}