#AFAF6D
A medium, muted yellow closely aligning with Darkkhaki.
About #AFAF6D
When working with digital screens, the color #AFAF6D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkkhaki. In the RGB color space, it consists of 175 red, 175 green, and 109 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 0% Magenta, 38% Yellow, and 31% Black. With a hue angle of 60.0 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#AFAF6D
RGB175, 175, 109
HSL60.0°, 29.2%, 55.7%
CMYK0%, 0%, 38%, 31%
HSV60.0°, 37.7%, 68.6%
LAB70.1, -10.1, 33.9
XYZ35.8, 40.9, 20.5
Decimal11513709
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.29:1
Text on #FFFFFF
FAIL
9.18:1
Text on #000000
AAA
2.19:1
Text on #F8FAFC
FAIL
7.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFAF6D;
}
.text-color {
color: #AFAF6D;
}
.border-color {
border: 2px solid #AFAF6D;
}