Shades of Royal Heath #AA4274
Tints of Royal Heath #AA4274
RGB
CMYK
RGB Variations
Color information
#AA4274 (or 0xAA4274) is known color: Royal Heath. HEX triplet: AA, 42 and 74. RGB value is (170,66,116). Sum of RGB (Red+Green+Blue) = 170+66+116=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4274 is #55BD8B. Grayscale: #666666. Windows color (decimal): -5619084 or 7619242. OLE color: 7619242.
HSL color Cylindrical-coordinate representation of color #AA4274: hue angle of 331.15º 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 #AA4274 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 116 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.33 |
| HSL | 331.15º | 0.44% | 0.46% | - |
| HSV(B) | 331.15º | 0.61% | 0.67% | - |
| XYZ | 21.68 | 13.7 | 18.03 | - |
| YUV | 102.8 | 135.46 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 116 | 0 | 0.61 | 0.32 | 0.33 | 331.15 | 0.44 | 0.46 |
| Hex | AA | 42 | 74 | 0 | 3D | 20 | 21 | 14B | 2C | 2E |
| Octal | 252 | 102 | 164 | 0 | 75 | 40 | 41 | 513 | 54 | 56 |
| Binary | 10101010 | 1000010 | 1110100 | 0 | 111101 | 100000 | 100001 | 101001011 | 101100 | 101110 |
Color Harmonies of #AA4274
Complementary color
Monochromatic Colors of #AA4274
Black with #AA4274
Text Example
Text Example
White with #AA4274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4274; }
p { color: rgb(170,66,116); }
H1.HeaderClassName
{
color: #AA4274;
}
.AnyTagClassName
{
color: #AA4274;
}
</style>
background-color css
<style>
a { background-color: #AA4274; }
a { background-color: rgb(170,66,116); }
div.DivClassName
{
background-color: #AA4274;
}
.BgClassName
{
background-color: #AA4274;
}
</style>
border-color css
<style>
span { border-color: #AA4274; }
span { border-color: rgb(170,66,116); }
td.TdClassName
{
border-color: #AA4274;
}
.TagClassName
{
border-color: #AA4274;
}
</style>