Shades of Royal Heath #AA5376
Tints of Royal Heath #AA5376
RGB
CMYK
RGB Variations
Color information
#AA5376 (or 0xAA5376) is known color: Royal Heath. HEX triplet: AA, 53 and 76. RGB value is (170,83,118). Sum of RGB (Red+Green+Blue) = 170+83+118=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5376 is #55AC89. Grayscale: #707070. Windows color (decimal): -5614730 or 7754666. OLE color: 7754666.
HSL color Cylindrical-coordinate representation of color #AA5376: hue angle of 335.86º 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 #AA5376 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 118 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.33 |
| HSL | 335.86º | 0.34% | 0.5% | - |
| HSV(B) | 335.86º | 0.51% | 0.67% | - |
| XYZ | 22.94 | 16.04 | 19.03 | - |
| YUV | 113 | 130.82 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 118 | 0 | 0.51 | 0.31 | 0.33 | 335.86 | 0.34 | 0.5 |
| Hex | AA | 53 | 76 | 0 | 33 | 1F | 21 | 150 | 22 | 32 |
| Octal | 252 | 123 | 166 | 0 | 63 | 37 | 41 | 520 | 42 | 62 |
| Binary | 10101010 | 1010011 | 1110110 | 0 | 110011 | 11111 | 100001 | 101010000 | 100010 | 110010 |
Color Harmonies of #AA5376
Complementary color
Monochromatic Colors of #AA5376
Black with #AA5376
Text Example
Text Example
White with #AA5376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5376; }
p { color: rgb(170,83,118); }
H1.HeaderClassName
{
color: #AA5376;
}
.AnyTagClassName
{
color: #AA5376;
}
</style>
background-color css
<style>
a { background-color: #AA5376; }
a { background-color: rgb(170,83,118); }
div.DivClassName
{
background-color: #AA5376;
}
.BgClassName
{
background-color: #AA5376;
}
</style>
border-color css
<style>
span { border-color: #AA5376; }
span { border-color: rgb(170,83,118); }
td.TdClassName
{
border-color: #AA5376;
}
.TagClassName
{
border-color: #AA5376;
}
</style>