Shades of Royal Heath #AA4873
Tints of Royal Heath #AA4873
RGB
CMYK
RGB Variations
Color information
#AA4873 (or 0xAA4873) is known color: Royal Heath. HEX triplet: AA, 48 and 73. RGB value is (170,72,115). Sum of RGB (Red+Green+Blue) = 170+72+115=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4873 is #55B78C. Grayscale: #6A6A6A. Windows color (decimal): -5617549 or 7555242. OLE color: 7555242.
HSL color Cylindrical-coordinate representation of color #AA4873: hue angle of 333.67º 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 #AA4873 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 115 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.33 |
| HSL | 333.67º | 0.4% | 0.47% | - |
| HSV(B) | 333.67º | 0.58% | 0.67% | - |
| XYZ | 21.99 | 14.42 | 17.84 | - |
| YUV | 106.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 115 | 0 | 0.58 | 0.32 | 0.33 | 333.67 | 0.4 | 0.47 |
| Hex | AA | 48 | 73 | 0 | 3A | 20 | 21 | 14E | 28 | 2F |
| Octal | 252 | 110 | 163 | 0 | 72 | 40 | 41 | 516 | 50 | 57 |
| Binary | 10101010 | 1001000 | 1110011 | 0 | 111010 | 100000 | 100001 | 101001110 | 101000 | 101111 |
Color Harmonies of #AA4873
Complementary color
Monochromatic Colors of #AA4873
Black with #AA4873
Text Example
Text Example
White with #AA4873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4873; }
p { color: rgb(170,72,115); }
H1.HeaderClassName
{
color: #AA4873;
}
.AnyTagClassName
{
color: #AA4873;
}
</style>
background-color css
<style>
a { background-color: #AA4873; }
a { background-color: rgb(170,72,115); }
div.DivClassName
{
background-color: #AA4873;
}
.BgClassName
{
background-color: #AA4873;
}
</style>
border-color css
<style>
span { border-color: #AA4873; }
span { border-color: rgb(170,72,115); }
td.TdClassName
{
border-color: #AA4873;
}
.TagClassName
{
border-color: #AA4873;
}
</style>