#AFA866
A medium, moderate yellow closely aligning with Darkkhaki.
About #AFA866
At its core, #AFA866 is a medium and moderate hue. Designers often compare it to the standard color Darkkhaki. This translates to an RGB value of rgb(175, 168, 102).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 4% magenta, 42% yellow, and 31% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#AFA866
RGB175, 168, 102
HSL54.2°, 31.3%, 54.3%
CMYK0%, 4%, 42%, 31%
HSV54.2°, 41.7%, 68.6%
LAB68.1, -7.2, 34.9
XYZ34.1, 38.1, 18.1
Decimal11511910
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.62:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFA866;
}
.text-color {
color: #AFA866;
}
.border-color {
border: 2px solid #AFA866;
}