Shades of Royal Heath #AA4A75
Tints of Royal Heath #AA4A75
RGB
CMYK
RGB Variations
Color information
#AA4A75 (or 0xAA4A75) is known color: Royal Heath. HEX triplet: AA, 4A and 75. RGB value is (170,74,117). Sum of RGB (Red+Green+Blue) = 170+74+117=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A75 is #55B58A. Grayscale: #6B6B6B. Windows color (decimal): -5617035 or 7686826. OLE color: 7686826.
HSL color Cylindrical-coordinate representation of color #AA4A75: hue angle of 333.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A75 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 117 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.33 |
| HSL | 333.13º | 0.39% | 0.48% | - |
| HSV(B) | 333.13º | 0.56% | 0.67% | - |
| XYZ | 22.24 | 14.73 | 18.5 | - |
| YUV | 107.61 | 133.3 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 117 | 0 | 0.56 | 0.31 | 0.33 | 333.13 | 0.39 | 0.48 |
| Hex | AA | 4A | 75 | 0 | 38 | 1F | 21 | 14D | 27 | 30 |
| Octal | 252 | 112 | 165 | 0 | 70 | 37 | 41 | 515 | 47 | 60 |
| Binary | 10101010 | 1001010 | 1110101 | 0 | 111000 | 11111 | 100001 | 101001101 | 100111 | 110000 |
Color Harmonies of #AA4A75
Complementary color
Monochromatic Colors of #AA4A75
Black with #AA4A75
Text Example
Text Example
White with #AA4A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A75; }
p { color: rgb(170,74,117); }
H1.HeaderClassName
{
color: #AA4A75;
}
.AnyTagClassName
{
color: #AA4A75;
}
</style>
background-color css
<style>
a { background-color: #AA4A75; }
a { background-color: rgb(170,74,117); }
div.DivClassName
{
background-color: #AA4A75;
}
.BgClassName
{
background-color: #AA4A75;
}
</style>
border-color css
<style>
span { border-color: #AA4A75; }
span { border-color: rgb(170,74,117); }
td.TdClassName
{
border-color: #AA4A75;
}
.TagClassName
{
border-color: #AA4A75;
}
</style>