Shades of Royal Heath #AA4373
Tints of Royal Heath #AA4373
RGB
CMYK
RGB Variations
Color information
#AA4373 (or 0xAA4373) is known color: Royal Heath. HEX triplet: AA, 43 and 73. RGB value is (170,67,115). Sum of RGB (Red+Green+Blue) = 170+67+115=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4373 is #55BC8C. Grayscale: #676767. Windows color (decimal): -5618829 or 7553962. OLE color: 7553962.
HSL color Cylindrical-coordinate representation of color #AA4373: hue angle of 332.04º 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 #AA4373 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 115 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.33 |
| HSL | 332.04º | 0.43% | 0.46% | - |
| HSV(B) | 332.04º | 0.61% | 0.67% | - |
| XYZ | 21.68 | 13.8 | 17.74 | - |
| YUV | 103.27 | 134.62 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 115 | 0 | 0.61 | 0.32 | 0.33 | 332.04 | 0.43 | 0.46 |
| Hex | AA | 43 | 73 | 0 | 3D | 20 | 21 | 14C | 2B | 2E |
| Octal | 252 | 103 | 163 | 0 | 75 | 40 | 41 | 514 | 53 | 56 |
| Binary | 10101010 | 1000011 | 1110011 | 0 | 111101 | 100000 | 100001 | 101001100 | 101011 | 101110 |
Color Harmonies of #AA4373
Complementary color
Monochromatic Colors of #AA4373
Black with #AA4373
Text Example
Text Example
White with #AA4373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4373; }
p { color: rgb(170,67,115); }
H1.HeaderClassName
{
color: #AA4373;
}
.AnyTagClassName
{
color: #AA4373;
}
</style>
background-color css
<style>
a { background-color: #AA4373; }
a { background-color: rgb(170,67,115); }
div.DivClassName
{
background-color: #AA4373;
}
.BgClassName
{
background-color: #AA4373;
}
</style>
border-color css
<style>
span { border-color: #AA4373; }
span { border-color: rgb(170,67,115); }
td.TdClassName
{
border-color: #AA4373;
}
.TagClassName
{
border-color: #AA4373;
}
</style>