Shades of Royal Heath #AA5679
Tints of Royal Heath #AA5679
RGB
CMYK
RGB Variations
Color information
#AA5679 (or 0xAA5679) is known color: Royal Heath. HEX triplet: AA, 56 and 79. RGB value is (170,86,121). Sum of RGB (Red+Green+Blue) = 170+86+121=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5679 is #55A986. Grayscale: #737373. Windows color (decimal): -5613959 or 7952042. OLE color: 7952042.
HSL color Cylindrical-coordinate representation of color #AA5679: hue angle of 335º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5679 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 121 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.33 |
| HSL | 335º | 0.33% | 0.5% | - |
| HSV(B) | 335º | 0.49% | 0.67% | - |
| XYZ | 23.36 | 16.58 | 20.06 | - |
| YUV | 115.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 121 | 0 | 0.49 | 0.29 | 0.33 | 335 | 0.33 | 0.5 |
| Hex | AA | 56 | 79 | 0 | 31 | 1D | 21 | 14F | 21 | 32 |
| Octal | 252 | 126 | 171 | 0 | 61 | 35 | 41 | 517 | 41 | 62 |
| Binary | 10101010 | 1010110 | 1111001 | 0 | 110001 | 11101 | 100001 | 101001111 | 100001 | 110010 |
Color Harmonies of #AA5679
Complementary color
Monochromatic Colors of #AA5679
Black with #AA5679
Text Example
Text Example
White with #AA5679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5679; }
p { color: rgb(170,86,121); }
H1.HeaderClassName
{
color: #AA5679;
}
.AnyTagClassName
{
color: #AA5679;
}
</style>
background-color css
<style>
a { background-color: #AA5679; }
a { background-color: rgb(170,86,121); }
div.DivClassName
{
background-color: #AA5679;
}
.BgClassName
{
background-color: #AA5679;
}
</style>
border-color css
<style>
span { border-color: #AA5679; }
span { border-color: rgb(170,86,121); }
td.TdClassName
{
border-color: #AA5679;
}
.TagClassName
{
border-color: #AA5679;
}
</style>