Shades of Royal Heath #AA4E77
Tints of Royal Heath #AA4E77
RGB
CMYK
RGB Variations
Color information
#AA4E77 (or 0xAA4E77) is known color: Royal Heath. HEX triplet: AA, 4E and 77. RGB value is (170,78,119). Sum of RGB (Red+Green+Blue) = 170+78+119=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E77 is #55B188. Grayscale: #6E6E6E. Windows color (decimal): -5616009 or 7818922. OLE color: 7818922.
HSL color Cylindrical-coordinate representation of color #AA4E77: hue angle of 333.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4E77 is Cyan = 0, Magento = 0.54, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 119 | - |
| CMYK | 0 | 0.54 | 0.3 | 0.33 |
| HSL | 333.26º | 0.37% | 0.49% | - |
| HSV(B) | 333.26º | 0.54% | 0.67% | - |
| XYZ | 22.63 | 15.33 | 19.22 | - |
| YUV | 110.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 119 | 0 | 0.54 | 0.3 | 0.33 | 333.26 | 0.37 | 0.49 |
| Hex | AA | 4E | 77 | 0 | 36 | 1E | 21 | 14D | 25 | 31 |
| Octal | 252 | 116 | 167 | 0 | 66 | 36 | 41 | 515 | 45 | 61 |
| Binary | 10101010 | 1001110 | 1110111 | 0 | 110110 | 11110 | 100001 | 101001101 | 100101 | 110001 |
Color Harmonies of #AA4E77
Complementary color
Monochromatic Colors of #AA4E77
Black with #AA4E77
Text Example
Text Example
White with #AA4E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E77; }
p { color: rgb(170,78,119); }
H1.HeaderClassName
{
color: #AA4E77;
}
.AnyTagClassName
{
color: #AA4E77;
}
</style>
background-color css
<style>
a { background-color: #AA4E77; }
a { background-color: rgb(170,78,119); }
div.DivClassName
{
background-color: #AA4E77;
}
.BgClassName
{
background-color: #AA4E77;
}
</style>
border-color css
<style>
span { border-color: #AA4E77; }
span { border-color: rgb(170,78,119); }
td.TdClassName
{
border-color: #AA4E77;
}
.TagClassName
{
border-color: #AA4E77;
}
</style>