Shades of Royal Heath #AA4676
Tints of Royal Heath #AA4676
RGB
CMYK
RGB Variations
Color information
#AA4676 (or 0xAA4676) is known color: Royal Heath. HEX triplet: AA, 46 and 76. RGB value is (170,70,118). Sum of RGB (Red+Green+Blue) = 170+70+118=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4676 is #55B989. Grayscale: #696969. Windows color (decimal): -5618058 or 7751338. OLE color: 7751338.
HSL color Cylindrical-coordinate representation of color #AA4676: hue angle of 331.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4676 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 118 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.33 |
| HSL | 331.2º | 0.42% | 0.47% | - |
| HSV(B) | 331.2º | 0.59% | 0.67% | - |
| XYZ | 22.04 | 14.23 | 18.73 | - |
| YUV | 105.37 | 135.13 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 118 | 0 | 0.59 | 0.31 | 0.33 | 331.2 | 0.42 | 0.47 |
| Hex | AA | 46 | 76 | 0 | 3B | 1F | 21 | 14B | 2A | 2F |
| Octal | 252 | 106 | 166 | 0 | 73 | 37 | 41 | 513 | 52 | 57 |
| Binary | 10101010 | 1000110 | 1110110 | 0 | 111011 | 11111 | 100001 | 101001011 | 101010 | 101111 |
Color Harmonies of #AA4676
Complementary color
Monochromatic Colors of #AA4676
Black with #AA4676
Text Example
Text Example
White with #AA4676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4676; }
p { color: rgb(170,70,118); }
H1.HeaderClassName
{
color: #AA4676;
}
.AnyTagClassName
{
color: #AA4676;
}
</style>
background-color css
<style>
a { background-color: #AA4676; }
a { background-color: rgb(170,70,118); }
div.DivClassName
{
background-color: #AA4676;
}
.BgClassName
{
background-color: #AA4676;
}
</style>
border-color css
<style>
span { border-color: #AA4676; }
span { border-color: rgb(170,70,118); }
td.TdClassName
{
border-color: #AA4676;
}
.TagClassName
{
border-color: #AA4676;
}
</style>