Shades of Royal Heath #AA4C72
Tints of Royal Heath #AA4C72
RGB
CMYK
RGB Variations
Color information
#AA4C72 (or 0xAA4C72) is known color: Royal Heath. HEX triplet: AA, 4C and 72. RGB value is (170,76,114). Sum of RGB (Red+Green+Blue) = 170+76+114=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C72 is #55B38D. Grayscale: #6C6C6C. Windows color (decimal): -5616526 or 7490730. OLE color: 7490730.
HSL color Cylindrical-coordinate representation of color #AA4C72: hue angle of 335.74º 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 #AA4C72 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 114 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.33 |
| HSL | 335.74º | 0.38% | 0.48% | - |
| HSV(B) | 335.74º | 0.55% | 0.67% | - |
| XYZ | 22.2 | 14.93 | 17.63 | - |
| YUV | 108.44 | 131.14 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 114 | 0 | 0.55 | 0.33 | 0.33 | 335.74 | 0.38 | 0.48 |
| Hex | AA | 4C | 72 | 0 | 37 | 21 | 21 | 150 | 26 | 30 |
| Octal | 252 | 114 | 162 | 0 | 67 | 41 | 41 | 520 | 46 | 60 |
| Binary | 10101010 | 1001100 | 1110010 | 0 | 110111 | 100001 | 100001 | 101010000 | 100110 | 110000 |
Color Harmonies of #AA4C72
Complementary color
Monochromatic Colors of #AA4C72
Black with #AA4C72
Text Example
Text Example
White with #AA4C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C72; }
p { color: rgb(170,76,114); }
H1.HeaderClassName
{
color: #AA4C72;
}
.AnyTagClassName
{
color: #AA4C72;
}
</style>
background-color css
<style>
a { background-color: #AA4C72; }
a { background-color: rgb(170,76,114); }
div.DivClassName
{
background-color: #AA4C72;
}
.BgClassName
{
background-color: #AA4C72;
}
</style>
border-color css
<style>
span { border-color: #AA4C72; }
span { border-color: rgb(170,76,114); }
td.TdClassName
{
border-color: #AA4C72;
}
.TagClassName
{
border-color: #AA4C72;
}
</style>