Shades of Royal Heath #AA5A73
Tints of Royal Heath #AA5A73
RGB
CMYK
RGB Variations
Color information
#AA5A73 (or 0xAA5A73) is known color: Royal Heath. HEX triplet: AA, 5A and 73. RGB value is (170,90,115). Sum of RGB (Red+Green+Blue) = 170+90+115=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A73 is #55A58C. Grayscale: #747474. Windows color (decimal): -5612941 or 7559850. OLE color: 7559850.
HSL color Cylindrical-coordinate representation of color #AA5A73: hue angle of 341.25º 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 #AA5A73 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 115 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.33 |
| HSL | 341.25º | 0.32% | 0.51% | - |
| HSV(B) | 341.25º | 0.47% | 0.67% | - |
| XYZ | 23.33 | 17.1 | 18.29 | - |
| YUV | 116.77 | 127 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 115 | 0 | 0.47 | 0.32 | 0.33 | 341.25 | 0.32 | 0.51 |
| Hex | AA | 5A | 73 | 0 | 2F | 20 | 21 | 155 | 20 | 33 |
| Octal | 252 | 132 | 163 | 0 | 57 | 40 | 41 | 525 | 40 | 63 |
| Binary | 10101010 | 1011010 | 1110011 | 0 | 101111 | 100000 | 100001 | 101010101 | 100000 | 110011 |
Color Harmonies of #AA5A73
Complementary color
Monochromatic Colors of #AA5A73
Black with #AA5A73
Text Example
Text Example
White with #AA5A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A73; }
p { color: rgb(170,90,115); }
H1.HeaderClassName
{
color: #AA5A73;
}
.AnyTagClassName
{
color: #AA5A73;
}
</style>
background-color css
<style>
a { background-color: #AA5A73; }
a { background-color: rgb(170,90,115); }
div.DivClassName
{
background-color: #AA5A73;
}
.BgClassName
{
background-color: #AA5A73;
}
</style>
border-color css
<style>
span { border-color: #AA5A73; }
span { border-color: rgb(170,90,115); }
td.TdClassName
{
border-color: #AA5A73;
}
.TagClassName
{
border-color: #AA5A73;
}
</style>