Shades of Royal Heath #A55972
Tints of Royal Heath #A55972
RGB
CMYK
RGB Variations
Color information
#A55972 (or 0xA55972) is known color: Royal Heath. HEX triplet: A5, 59 and 72. RGB value is (165,89,114). Sum of RGB (Red+Green+Blue) = 165+89+114=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A55972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55972 is #5AA68D. Grayscale: #727272. Windows color (decimal): -5940878 or 7494053. OLE color: 7494053.
HSL color Cylindrical-coordinate representation of color #A55972: hue angle of 340.26º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55972 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 89 | 114 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.35 |
| HSL | 340.26º | 0.3% | 0.5% | - |
| HSV(B) | 340.26º | 0.46% | 0.65% | - |
| XYZ | 22.13 | 16.36 | 17.91 | - |
| YUV | 114.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 114 | 0 | 0.46 | 0.31 | 0.35 | 340.26 | 0.3 | 0.5 |
| Hex | A5 | 59 | 72 | 0 | 2E | 1F | 23 | 154 | 1E | 32 |
| Octal | 245 | 131 | 162 | 0 | 56 | 37 | 43 | 524 | 36 | 62 |
| Binary | 10100101 | 1011001 | 1110010 | 0 | 101110 | 11111 | 100011 | 101010100 | 11110 | 110010 |
Color Harmonies of #A55972
Complementary color
Monochromatic Colors of #A55972
Black with #A55972
Text Example
Text Example
White with #A55972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55972; }
p { color: rgb(165,89,114); }
H1.HeaderClassName
{
color: #A55972;
}
.AnyTagClassName
{
color: #A55972;
}
</style>
background-color css
<style>
a { background-color: #A55972; }
a { background-color: rgb(165,89,114); }
div.DivClassName
{
background-color: #A55972;
}
.BgClassName
{
background-color: #A55972;
}
</style>
border-color css
<style>
span { border-color: #A55972; }
span { border-color: rgb(165,89,114); }
td.TdClassName
{
border-color: #A55972;
}
.TagClassName
{
border-color: #A55972;
}
</style>