Shades of Royal Heath #AA5673
Tints of Royal Heath #AA5673
RGB
CMYK
RGB Variations
Color information
#AA5673 (or 0xAA5673) is known color: Royal Heath. HEX triplet: AA, 56 and 73. RGB value is (170,86,115). Sum of RGB (Red+Green+Blue) = 170+86+115=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5673 is #55A98C. Grayscale: #727272. Windows color (decimal): -5613965 or 7558826. OLE color: 7558826.
HSL color Cylindrical-coordinate representation of color #AA5673: hue angle of 339.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5673 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 115 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.33 |
| HSL | 339.29º | 0.33% | 0.5% | - |
| HSV(B) | 339.29º | 0.49% | 0.67% | - |
| XYZ | 23 | 16.44 | 18.18 | - |
| YUV | 114.42 | 128.33 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 115 | 0 | 0.49 | 0.32 | 0.33 | 339.29 | 0.33 | 0.5 |
| Hex | AA | 56 | 73 | 0 | 31 | 20 | 21 | 153 | 21 | 32 |
| Octal | 252 | 126 | 163 | 0 | 61 | 40 | 41 | 523 | 41 | 62 |
| Binary | 10101010 | 1010110 | 1110011 | 0 | 110001 | 100000 | 100001 | 101010011 | 100001 | 110010 |
Color Harmonies of #AA5673
Complementary color
Monochromatic Colors of #AA5673
Black with #AA5673
Text Example
Text Example
White with #AA5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5673; }
p { color: rgb(170,86,115); }
H1.HeaderClassName
{
color: #AA5673;
}
.AnyTagClassName
{
color: #AA5673;
}
</style>
background-color css
<style>
a { background-color: #AA5673; }
a { background-color: rgb(170,86,115); }
div.DivClassName
{
background-color: #AA5673;
}
.BgClassName
{
background-color: #AA5673;
}
</style>
border-color css
<style>
span { border-color: #AA5673; }
span { border-color: rgb(170,86,115); }
td.TdClassName
{
border-color: #AA5673;
}
.TagClassName
{
border-color: #AA5673;
}
</style>