Shades of Royal Heath #AA5977
Tints of Royal Heath #AA5977
RGB
CMYK
RGB Variations
Color information
#AA5977 (or 0xAA5977) is known color: Royal Heath. HEX triplet: AA, 59 and 77. RGB value is (170,89,119). Sum of RGB (Red+Green+Blue) = 170+89+119=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5977 is #55A688. Grayscale: #747474. Windows color (decimal): -5613193 or 7821738. OLE color: 7821738.
HSL color Cylindrical-coordinate representation of color #AA5977: hue angle of 337.78º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA5977 is Cyan = 0, Magento = 0.48, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 89 | 119 | - |
| CMYK | 0 | 0.48 | 0.3 | 0.33 |
| HSL | 337.78º | 0.32% | 0.51% | - |
| HSV(B) | 337.78º | 0.48% | 0.67% | - |
| XYZ | 23.48 | 17.02 | 19.5 | - |
| YUV | 116.64 | 129.34 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 89 | 119 | 0 | 0.48 | 0.3 | 0.33 | 337.78 | 0.32 | 0.51 |
| Hex | AA | 59 | 77 | 0 | 30 | 1E | 21 | 152 | 20 | 33 |
| Octal | 252 | 131 | 167 | 0 | 60 | 36 | 41 | 522 | 40 | 63 |
| Binary | 10101010 | 1011001 | 1110111 | 0 | 110000 | 11110 | 100001 | 101010010 | 100000 | 110011 |
Color Harmonies of #AA5977
Complementary color
Monochromatic Colors of #AA5977
Black with #AA5977
Text Example
Text Example
White with #AA5977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5977; }
p { color: rgb(170,89,119); }
H1.HeaderClassName
{
color: #AA5977;
}
.AnyTagClassName
{
color: #AA5977;
}
</style>
background-color css
<style>
a { background-color: #AA5977; }
a { background-color: rgb(170,89,119); }
div.DivClassName
{
background-color: #AA5977;
}
.BgClassName
{
background-color: #AA5977;
}
</style>
border-color css
<style>
span { border-color: #AA5977; }
span { border-color: rgb(170,89,119); }
td.TdClassName
{
border-color: #AA5977;
}
.TagClassName
{
border-color: #AA5977;
}
</style>