Shades of Royal Heath #AA526E
Tints of Royal Heath #AA526E
RGB
CMYK
RGB Variations
Color information
#AA526E (or 0xAA526E) is known color: Royal Heath. HEX triplet: AA, 52 and 6E. RGB value is (170,82,110). Sum of RGB (Red+Green+Blue) = 170+82+110=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA526E is #55AD91. Grayscale: #6F6F6F. Windows color (decimal): -5614994 or 7230122. OLE color: 7230122.
HSL color Cylindrical-coordinate representation of color #AA526E: hue angle of 340.91º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA526E is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 110 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.33 |
| HSL | 340.91º | 0.35% | 0.49% | - |
| HSV(B) | 340.91º | 0.52% | 0.67% | - |
| XYZ | 22.41 | 15.71 | 16.6 | - |
| YUV | 111.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 110 | 0 | 0.52 | 0.35 | 0.33 | 340.91 | 0.35 | 0.49 |
| Hex | AA | 52 | 6E | 0 | 34 | 23 | 21 | 155 | 23 | 31 |
| Octal | 252 | 122 | 156 | 0 | 64 | 43 | 41 | 525 | 43 | 61 |
| Binary | 10101010 | 1010010 | 1101110 | 0 | 110100 | 100011 | 100001 | 101010101 | 100011 | 110001 |
Color Harmonies of #AA526E
Complementary color
Monochromatic Colors of #AA526E
Black with #AA526E
Text Example
Text Example
White with #AA526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA526E; }
p { color: rgb(170,82,110); }
H1.HeaderClassName
{
color: #AA526E;
}
.AnyTagClassName
{
color: #AA526E;
}
</style>
background-color css
<style>
a { background-color: #AA526E; }
a { background-color: rgb(170,82,110); }
div.DivClassName
{
background-color: #AA526E;
}
.BgClassName
{
background-color: #AA526E;
}
</style>
border-color css
<style>
span { border-color: #AA526E; }
span { border-color: rgb(170,82,110); }
td.TdClassName
{
border-color: #AA526E;
}
.TagClassName
{
border-color: #AA526E;
}
</style>