#A88350
A medium, moderate orange closely aligning with Tan.
About #A88350
At its core, #A88350 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Tan. In the RGB color space, it consists of 168 red, 131 green, and 80 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 22% magenta, 52% yellow, and 34% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A88350
RGB168, 131, 80
HSL34.8°, 35.5%, 48.6%
CMYK0%, 22%, 52%, 34%
HSV34.8°, 52.4%, 65.9%
LAB57.2, 7.8, 32.8
XYZ25.7, 25.1, 11.1
Decimal11043664
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.03:1
Text on #000000
AA
3.33:1
Text on #F8FAFC
AA Large
5.12:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #A88350;
}
.text-color {
color: #A88350;
}
.border-color {
border: 2px solid #A88350;
}