Shades of Royal Heath #AA5370
Tints of Royal Heath #AA5370
RGB
CMYK
RGB Variations
Color information
#AA5370 (or 0xAA5370) is known color: Royal Heath. HEX triplet: AA, 53 and 70. RGB value is (170,83,112). Sum of RGB (Red+Green+Blue) = 170+83+112=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5370 is #55AC8F. Grayscale: #707070. Windows color (decimal): -5614736 or 7361450. OLE color: 7361450.
HSL color Cylindrical-coordinate representation of color #AA5370: hue angle of 340º 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 #AA5370 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 112 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.33 |
| HSL | 340º | 0.34% | 0.5% | - |
| HSV(B) | 340º | 0.51% | 0.67% | - |
| XYZ | 22.6 | 15.9 | 17.21 | - |
| YUV | 112.32 | 127.82 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 112 | 0 | 0.51 | 0.34 | 0.33 | 340 | 0.34 | 0.5 |
| Hex | AA | 53 | 70 | 0 | 33 | 22 | 21 | 154 | 22 | 32 |
| Octal | 252 | 123 | 160 | 0 | 63 | 42 | 41 | 524 | 42 | 62 |
| Binary | 10101010 | 1010011 | 1110000 | 0 | 110011 | 100010 | 100001 | 101010100 | 100010 | 110010 |
Color Harmonies of #AA5370
Complementary color
Monochromatic Colors of #AA5370
Black with #AA5370
Text Example
Text Example
White with #AA5370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5370; }
p { color: rgb(170,83,112); }
H1.HeaderClassName
{
color: #AA5370;
}
.AnyTagClassName
{
color: #AA5370;
}
</style>
background-color css
<style>
a { background-color: #AA5370; }
a { background-color: rgb(170,83,112); }
div.DivClassName
{
background-color: #AA5370;
}
.BgClassName
{
background-color: #AA5370;
}
</style>
border-color css
<style>
span { border-color: #AA5370; }
span { border-color: rgb(170,83,112); }
td.TdClassName
{
border-color: #AA5370;
}
.TagClassName
{
border-color: #AA5370;
}
</style>