Shades of Royal Heath #AA5A76
Tints of Royal Heath #AA5A76
RGB
CMYK
RGB Variations
Color information
#AA5A76 (or 0xAA5A76) is known color: Royal Heath. HEX triplet: AA, 5A and 76. RGB value is (170,90,118). Sum of RGB (Red+Green+Blue) = 170+90+118=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A76 is #55A589. Grayscale: #757575. Windows color (decimal): -5612938 or 7756458. OLE color: 7756458.
HSL color Cylindrical-coordinate representation of color #AA5A76: hue angle of 339º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5A76 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 118 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.33 |
| HSL | 339º | 0.32% | 0.51% | - |
| HSV(B) | 339º | 0.47% | 0.67% | - |
| XYZ | 23.5 | 17.17 | 19.21 | - |
| YUV | 117.11 | 128.5 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 118 | 0 | 0.47 | 0.31 | 0.33 | 339 | 0.32 | 0.51 |
| Hex | AA | 5A | 76 | 0 | 2F | 1F | 21 | 153 | 20 | 33 |
| Octal | 252 | 132 | 166 | 0 | 57 | 37 | 41 | 523 | 40 | 63 |
| Binary | 10101010 | 1011010 | 1110110 | 0 | 101111 | 11111 | 100001 | 101010011 | 100000 | 110011 |
Color Harmonies of #AA5A76
Complementary color
Monochromatic Colors of #AA5A76
Black with #AA5A76
Text Example
Text Example
White with #AA5A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A76; }
p { color: rgb(170,90,118); }
H1.HeaderClassName
{
color: #AA5A76;
}
.AnyTagClassName
{
color: #AA5A76;
}
</style>
background-color css
<style>
a { background-color: #AA5A76; }
a { background-color: rgb(170,90,118); }
div.DivClassName
{
background-color: #AA5A76;
}
.BgClassName
{
background-color: #AA5A76;
}
</style>
border-color css
<style>
span { border-color: #AA5A76; }
span { border-color: rgb(170,90,118); }
td.TdClassName
{
border-color: #AA5A76;
}
.TagClassName
{
border-color: #AA5A76;
}
</style>