Shades of Royal Heath #AA4276
Tints of Royal Heath #AA4276
RGB
CMYK
RGB Variations
Color information
#AA4276 (or 0xAA4276) is known color: Royal Heath. HEX triplet: AA, 42 and 76. RGB value is (170,66,118). Sum of RGB (Red+Green+Blue) = 170+66+118=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4276 is #55BD89. Grayscale: #666666. Windows color (decimal): -5619082 or 7750314. OLE color: 7750314.
HSL color Cylindrical-coordinate representation of color #AA4276: hue angle of 330º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4276 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 118 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.33 |
| HSL | 330º | 0.44% | 0.46% | - |
| HSV(B) | 330º | 0.61% | 0.67% | - |
| XYZ | 21.8 | 13.75 | 18.64 | - |
| YUV | 103.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 118 | 0 | 0.61 | 0.31 | 0.33 | 330 | 0.44 | 0.46 |
| Hex | AA | 42 | 76 | 0 | 3D | 1F | 21 | 14A | 2C | 2E |
| Octal | 252 | 102 | 166 | 0 | 75 | 37 | 41 | 512 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1110110 | 0 | 111101 | 11111 | 100001 | 101001010 | 101100 | 101110 |
Color Harmonies of #AA4276
Complementary color
Monochromatic Colors of #AA4276
Black with #AA4276
Text Example
Text Example
White with #AA4276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4276; }
p { color: rgb(170,66,118); }
H1.HeaderClassName
{
color: #AA4276;
}
.AnyTagClassName
{
color: #AA4276;
}
</style>
background-color css
<style>
a { background-color: #AA4276; }
a { background-color: rgb(170,66,118); }
div.DivClassName
{
background-color: #AA4276;
}
.BgClassName
{
background-color: #AA4276;
}
</style>
border-color css
<style>
span { border-color: #AA4276; }
span { border-color: rgb(170,66,118); }
td.TdClassName
{
border-color: #AA4276;
}
.TagClassName
{
border-color: #AA4276;
}
</style>