Shades of Royal Heath #AA5586
Tints of Royal Heath #AA5586
RGB
CMYK
RGB Variations
Color information
#AA5586 (or 0xAA5586) is known color: Royal Heath. HEX triplet: AA, 55 and 86. RGB value is (170,85,134). Sum of RGB (Red+Green+Blue) = 170+85+134=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5586 is #55AA79. Grayscale: #737373. Windows color (decimal): -5614202 or 8803754. OLE color: 8803754.
HSL color Cylindrical-coordinate representation of color #AA5586: hue angle of 325.41º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA5586 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 134 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.33 |
| HSL | 325.41º | 0.33% | 0.5% | - |
| HSV(B) | 325.41º | 0.5% | 0.67% | - |
| XYZ | 24.13 | 16.76 | 24.52 | - |
| YUV | 116 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 134 | 0 | 0.50 | 0.21 | 0.33 | 325.41 | 0.33 | 0.5 |
| Hex | AA | 55 | 86 | 0 | 32 | 15 | 21 | 145 | 21 | 32 |
| Octal | 252 | 125 | 206 | 0 | 62 | 25 | 41 | 505 | 41 | 62 |
| Binary | 10101010 | 1010101 | 10000110 | 0 | 110010 | 10101 | 100001 | 101000101 | 100001 | 110010 |
Color Harmonies of #AA5586
Complementary color
Monochromatic Colors of #AA5586
Black with #AA5586
Text Example
Text Example
White with #AA5586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5586; }
p { color: rgb(170,85,134); }
H1.HeaderClassName
{
color: #AA5586;
}
.AnyTagClassName
{
color: #AA5586;
}
</style>
background-color css
<style>
a { background-color: #AA5586; }
a { background-color: rgb(170,85,134); }
div.DivClassName
{
background-color: #AA5586;
}
.BgClassName
{
background-color: #AA5586;
}
</style>
border-color css
<style>
span { border-color: #AA5586; }
span { border-color: rgb(170,85,134); }
td.TdClassName
{
border-color: #AA5586;
}
.TagClassName
{
border-color: #AA5586;
}
</style>