#A85007
A dark, vivid orange closely aligning with Chocolate.
About #A85007
Visually, #A85007 is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Chocolate. Its digital footprint relies on 168 parts red, 80 parts green, and 7 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 52% Magenta, 96% Yellow, and 34% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A85007
RGB168, 80, 7
HSL27.2°, 92.0%, 34.3%
CMYK0%, 52%, 96%, 34%
HSV27.2°, 95.8%, 65.9%
LAB44.3, 32.5, 52.0
XYZ19.1, 14.1, 1.9
Decimal11030535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.50:1
Text on #FFFFFF
AA
3.82:1
Text on #000000
AA Large
5.26:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A85007;
}
.text-color {
color: #A85007;
}
.border-color {
border: 2px solid #A85007;
}