Shades of Royal Heath #AA4E6C
Tints of Royal Heath #AA4E6C
RGB
CMYK
RGB Variations
Color information
#AA4E6C (or 0xAA4E6C) is known color: Royal Heath. HEX triplet: AA, 4E and 6C. RGB value is (170,78,108). Sum of RGB (Red+Green+Blue) = 170+78+108=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E6C is #55B193. Grayscale: #6C6C6C. Windows color (decimal): -5616020 or 7098026. OLE color: 7098026.
HSL color Cylindrical-coordinate representation of color #AA4E6C: hue angle of 340.43º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4E6C is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 108 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.33 |
| HSL | 340.43º | 0.37% | 0.49% | - |
| HSV(B) | 340.43º | 0.54% | 0.67% | - |
| XYZ | 22.01 | 15.08 | 15.94 | - |
| YUV | 108.93 | 127.48 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 108 | 0 | 0.54 | 0.36 | 0.33 | 340.43 | 0.37 | 0.49 |
| Hex | AA | 4E | 6C | 0 | 36 | 24 | 21 | 154 | 25 | 31 |
| Octal | 252 | 116 | 154 | 0 | 66 | 44 | 41 | 524 | 45 | 61 |
| Binary | 10101010 | 1001110 | 1101100 | 0 | 110110 | 100100 | 100001 | 101010100 | 100101 | 110001 |
Color Harmonies of #AA4E6C
Complementary color
Monochromatic Colors of #AA4E6C
Black with #AA4E6C
Text Example
Text Example
White with #AA4E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E6C; }
p { color: rgb(170,78,108); }
H1.HeaderClassName
{
color: #AA4E6C;
}
.AnyTagClassName
{
color: #AA4E6C;
}
</style>
background-color css
<style>
a { background-color: #AA4E6C; }
a { background-color: rgb(170,78,108); }
div.DivClassName
{
background-color: #AA4E6C;
}
.BgClassName
{
background-color: #AA4E6C;
}
</style>
border-color css
<style>
span { border-color: #AA4E6C; }
span { border-color: rgb(170,78,108); }
td.TdClassName
{
border-color: #AA4E6C;
}
.TagClassName
{
border-color: #AA4E6C;
}
</style>