#A85F07
A dark, vivid orange closely aligning with Chocolate.
About #A85F07
Visually, #A85F07 is defined as a vivid orange. Designers often compare it to the standard color Chocolate. This translates to an RGB value of rgb(168, 95, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 43% Magenta, 96% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A85F07
RGB168, 95, 7
HSL32.8°, 92.0%, 34.3%
CMYK0%, 43%, 96%, 34%
HSV32.8°, 95.8%, 65.9%
LAB47.7, 24.4, 54.3
XYZ20.3, 16.5, 2.3
Decimal11034375
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.66:1
Text on #F8FAFC
AA
3.66:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A85F07;
}
.text-color {
color: #A85F07;
}
.border-color {
border: 2px solid #A85F07;
}