#A85F00
A dark, vivid orange closely aligning with Chocolate.
About #A85F00
At its core, #A85F00 is a dark and vivid hue. It is closely associated with the named CSS color Chocolate. This translates to an RGB value of rgb(168, 95, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 43% magenta inks. With a hue angle of 33.9 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A85F00
RGB168, 95, 0
HSL33.9°, 100.0%, 32.9%
CMYK0%, 43%, 100%, 34%
HSV33.9°, 100.0%, 65.9%
LAB47.6, 24.3, 55.9
XYZ20.2, 16.5, 2.1
Decimal11034368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.88:1
Text on #FFFFFF
AA
4.30:1
Text on #000000
AA Large
4.67:1
Text on #F8FAFC
AA
3.66:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A85F00;
}
.text-color {
color: #A85F00;
}
.border-color {
border: 2px solid #A85F00;
}