#AFA06D
A medium, muted yellow closely aligning with Tan.
About #AFA06D
Visually, #AFA06D is defined as a muted yellow. It is closely associated with the named CSS color Tan. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 160, and 109.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 9% magenta, 38% yellow, and 31% black. With a hue angle of 46.4 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFA06D
RGB175, 160, 109
HSL46.4°, 29.2%, 55.7%
CMYK0%, 9%, 38%, 31%
HSV46.4°, 37.7%, 68.6%
LAB66.0, -2.1, 28.6
XYZ33.0, 35.4, 19.6
Decimal11509869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.60:1
Text on #FFFFFF
FAIL
8.07:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AFA06D;
}
.text-color {
color: #AFA06D;
}
.border-color {
border: 2px solid #AFA06D;
}