#A06D07
A dark, vivid orange closely aligning with Darkgoldenrod.
About #A06D07
Visually, #A06D07 is defined as a vivid orange. It is closely associated with the named CSS color Darkgoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 109, and 7.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 32% Magenta, 96% Yellow, and 37% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#A06D07
RGB160, 109, 7
HSL40.0°, 91.6%, 32.7%
CMYK0%, 32%, 96%, 37%
HSV40.0°, 95.6%, 62.7%
LAB50.0, 12.9, 55.5
XYZ20.0, 18.4, 2.7
Decimal10513671
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.48:1
Text on #FFFFFF
AA Large
4.69:1
Text on #000000
AA
4.28:1
Text on #F8FAFC
AA Large
3.98:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A06D07;
}
.text-color {
color: #A06D07;
}
.border-color {
border: 2px solid #A06D07;
}