#AF8316
A dark, vivid orange closely aligning with Darkgoldenrod.
About #AF8316
Visually, #AF8316 is defined as a vivid orange. Designers often compare it to the standard color Darkgoldenrod. In the RGB color space, it consists of 175 red, 131 green, and 22 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 25% magenta, 87% yellow, and 31% black. With a hue angle of 42.7 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AF8316
RGB175, 131, 22
HSL42.7°, 77.7%, 38.6%
CMYK0%, 25%, 87%, 31%
HSV42.7°, 87.4%, 68.6%
LAB57.5, 7.7, 58.6
XYZ25.9, 25.4, 4.3
Decimal11502358
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.08:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.17:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #AF8316;
}
.text-color {
color: #AF8316;
}
.border-color {
border: 2px solid #AF8316;
}