#A85057
A medium, moderate red closely aligning with Indianred.
About #A85057
At its core, #A85057 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Indianred. This translates to an RGB value of rgb(168, 80, 87).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 52% Magenta, 48% Yellow, and 34% Black. With a hue angle of 355.2 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A85057
RGB168, 80, 87
HSL355.2°, 35.5%, 48.6%
CMYK0%, 52%, 48%, 34%
HSV355.2°, 52.4%, 65.9%
LAB45.3, 36.8, 13.2
XYZ20.7, 14.8, 10.8
Decimal11030615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.32:1
Text on #FFFFFF
AA
3.95:1
Text on #000000
AA Large
5.08:1
Text on #F8FAFC
AA
3.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A85057;
}
.text-color {
color: #A85057;
}
.border-color {
border: 2px solid #A85057;
}