#A85707
A dark, vivid orange closely aligning with Chocolate.
About #A85707
Visually, #A85707 is defined as a vivid orange. Designers often compare it to the standard color Chocolate. In the RGB color space, it consists of 168 red, 87 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 48% Magenta, 96% Yellow, and 34% Black. With a hue angle of 29.8 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#A85707
RGB168, 87, 7
HSL29.8°, 92.0%, 34.3%
CMYK0%, 48%, 96%, 34%
HSV29.8°, 95.8%, 65.9%
LAB45.8, 28.8, 53.1
XYZ19.6, 15.2, 2.1
Decimal11032327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.21:1
Text on #FFFFFF
AA
4.03:1
Text on #000000
AA Large
4.98:1
Text on #F8FAFC
AA
3.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A85707;
}
.text-color {
color: #A85707;
}
.border-color {
border: 2px solid #A85707;
}