Shades of Royal Heath #AA5377
Tints of Royal Heath #AA5377
RGB
CMYK
RGB Variations
Color information
#AA5377 (or 0xAA5377) is known color: Royal Heath. HEX triplet: AA, 53 and 77. RGB value is (170,83,119). Sum of RGB (Red+Green+Blue) = 170+83+119=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5377 is #55AC88. Grayscale: #717171. Windows color (decimal): -5614729 or 7820202. OLE color: 7820202.
HSL color Cylindrical-coordinate representation of color #AA5377: hue angle of 335.17º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5377 is Cyan = 0, Magento = 0.51, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 119 | - |
| CMYK | 0 | 0.51 | 0.3 | 0.33 |
| HSL | 335.17º | 0.34% | 0.5% | - |
| HSV(B) | 335.17º | 0.51% | 0.67% | - |
| XYZ | 23 | 16.06 | 19.34 | - |
| YUV | 113.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 119 | 0 | 0.51 | 0.3 | 0.33 | 335.17 | 0.34 | 0.5 |
| Hex | AA | 53 | 77 | 0 | 33 | 1E | 21 | 14F | 22 | 32 |
| Octal | 252 | 123 | 167 | 0 | 63 | 36 | 41 | 517 | 42 | 62 |
| Binary | 10101010 | 1010011 | 1110111 | 0 | 110011 | 11110 | 100001 | 101001111 | 100010 | 110010 |
Color Harmonies of #AA5377
Complementary color
Monochromatic Colors of #AA5377
Black with #AA5377
Text Example
Text Example
White with #AA5377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5377; }
p { color: rgb(170,83,119); }
H1.HeaderClassName
{
color: #AA5377;
}
.AnyTagClassName
{
color: #AA5377;
}
</style>
background-color css
<style>
a { background-color: #AA5377; }
a { background-color: rgb(170,83,119); }
div.DivClassName
{
background-color: #AA5377;
}
.BgClassName
{
background-color: #AA5377;
}
</style>
border-color css
<style>
span { border-color: #AA5377; }
span { border-color: rgb(170,83,119); }
td.TdClassName
{
border-color: #AA5377;
}
.TagClassName
{
border-color: #AA5377;
}
</style>