#A85000
A dark, vivid orange closely aligning with Chocolate.
About #A85000
At its core, #A85000 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Chocolate. This translates to an RGB value of rgb(168, 80, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 52% Magenta, 100% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A85000
RGB168, 80, 0
HSL28.6°, 100.0%, 32.9%
CMYK0%, 52%, 100%, 34%
HSV28.6°, 100.0%, 65.9%
LAB44.3, 32.4, 53.9
XYZ19.0, 14.1, 1.7
Decimal11030528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.51:1
Text on #FFFFFF
AA
3.81: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: #A85000;
}
.text-color {
color: #A85000;
}
.border-color {
border: 2px solid #A85000;
}