Shades of Royal Heath #AA5773
Tints of Royal Heath #AA5773
RGB
CMYK
RGB Variations
Color information
#AA5773 (or 0xAA5773) is known color: Royal Heath. HEX triplet: AA, 57 and 73. RGB value is (170,87,115). Sum of RGB (Red+Green+Blue) = 170+87+115=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5773 is #55A88C. Grayscale: #727272. Windows color (decimal): -5613709 or 7559082. OLE color: 7559082.
HSL color Cylindrical-coordinate representation of color #AA5773: hue angle of 339.76º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5773 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 115 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.33 |
| HSL | 339.76º | 0.33% | 0.5% | - |
| HSV(B) | 339.76º | 0.49% | 0.67% | - |
| XYZ | 23.08 | 16.6 | 18.21 | - |
| YUV | 115.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 115 | 0 | 0.49 | 0.32 | 0.33 | 339.76 | 0.33 | 0.5 |
| Hex | AA | 57 | 73 | 0 | 31 | 20 | 21 | 154 | 21 | 32 |
| Octal | 252 | 127 | 163 | 0 | 61 | 40 | 41 | 524 | 41 | 62 |
| Binary | 10101010 | 1010111 | 1110011 | 0 | 110001 | 100000 | 100001 | 101010100 | 100001 | 110010 |
Color Harmonies of #AA5773
Complementary color
Monochromatic Colors of #AA5773
Black with #AA5773
Text Example
Text Example
White with #AA5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5773; }
p { color: rgb(170,87,115); }
H1.HeaderClassName
{
color: #AA5773;
}
.AnyTagClassName
{
color: #AA5773;
}
</style>
background-color css
<style>
a { background-color: #AA5773; }
a { background-color: rgb(170,87,115); }
div.DivClassName
{
background-color: #AA5773;
}
.BgClassName
{
background-color: #AA5773;
}
</style>
border-color css
<style>
span { border-color: #AA5773; }
span { border-color: rgb(170,87,115); }
td.TdClassName
{
border-color: #AA5773;
}
.TagClassName
{
border-color: #AA5773;
}
</style>