Shades of Royal Heath #AA4377
Tints of Royal Heath #AA4377
RGB
CMYK
RGB Variations
Color information
#AA4377 (or 0xAA4377) is known color: Royal Heath. HEX triplet: AA, 43 and 77. RGB value is (170,67,119). Sum of RGB (Red+Green+Blue) = 170+67+119=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4377 is #55BC88. Grayscale: #676767. Windows color (decimal): -5618825 or 7816106. OLE color: 7816106.
HSL color Cylindrical-coordinate representation of color #AA4377: hue angle of 329.71º degrees, saturation: 0.43, 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 #AA4377 is Cyan = 0, Magento = 0.61, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 119 | - |
| CMYK | 0 | 0.61 | 0.3 | 0.33 |
| HSL | 329.71º | 0.43% | 0.46% | - |
| HSV(B) | 329.71º | 0.61% | 0.67% | - |
| XYZ | 21.91 | 13.89 | 18.98 | - |
| YUV | 103.73 | 136.62 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 119 | 0 | 0.61 | 0.3 | 0.33 | 329.71 | 0.43 | 0.46 |
| Hex | AA | 43 | 77 | 0 | 3D | 1E | 21 | 14A | 2B | 2E |
| Octal | 252 | 103 | 167 | 0 | 75 | 36 | 41 | 512 | 53 | 56 |
| Binary | 10101010 | 1000011 | 1110111 | 0 | 111101 | 11110 | 100001 | 101001010 | 101011 | 101110 |
Color Harmonies of #AA4377
Complementary color
Monochromatic Colors of #AA4377
Black with #AA4377
Text Example
Text Example
White with #AA4377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4377; }
p { color: rgb(170,67,119); }
H1.HeaderClassName
{
color: #AA4377;
}
.AnyTagClassName
{
color: #AA4377;
}
</style>
background-color css
<style>
a { background-color: #AA4377; }
a { background-color: rgb(170,67,119); }
div.DivClassName
{
background-color: #AA4377;
}
.BgClassName
{
background-color: #AA4377;
}
</style>
border-color css
<style>
span { border-color: #AA4377; }
span { border-color: rgb(170,67,119); }
td.TdClassName
{
border-color: #AA4377;
}
.TagClassName
{
border-color: #AA4377;
}
</style>