#AFA850
A medium, moderate yellow closely aligning with Darkkhaki.
About #AFA850
When working with digital screens, the color #AFA850 is rendered by mixing light. Its closest recognized web color is Darkkhaki. Its digital footprint relies on 175 parts red, 168 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 4% M, 54% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFA850
RGB175, 168, 80
HSL55.6°, 37.3%, 50.0%
CMYK0%, 4%, 54%, 31%
HSV55.6°, 54.3%, 68.6%
LAB67.8, -9.3, 45.7
XYZ33.1, 37.7, 13.1
Decimal11511888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.46:1
Text on #FFFFFF
FAIL
8.54:1
Text on #000000
AAA
2.35:1
Text on #F8FAFC
FAIL
7.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFA850;
}
.text-color {
color: #AFA850;
}
.border-color {
border: 2px solid #AFA850;
}