Shades of Royal Heath #AA5872
Tints of Royal Heath #AA5872
RGB
CMYK
RGB Variations
Color information
#AA5872 (or 0xAA5872) is known color: Royal Heath. HEX triplet: AA, 58 and 72. RGB value is (170,88,114). Sum of RGB (Red+Green+Blue) = 170+88+114=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5872 is #55A78D. Grayscale: #737373. Windows color (decimal): -5613454 or 7493802. OLE color: 7493802.
HSL color Cylindrical-coordinate representation of color #AA5872: hue angle of 340.98º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA5872 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 114 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.33 |
| HSL | 340.98º | 0.33% | 0.51% | - |
| HSV(B) | 340.98º | 0.48% | 0.67% | - |
| XYZ | 23.1 | 16.74 | 17.93 | - |
| YUV | 115.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 114 | 0 | 0.48 | 0.33 | 0.33 | 340.98 | 0.33 | 0.51 |
| Hex | AA | 58 | 72 | 0 | 30 | 21 | 21 | 155 | 21 | 33 |
| Octal | 252 | 130 | 162 | 0 | 60 | 41 | 41 | 525 | 41 | 63 |
| Binary | 10101010 | 1011000 | 1110010 | 0 | 110000 | 100001 | 100001 | 101010101 | 100001 | 110011 |
Color Harmonies of #AA5872
Complementary color
Monochromatic Colors of #AA5872
Black with #AA5872
Text Example
Text Example
White with #AA5872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5872; }
p { color: rgb(170,88,114); }
H1.HeaderClassName
{
color: #AA5872;
}
.AnyTagClassName
{
color: #AA5872;
}
</style>
background-color css
<style>
a { background-color: #AA5872; }
a { background-color: rgb(170,88,114); }
div.DivClassName
{
background-color: #AA5872;
}
.BgClassName
{
background-color: #AA5872;
}
</style>
border-color css
<style>
span { border-color: #AA5872; }
span { border-color: rgb(170,88,114); }
td.TdClassName
{
border-color: #AA5872;
}
.TagClassName
{
border-color: #AA5872;
}
</style>