#A06D16
A dark, vivid orange closely aligning with Darkgoldenrod.
About #A06D16
The hex code #A06D16 represents a beautifully specific shade of orange. Designers often compare it to the standard color Darkgoldenrod. Its digital footprint relies on 160 parts red, 109 parts green, and 22 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 32% M, 86% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A06D16
RGB160, 109, 22
HSL37.8°, 75.8%, 35.7%
CMYK0%, 32%, 86%, 37%
HSV37.8°, 86.2%, 62.7%
LAB50.1, 13.2, 51.8
XYZ20.1, 18.5, 3.3
Decimal10513686
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.47:1
Text on #FFFFFF
AA Large
4.69:1
Text on #000000
AA
4.28:1
Text on #F8FAFC
AA Large
3.99:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A06D16;
}
.text-color {
color: #A06D16;
}
.border-color {
border: 2px solid #A06D16;
}