#A86D07
A dark, vivid orange closely aligning with Darkgoldenrod.
About #A86D07
Visually, #A86D07 is defined as a vivid orange. It is closely associated with the named CSS color Darkgoldenrod. Its digital footprint relies on 168 parts red, 109 parts green, and 7 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 35% M, 96% Y, and 34% K. The HSL representation is 38.0° hue, 92.0% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A86D07
RGB168, 109, 7
HSL38.0°, 92.0%, 34.3%
CMYK0%, 35%, 96%, 34%
HSV38.0°, 95.8%, 65.9%
LAB51.0, 16.5, 56.6
XYZ21.7, 19.3, 2.8
Decimal11037959
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.86:1
Text on #000000
AA
4.13:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A86D07;
}
.text-color {
color: #A86D07;
}
.border-color {
border: 2px solid #A86D07;
}