Shades of Royal Heath #AA4D77
Tints of Royal Heath #AA4D77
RGB
CMYK
RGB Variations
Color information
#AA4D77 (or 0xAA4D77) is known color: Royal Heath. HEX triplet: AA, 4D and 77. RGB value is (170,77,119). Sum of RGB (Red+Green+Blue) = 170+77+119=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D77 is #55B288. Grayscale: #6D6D6D. Windows color (decimal): -5616265 or 7818666. OLE color: 7818666.
HSL color Cylindrical-coordinate representation of color #AA4D77: hue angle of 332.9º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4D77 is Cyan = 0, Magento = 0.55, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 119 | - |
| CMYK | 0 | 0.55 | 0.3 | 0.33 |
| HSL | 332.9º | 0.38% | 0.48% | - |
| HSV(B) | 332.9º | 0.55% | 0.67% | - |
| XYZ | 22.56 | 15.19 | 19.19 | - |
| YUV | 109.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 119 | 0 | 0.55 | 0.3 | 0.33 | 332.9 | 0.38 | 0.48 |
| Hex | AA | 4D | 77 | 0 | 37 | 1E | 21 | 14D | 26 | 30 |
| Octal | 252 | 115 | 167 | 0 | 67 | 36 | 41 | 515 | 46 | 60 |
| Binary | 10101010 | 1001101 | 1110111 | 0 | 110111 | 11110 | 100001 | 101001101 | 100110 | 110000 |
Color Harmonies of #AA4D77
Complementary color
Monochromatic Colors of #AA4D77
Black with #AA4D77
Text Example
Text Example
White with #AA4D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D77; }
p { color: rgb(170,77,119); }
H1.HeaderClassName
{
color: #AA4D77;
}
.AnyTagClassName
{
color: #AA4D77;
}
</style>
background-color css
<style>
a { background-color: #AA4D77; }
a { background-color: rgb(170,77,119); }
div.DivClassName
{
background-color: #AA4D77;
}
.BgClassName
{
background-color: #AA4D77;
}
</style>
border-color css
<style>
span { border-color: #AA4D77; }
span { border-color: rgb(170,77,119); }
td.TdClassName
{
border-color: #AA4D77;
}
.TagClassName
{
border-color: #AA4D77;
}
</style>