Shades of Royal Heath #AA5771
Tints of Royal Heath #AA5771
RGB
CMYK
RGB Variations
Color information
#AA5771 (or 0xAA5771) is known color: Royal Heath. HEX triplet: AA, 57 and 71. RGB value is (170,87,113). Sum of RGB (Red+Green+Blue) = 170+87+113=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5771 is #55A88E. Grayscale: #727272. Windows color (decimal): -5613711 or 7428010. OLE color: 7428010.
HSL color Cylindrical-coordinate representation of color #AA5771: hue angle of 341.2º 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 #AA5771 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 113 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.33 |
| HSL | 341.2º | 0.33% | 0.5% | - |
| HSV(B) | 341.2º | 0.49% | 0.67% | - |
| XYZ | 22.97 | 16.55 | 17.61 | - |
| YUV | 114.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 113 | 0 | 0.49 | 0.34 | 0.33 | 341.2 | 0.33 | 0.5 |
| Hex | AA | 57 | 71 | 0 | 31 | 22 | 21 | 155 | 21 | 32 |
| Octal | 252 | 127 | 161 | 0 | 61 | 42 | 41 | 525 | 41 | 62 |
| Binary | 10101010 | 1010111 | 1110001 | 0 | 110001 | 100010 | 100001 | 101010101 | 100001 | 110010 |
Color Harmonies of #AA5771
Complementary color
Monochromatic Colors of #AA5771
Black with #AA5771
Text Example
Text Example
White with #AA5771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5771; }
p { color: rgb(170,87,113); }
H1.HeaderClassName
{
color: #AA5771;
}
.AnyTagClassName
{
color: #AA5771;
}
</style>
background-color css
<style>
a { background-color: #AA5771; }
a { background-color: rgb(170,87,113); }
div.DivClassName
{
background-color: #AA5771;
}
.BgClassName
{
background-color: #AA5771;
}
</style>
border-color css
<style>
span { border-color: #AA5771; }
span { border-color: rgb(170,87,113); }
td.TdClassName
{
border-color: #AA5771;
}
.TagClassName
{
border-color: #AA5771;
}
</style>