#A87C07
A dark, vivid orange closely aligning with Darkgoldenrod.
About #A87C07
At its core, #A87C07 is a dark and vivid hue. It is closely associated with the named CSS color Darkgoldenrod. In the RGB color space, it consists of 168 red, 124 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 26% magenta, 96% yellow, and 34% 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. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A87C07
RGB168, 124, 7
HSL43.6°, 92.0%, 34.3%
CMYK0%, 26%, 96%, 34%
HSV43.6°, 95.8%, 65.9%
LAB54.8, 8.1, 59.4
XYZ23.4, 22.8, 3.4
Decimal11041799
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.78:1
Text on #FFFFFF
AA Large
5.55:1
Text on #000000
AA
3.62:1
Text on #F8FAFC
AA Large
4.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A87C07;
}
.text-color {
color: #A87C07;
}
.border-color {
border: 2px solid #A87C07;
}