Shades of Royal Heath #AA4674
Tints of Royal Heath #AA4674
RGB
CMYK
RGB Variations
Color information
#AA4674 (or 0xAA4674) is known color: Royal Heath. HEX triplet: AA, 46 and 74. RGB value is (170,70,116). Sum of RGB (Red+Green+Blue) = 170+70+116=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4674 is #55B98B. Grayscale: #696969. Windows color (decimal): -5618060 or 7620266. OLE color: 7620266.
HSL color Cylindrical-coordinate representation of color #AA4674: hue angle of 332.4º 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 #AA4674 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 70 | 116 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.33 |
| HSL | 332.4º | 0.42% | 0.47% | - |
| HSV(B) | 332.4º | 0.59% | 0.67% | - |
| XYZ | 21.92 | 14.19 | 18.11 | - |
| YUV | 105.14 | 134.13 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 70 | 116 | 0 | 0.59 | 0.32 | 0.33 | 332.4 | 0.42 | 0.47 |
| Hex | AA | 46 | 74 | 0 | 3B | 20 | 21 | 14C | 2A | 2F |
| Octal | 252 | 106 | 164 | 0 | 73 | 40 | 41 | 514 | 52 | 57 |
| Binary | 10101010 | 1000110 | 1110100 | 0 | 111011 | 100000 | 100001 | 101001100 | 101010 | 101111 |
Color Harmonies of #AA4674
Complementary color
Monochromatic Colors of #AA4674
Black with #AA4674
Text Example
Text Example
White with #AA4674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4674; }
p { color: rgb(170,70,116); }
H1.HeaderClassName
{
color: #AA4674;
}
.AnyTagClassName
{
color: #AA4674;
}
</style>
background-color css
<style>
a { background-color: #AA4674; }
a { background-color: rgb(170,70,116); }
div.DivClassName
{
background-color: #AA4674;
}
.BgClassName
{
background-color: #AA4674;
}
</style>
border-color css
<style>
span { border-color: #AA4674; }
span { border-color: rgb(170,70,116); }
td.TdClassName
{
border-color: #AA4674;
}
.TagClassName
{
border-color: #AA4674;
}
</style>