Shades of Royal Heath #AA4376
Tints of Royal Heath #AA4376
RGB
CMYK
RGB Variations
Color information
#AA4376 (or 0xAA4376) is known color: Royal Heath. HEX triplet: AA, 43 and 76. RGB value is (170,67,118). Sum of RGB (Red+Green+Blue) = 170+67+118=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4376 is #55BC89. Grayscale: #676767. Windows color (decimal): -5618826 or 7750570. OLE color: 7750570.
HSL color Cylindrical-coordinate representation of color #AA4376: hue angle of 330.29º 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 #AA4376 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 118 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.33 |
| HSL | 330.29º | 0.43% | 0.46% | - |
| HSV(B) | 330.29º | 0.61% | 0.67% | - |
| XYZ | 21.85 | 13.87 | 18.66 | - |
| YUV | 103.61 | 136.12 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 118 | 0 | 0.61 | 0.31 | 0.33 | 330.29 | 0.43 | 0.46 |
| Hex | AA | 43 | 76 | 0 | 3D | 1F | 21 | 14A | 2B | 2E |
| Octal | 252 | 103 | 166 | 0 | 75 | 37 | 41 | 512 | 53 | 56 |
| Binary | 10101010 | 1000011 | 1110110 | 0 | 111101 | 11111 | 100001 | 101001010 | 101011 | 101110 |
Color Harmonies of #AA4376
Complementary color
Monochromatic Colors of #AA4376
Black with #AA4376
Text Example
Text Example
White with #AA4376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4376; }
p { color: rgb(170,67,118); }
H1.HeaderClassName
{
color: #AA4376;
}
.AnyTagClassName
{
color: #AA4376;
}
</style>
background-color css
<style>
a { background-color: #AA4376; }
a { background-color: rgb(170,67,118); }
div.DivClassName
{
background-color: #AA4376;
}
.BgClassName
{
background-color: #AA4376;
}
</style>
border-color css
<style>
span { border-color: #AA4376; }
span { border-color: rgb(170,67,118); }
td.TdClassName
{
border-color: #AA4376;
}
.TagClassName
{
border-color: #AA4376;
}
</style>