Shades of Royal Heath #AA5B7F
Tints of Royal Heath #AA5B7F
RGB
CMYK
RGB Variations
Color information
#AA5B7F (or 0xAA5B7F) is known color: Royal Heath. HEX triplet: AA, 5B and 7F. RGB value is (170,91,127). Sum of RGB (Red+Green+Blue) = 170+91+127=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5B7F is #55A480. Grayscale: #767676. Windows color (decimal): -5612673 or 8346538. OLE color: 8346538.
HSL color Cylindrical-coordinate representation of color #AA5B7F: hue angle of 332.66º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5B7F is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 91 | 127 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.33 |
| HSL | 332.66º | 0.32% | 0.51% | - |
| HSV(B) | 332.66º | 0.46% | 0.67% | - |
| XYZ | 24.15 | 17.56 | 22.2 | - |
| YUV | 118.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 127 | 0 | 0.46 | 0.25 | 0.33 | 332.66 | 0.32 | 0.51 |
| Hex | AA | 5B | 7F | 0 | 2E | 19 | 21 | 14D | 20 | 33 |
| Octal | 252 | 133 | 177 | 0 | 56 | 31 | 41 | 515 | 40 | 63 |
| Binary | 10101010 | 1011011 | 1111111 | 0 | 101110 | 11001 | 100001 | 101001101 | 100000 | 110011 |
Color Harmonies of #AA5B7F
Complementary color
Monochromatic Colors of #AA5B7F
Black with #AA5B7F
Text Example
Text Example
White with #AA5B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5B7F; }
p { color: rgb(170,91,127); }
H1.HeaderClassName
{
color: #AA5B7F;
}
.AnyTagClassName
{
color: #AA5B7F;
}
</style>
background-color css
<style>
a { background-color: #AA5B7F; }
a { background-color: rgb(170,91,127); }
div.DivClassName
{
background-color: #AA5B7F;
}
.BgClassName
{
background-color: #AA5B7F;
}
</style>
border-color css
<style>
span { border-color: #AA5B7F; }
span { border-color: rgb(170,91,127); }
td.TdClassName
{
border-color: #AA5B7F;
}
.TagClassName
{
border-color: #AA5B7F;
}
</style>