Shades of Royal Heath #AA4973
Tints of Royal Heath #AA4973
RGB
CMYK
RGB Variations
Color information
#AA4973 (or 0xAA4973) is known color: Royal Heath. HEX triplet: AA, 49 and 73. RGB value is (170,73,115). Sum of RGB (Red+Green+Blue) = 170+73+115=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4973 is #55B68C. Grayscale: #6A6A6A. Windows color (decimal): -5617293 or 7555498. OLE color: 7555498.
HSL color Cylindrical-coordinate representation of color #AA4973: hue angle of 334.02º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4973 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 115 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.33 |
| HSL | 334.02º | 0.4% | 0.48% | - |
| HSV(B) | 334.02º | 0.57% | 0.67% | - |
| XYZ | 22.05 | 14.55 | 17.87 | - |
| YUV | 106.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 115 | 0 | 0.57 | 0.32 | 0.33 | 334.02 | 0.4 | 0.48 |
| Hex | AA | 49 | 73 | 0 | 39 | 20 | 21 | 14E | 28 | 30 |
| Octal | 252 | 111 | 163 | 0 | 71 | 40 | 41 | 516 | 50 | 60 |
| Binary | 10101010 | 1001001 | 1110011 | 0 | 111001 | 100000 | 100001 | 101001110 | 101000 | 110000 |
Color Harmonies of #AA4973
Complementary color
Monochromatic Colors of #AA4973
Black with #AA4973
Text Example
Text Example
White with #AA4973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4973; }
p { color: rgb(170,73,115); }
H1.HeaderClassName
{
color: #AA4973;
}
.AnyTagClassName
{
color: #AA4973;
}
</style>
background-color css
<style>
a { background-color: #AA4973; }
a { background-color: rgb(170,73,115); }
div.DivClassName
{
background-color: #AA4973;
}
.BgClassName
{
background-color: #AA4973;
}
</style>
border-color css
<style>
span { border-color: #AA4973; }
span { border-color: rgb(170,73,115); }
td.TdClassName
{
border-color: #AA4973;
}
.TagClassName
{
border-color: #AA4973;
}
</style>