#A06D00
A dark, vivid orange closely aligning with Darkgoldenrod.
About #A06D00
When working with digital screens, the color #A06D00 is rendered by mixing light. Its closest recognized web color is Darkgoldenrod. In the RGB color space, it consists of 160 red, 109 green, and 0 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 32% magenta, 100% yellow, and 37% black. The HSL representation is 40.9° hue, 100.0% saturation, and 31.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A06D00
RGB160, 109, 0
HSL40.9°, 100.0%, 31.4%
CMYK0%, 32%, 100%, 37%
HSV40.9°, 100.0%, 62.7%
LAB50.0, 12.8, 56.9
XYZ20.0, 18.4, 2.5
Decimal10513664
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.49:1
Text on #FFFFFF
AA Large
4.68:1
Text on #000000
AA
4.29:1
Text on #F8FAFC
AA Large
3.98:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A06D00;
}
.text-color {
color: #A06D00;
}
.border-color {
border: 2px solid #A06D00;
}