#AF922C
A medium, moderate yellow closely aligning with Darkgoldenrod.
About #AF922C
At its core, #AF922C is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkgoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 146, and 44.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 17% magenta inks. With a hue angle of 46.7 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#AF922C
RGB175, 146, 44
HSL46.7°, 59.8%, 42.9%
CMYK0%, 17%, 75%, 31%
HSV46.7°, 74.9%, 68.6%
LAB61.5, 0.1, 54.9
XYZ28.4, 29.9, 6.6
Decimal11506220
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.01:1
Text on #FFFFFF
AA Large
6.97:1
Text on #000000
AA
2.88:1
Text on #F8FAFC
FAIL
5.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF922C;
}
.text-color {
color: #AF922C;
}
.border-color {
border: 2px solid #AF922C;
}