Shades of Royal Heath #AA5877
Tints of Royal Heath #AA5877
RGB
CMYK
RGB Variations
Color information
#AA5877 (or 0xAA5877) is known color: Royal Heath. HEX triplet: AA, 58 and 77. RGB value is (170,88,119). Sum of RGB (Red+Green+Blue) = 170+88+119=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5877 is #55A788. Grayscale: #747474. Windows color (decimal): -5613449 or 7821482. OLE color: 7821482.
HSL color Cylindrical-coordinate representation of color #AA5877: hue angle of 337.32º degrees, saturation: 0.33, 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 #AA5877 is Cyan = 0, Magento = 0.48, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 119 | - |
| CMYK | 0 | 0.48 | 0.3 | 0.33 |
| HSL | 337.32º | 0.33% | 0.51% | - |
| HSV(B) | 337.32º | 0.48% | 0.67% | - |
| XYZ | 23.4 | 16.86 | 19.47 | - |
| YUV | 116.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 119 | 0 | 0.48 | 0.3 | 0.33 | 337.32 | 0.33 | 0.51 |
| Hex | AA | 58 | 77 | 0 | 30 | 1E | 21 | 151 | 21 | 33 |
| Octal | 252 | 130 | 167 | 0 | 60 | 36 | 41 | 521 | 41 | 63 |
| Binary | 10101010 | 1011000 | 1110111 | 0 | 110000 | 11110 | 100001 | 101010001 | 100001 | 110011 |
Color Harmonies of #AA5877
Complementary color
Monochromatic Colors of #AA5877
Black with #AA5877
Text Example
Text Example
White with #AA5877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5877; }
p { color: rgb(170,88,119); }
H1.HeaderClassName
{
color: #AA5877;
}
.AnyTagClassName
{
color: #AA5877;
}
</style>
background-color css
<style>
a { background-color: #AA5877; }
a { background-color: rgb(170,88,119); }
div.DivClassName
{
background-color: #AA5877;
}
.BgClassName
{
background-color: #AA5877;
}
</style>
border-color css
<style>
span { border-color: #AA5877; }
span { border-color: rgb(170,88,119); }
td.TdClassName
{
border-color: #AA5877;
}
.TagClassName
{
border-color: #AA5877;
}
</style>