Shades of Royal Heath #A85972
Tints of Royal Heath #A85972
RGB
CMYK
RGB Variations
Color information
#A85972 (or 0xA85972) is known color: Royal Heath. HEX triplet: A8, 59 and 72. RGB value is (168,89,114). Sum of RGB (Red+Green+Blue) = 168+89+114=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A85972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85972 is #57A68D. Grayscale: #737373. Windows color (decimal): -5744270 or 7494056. OLE color: 7494056.
HSL color Cylindrical-coordinate representation of color #A85972: hue angle of 341.01º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A85972 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 89 | 114 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.34 |
| HSL | 341.01º | 0.31% | 0.5% | - |
| HSV(B) | 341.01º | 0.47% | 0.66% | - |
| XYZ | 22.76 | 16.68 | 17.94 | - |
| YUV | 115.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 89 | 114 | 0 | 0.47 | 0.32 | 0.34 | 341.01 | 0.31 | 0.5 |
| Hex | A8 | 59 | 72 | 0 | 2F | 20 | 22 | 155 | 1F | 32 |
| Octal | 250 | 131 | 162 | 0 | 57 | 40 | 42 | 525 | 37 | 62 |
| Binary | 10101000 | 1011001 | 1110010 | 0 | 101111 | 100000 | 100010 | 101010101 | 11111 | 110010 |
Color Harmonies of #A85972
Complementary color
Monochromatic Colors of #A85972
Black with #A85972
Text Example
Text Example
White with #A85972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85972; }
p { color: rgb(168,89,114); }
H1.HeaderClassName
{
color: #A85972;
}
.AnyTagClassName
{
color: #A85972;
}
</style>
background-color css
<style>
a { background-color: #A85972; }
a { background-color: rgb(168,89,114); }
div.DivClassName
{
background-color: #A85972;
}
.BgClassName
{
background-color: #A85972;
}
</style>
border-color css
<style>
span { border-color: #A85972; }
span { border-color: rgb(168,89,114); }
td.TdClassName
{
border-color: #A85972;
}
.TagClassName
{
border-color: #A85972;
}
</style>