Shades of Royal Heath #AA5373
Tints of Royal Heath #AA5373
RGB
CMYK
RGB Variations
Color information
#AA5373 (or 0xAA5373) is known color: Royal Heath. HEX triplet: AA, 53 and 73. RGB value is (170,83,115). Sum of RGB (Red+Green+Blue) = 170+83+115=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5373 is #55AC8C. Grayscale: #707070. Windows color (decimal): -5614733 or 7558058. OLE color: 7558058.
HSL color Cylindrical-coordinate representation of color #AA5373: hue angle of 337.93º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5373 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 115 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.33 |
| HSL | 337.93º | 0.34% | 0.5% | - |
| HSV(B) | 337.93º | 0.51% | 0.67% | - |
| XYZ | 22.77 | 15.97 | 18.1 | - |
| YUV | 112.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 115 | 0 | 0.51 | 0.32 | 0.33 | 337.93 | 0.34 | 0.5 |
| Hex | AA | 53 | 73 | 0 | 33 | 20 | 21 | 152 | 22 | 32 |
| Octal | 252 | 123 | 163 | 0 | 63 | 40 | 41 | 522 | 42 | 62 |
| Binary | 10101010 | 1010011 | 1110011 | 0 | 110011 | 100000 | 100001 | 101010010 | 100010 | 110010 |
Color Harmonies of #AA5373
Complementary color
Monochromatic Colors of #AA5373
Black with #AA5373
Text Example
Text Example
White with #AA5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5373; }
p { color: rgb(170,83,115); }
H1.HeaderClassName
{
color: #AA5373;
}
.AnyTagClassName
{
color: #AA5373;
}
</style>
background-color css
<style>
a { background-color: #AA5373; }
a { background-color: rgb(170,83,115); }
div.DivClassName
{
background-color: #AA5373;
}
.BgClassName
{
background-color: #AA5373;
}
</style>
border-color css
<style>
span { border-color: #AA5373; }
span { border-color: rgb(170,83,115); }
td.TdClassName
{
border-color: #AA5373;
}
.TagClassName
{
border-color: #AA5373;
}
</style>