Shades of Royal Heath #AC5577
Tints of Royal Heath #AC5577
RGB
CMYK
RGB Variations
Color information
#AC5577 (or 0xAC5577) is known color: Royal Heath. HEX triplet: AC, 55 and 77. RGB value is (172,85,119). Sum of RGB (Red+Green+Blue) = 172+85+119=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5577 is #53AA88. Grayscale: #727272. Windows color (decimal): -5483145 or 7820716. OLE color: 7820716.
HSL color Cylindrical-coordinate representation of color #AC5577: hue angle of 336.55º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5577 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 119 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.33 |
| HSL | 336.55º | 0.34% | 0.5% | - |
| HSV(B) | 336.55º | 0.51% | 0.67% | - |
| XYZ | 23.59 | 16.6 | 19.41 | - |
| YUV | 114.89 | 130.32 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 119 | 0 | 0.51 | 0.31 | 0.33 | 336.55 | 0.34 | 0.5 |
| Hex | AC | 55 | 77 | 0 | 33 | 1F | 21 | 151 | 22 | 32 |
| Octal | 254 | 125 | 167 | 0 | 63 | 37 | 41 | 521 | 42 | 62 |
| Binary | 10101100 | 1010101 | 1110111 | 0 | 110011 | 11111 | 100001 | 101010001 | 100010 | 110010 |
Color Harmonies of #AC5577
Complementary color
Monochromatic Colors of #AC5577
Black with #AC5577
Text Example
Text Example
White with #AC5577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5577; }
p { color: rgb(172,85,119); }
H1.HeaderClassName
{
color: #AC5577;
}
.AnyTagClassName
{
color: #AC5577;
}
</style>
background-color css
<style>
a { background-color: #AC5577; }
a { background-color: rgb(172,85,119); }
div.DivClassName
{
background-color: #AC5577;
}
.BgClassName
{
background-color: #AC5577;
}
</style>
border-color css
<style>
span { border-color: #AC5577; }
span { border-color: rgb(172,85,119); }
td.TdClassName
{
border-color: #AC5577;
}
.TagClassName
{
border-color: #AC5577;
}
</style>