Shades of Royal Heath #AA5577
Tints of Royal Heath #AA5577
RGB
CMYK
RGB Variations
Color information
#AA5577 (or 0xAA5577) is known color: Royal Heath. HEX triplet: AA, 55 and 77. RGB value is (170,85,119). Sum of RGB (Red+Green+Blue) = 170+85+119=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5577 is #55AA88. Grayscale: #727272. Windows color (decimal): -5614217 or 7820714. OLE color: 7820714.
HSL color Cylindrical-coordinate representation of color #AA5577: hue angle of 336º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA5577 is Cyan = 0, Magento = 0.50, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 119 | - |
| CMYK | 0 | 0.50 | 0.3 | 0.33 |
| HSL | 336º | 0.33% | 0.5% | - |
| HSV(B) | 336º | 0.5% | 0.67% | - |
| XYZ | 23.16 | 16.37 | 19.39 | - |
| YUV | 114.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 119 | 0 | 0.50 | 0.3 | 0.33 | 336 | 0.33 | 0.5 |
| Hex | AA | 55 | 77 | 0 | 32 | 1E | 21 | 150 | 21 | 32 |
| Octal | 252 | 125 | 167 | 0 | 62 | 36 | 41 | 520 | 41 | 62 |
| Binary | 10101010 | 1010101 | 1110111 | 0 | 110010 | 11110 | 100001 | 101010000 | 100001 | 110010 |
Color Harmonies of #AA5577
Complementary color
Monochromatic Colors of #AA5577
Black with #AA5577
Text Example
Text Example
White with #AA5577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5577; }
p { color: rgb(170,85,119); }
H1.HeaderClassName
{
color: #AA5577;
}
.AnyTagClassName
{
color: #AA5577;
}
</style>
background-color css
<style>
a { background-color: #AA5577; }
a { background-color: rgb(170,85,119); }
div.DivClassName
{
background-color: #AA5577;
}
.BgClassName
{
background-color: #AA5577;
}
</style>
border-color css
<style>
span { border-color: #AA5577; }
span { border-color: rgb(170,85,119); }
td.TdClassName
{
border-color: #AA5577;
}
.TagClassName
{
border-color: #AA5577;
}
</style>