Shades of Royal Heath #AA4074
Tints of Royal Heath #AA4074
RGB
CMYK
RGB Variations
Color information
#AA4074 (or 0xAA4074) is known color: Royal Heath. HEX triplet: AA, 40 and 74. RGB value is (170,64,116). Sum of RGB (Red+Green+Blue) = 170+64+116=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4074 is #55BF8B. Grayscale: #656565. Windows color (decimal): -5619596 or 7618730. OLE color: 7618730.
HSL color Cylindrical-coordinate representation of color #AA4074: hue angle of 330.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4074 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 116 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.33 |
| HSL | 330.57º | 0.45% | 0.46% | - |
| HSV(B) | 330.57º | 0.62% | 0.67% | - |
| XYZ | 21.56 | 13.47 | 17.99 | - |
| YUV | 101.62 | 136.12 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 116 | 0 | 0.62 | 0.32 | 0.33 | 330.57 | 0.45 | 0.46 |
| Hex | AA | 40 | 74 | 0 | 3E | 20 | 21 | 14B | 2D | 2E |
| Octal | 252 | 100 | 164 | 0 | 76 | 40 | 41 | 513 | 55 | 56 |
| Binary | 10101010 | 1000000 | 1110100 | 0 | 111110 | 100000 | 100001 | 101001011 | 101101 | 101110 |
Color Harmonies of #AA4074
Complementary color
Monochromatic Colors of #AA4074
Black with #AA4074
Text Example
Text Example
White with #AA4074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4074; }
p { color: rgb(170,64,116); }
H1.HeaderClassName
{
color: #AA4074;
}
.AnyTagClassName
{
color: #AA4074;
}
</style>
background-color css
<style>
a { background-color: #AA4074; }
a { background-color: rgb(170,64,116); }
div.DivClassName
{
background-color: #AA4074;
}
.BgClassName
{
background-color: #AA4074;
}
</style>
border-color css
<style>
span { border-color: #AA4074; }
span { border-color: rgb(170,64,116); }
td.TdClassName
{
border-color: #AA4074;
}
.TagClassName
{
border-color: #AA4074;
}
</style>