#A86D00
A dark, vivid orange closely aligning with Darkgoldenrod.
About #A86D00
The precise color #A86D00 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkgoldenrod. This translates to an RGB value of rgb(168, 109, 0).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 35% Magenta, 100% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A86D00
RGB168, 109, 0
HSL38.9°, 100.0%, 32.9%
CMYK0%, 35%, 100%, 34%
HSV38.9°, 100.0%, 65.9%
LAB51.0, 16.4, 58.1
XYZ21.6, 19.3, 2.6
Decimal11037952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.85:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A86D00;
}
.text-color {
color: #A86D00;
}
.border-color {
border: 2px solid #A86D00;
}