Shades of Royal Heath #AA5A7A
Tints of Royal Heath #AA5A7A
RGB
CMYK
RGB Variations
Color information
#AA5A7A (or 0xAA5A7A) is known color: Royal Heath. HEX triplet: AA, 5A and 7A. RGB value is (170,90,122). Sum of RGB (Red+Green+Blue) = 170+90+122=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A7A is #55A585. Grayscale: #757575. Windows color (decimal): -5612934 or 8018602. OLE color: 8018602.
HSL color Cylindrical-coordinate representation of color #AA5A7A: hue angle of 336º 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 #AA5A7A is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 90 | 122 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.33 |
| HSL | 336º | 0.32% | 0.51% | - |
| HSV(B) | 336º | 0.47% | 0.67% | - |
| XYZ | 23.75 | 17.26 | 20.49 | - |
| YUV | 117.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 122 | 0 | 0.47 | 0.28 | 0.33 | 336 | 0.32 | 0.51 |
| Hex | AA | 5A | 7A | 0 | 2F | 1C | 21 | 150 | 20 | 33 |
| Octal | 252 | 132 | 172 | 0 | 57 | 34 | 41 | 520 | 40 | 63 |
| Binary | 10101010 | 1011010 | 1111010 | 0 | 101111 | 11100 | 100001 | 101010000 | 100000 | 110011 |
Color Harmonies of #AA5A7A
Complementary color
Monochromatic Colors of #AA5A7A
Black with #AA5A7A
Text Example
Text Example
White with #AA5A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5A7A; }
p { color: rgb(170,90,122); }
H1.HeaderClassName
{
color: #AA5A7A;
}
.AnyTagClassName
{
color: #AA5A7A;
}
</style>
background-color css
<style>
a { background-color: #AA5A7A; }
a { background-color: rgb(170,90,122); }
div.DivClassName
{
background-color: #AA5A7A;
}
.BgClassName
{
background-color: #AA5A7A;
}
</style>
border-color css
<style>
span { border-color: #AA5A7A; }
span { border-color: rgb(170,90,122); }
td.TdClassName
{
border-color: #AA5A7A;
}
.TagClassName
{
border-color: #AA5A7A;
}
</style>