Shades of Royal Heath #AA4C73
Tints of Royal Heath #AA4C73
RGB
CMYK
RGB Variations
Color information
#AA4C73 (or 0xAA4C73) is known color: Royal Heath. HEX triplet: AA, 4C and 73. RGB value is (170,76,115). Sum of RGB (Red+Green+Blue) = 170+76+115=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C73 is #55B38C. Grayscale: #6C6C6C. Windows color (decimal): -5616525 or 7556266. OLE color: 7556266.
HSL color Cylindrical-coordinate representation of color #AA4C73: hue angle of 335.11º 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 #AA4C73 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 76 | 115 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.33 |
| HSL | 335.11º | 0.38% | 0.48% | - |
| HSV(B) | 335.11º | 0.55% | 0.67% | - |
| XYZ | 22.26 | 14.95 | 17.93 | - |
| YUV | 108.55 | 131.64 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 76 | 115 | 0 | 0.55 | 0.32 | 0.33 | 335.11 | 0.38 | 0.48 |
| Hex | AA | 4C | 73 | 0 | 37 | 20 | 21 | 14F | 26 | 30 |
| Octal | 252 | 114 | 163 | 0 | 67 | 40 | 41 | 517 | 46 | 60 |
| Binary | 10101010 | 1001100 | 1110011 | 0 | 110111 | 100000 | 100001 | 101001111 | 100110 | 110000 |
Color Harmonies of #AA4C73
Complementary color
Monochromatic Colors of #AA4C73
Black with #AA4C73
Text Example
Text Example
White with #AA4C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4C73; }
p { color: rgb(170,76,115); }
H1.HeaderClassName
{
color: #AA4C73;
}
.AnyTagClassName
{
color: #AA4C73;
}
</style>
background-color css
<style>
a { background-color: #AA4C73; }
a { background-color: rgb(170,76,115); }
div.DivClassName
{
background-color: #AA4C73;
}
.BgClassName
{
background-color: #AA4C73;
}
</style>
border-color css
<style>
span { border-color: #AA4C73; }
span { border-color: rgb(170,76,115); }
td.TdClassName
{
border-color: #AA4C73;
}
.TagClassName
{
border-color: #AA4C73;
}
</style>