Shades of Royal Heath #AA4872
Tints of Royal Heath #AA4872
RGB
CMYK
RGB Variations
Color information
#AA4872 (or 0xAA4872) is known color: Royal Heath. HEX triplet: AA, 48 and 72. RGB value is (170,72,114). Sum of RGB (Red+Green+Blue) = 170+72+114=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4872 is #55B78D. Grayscale: #6A6A6A. Windows color (decimal): -5617550 or 7489706. OLE color: 7489706.
HSL color Cylindrical-coordinate representation of color #AA4872: hue angle of 334.29º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA4872 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 114 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.33 |
| HSL | 334.29º | 0.4% | 0.47% | - |
| HSV(B) | 334.29º | 0.58% | 0.67% | - |
| XYZ | 21.93 | 14.4 | 17.54 | - |
| YUV | 106.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 114 | 0 | 0.58 | 0.33 | 0.33 | 334.29 | 0.4 | 0.47 |
| Hex | AA | 48 | 72 | 0 | 3A | 21 | 21 | 14E | 28 | 2F |
| Octal | 252 | 110 | 162 | 0 | 72 | 41 | 41 | 516 | 50 | 57 |
| Binary | 10101010 | 1001000 | 1110010 | 0 | 111010 | 100001 | 100001 | 101001110 | 101000 | 101111 |
Color Harmonies of #AA4872
Complementary color
Monochromatic Colors of #AA4872
Black with #AA4872
Text Example
Text Example
White with #AA4872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4872; }
p { color: rgb(170,72,114); }
H1.HeaderClassName
{
color: #AA4872;
}
.AnyTagClassName
{
color: #AA4872;
}
</style>
background-color css
<style>
a { background-color: #AA4872; }
a { background-color: rgb(170,72,114); }
div.DivClassName
{
background-color: #AA4872;
}
.BgClassName
{
background-color: #AA4872;
}
</style>
border-color css
<style>
span { border-color: #AA4872; }
span { border-color: rgb(170,72,114); }
td.TdClassName
{
border-color: #AA4872;
}
.TagClassName
{
border-color: #AA4872;
}
</style>