Shades of Royal Heath #A85A72
Tints of Royal Heath #A85A72
RGB
CMYK
RGB Variations
Color information
#A85A72 (or 0xA85A72) is known color: Royal Heath. HEX triplet: A8, 5A and 72. RGB value is (168,90,114). Sum of RGB (Red+Green+Blue) = 168+90+114=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85A72 is #57A58D. Grayscale: #747474. Windows color (decimal): -5744014 or 7494312. OLE color: 7494312.
HSL color Cylindrical-coordinate representation of color #A85A72: hue angle of 341.54º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A85A72 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 90 | 114 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.34 |
| HSL | 341.54º | 0.31% | 0.51% | - |
| HSV(B) | 341.54º | 0.46% | 0.66% | - |
| XYZ | 22.84 | 16.85 | 17.97 | - |
| YUV | 116.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 114 | 0 | 0.46 | 0.32 | 0.34 | 341.54 | 0.31 | 0.51 |
| Hex | A8 | 5A | 72 | 0 | 2E | 20 | 22 | 156 | 1F | 33 |
| Octal | 250 | 132 | 162 | 0 | 56 | 40 | 42 | 526 | 37 | 63 |
| Binary | 10101000 | 1011010 | 1110010 | 0 | 101110 | 100000 | 100010 | 101010110 | 11111 | 110011 |
Color Harmonies of #A85A72
Complementary color
Monochromatic Colors of #A85A72
Black with #A85A72
Text Example
Text Example
White with #A85A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85A72; }
p { color: rgb(168,90,114); }
H1.HeaderClassName
{
color: #A85A72;
}
.AnyTagClassName
{
color: #A85A72;
}
</style>
background-color css
<style>
a { background-color: #A85A72; }
a { background-color: rgb(168,90,114); }
div.DivClassName
{
background-color: #A85A72;
}
.BgClassName
{
background-color: #A85A72;
}
</style>
border-color css
<style>
span { border-color: #A85A72; }
span { border-color: rgb(168,90,114); }
td.TdClassName
{
border-color: #A85A72;
}
.TagClassName
{
border-color: #A85A72;
}
</style>