Shades of Royal Heath #AC5573
Tints of Royal Heath #AC5573
RGB
CMYK
RGB Variations
Color information
#AC5573 (or 0xAC5573) is known color: Royal Heath. HEX triplet: AC, 55 and 73. RGB value is (172,85,115). Sum of RGB (Red+Green+Blue) = 172+85+115=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5573 is #53AA8C. Grayscale: #727272. Windows color (decimal): -5483149 or 7558572. OLE color: 7558572.
HSL color Cylindrical-coordinate representation of color #AC5573: hue angle of 339.31º 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 #AC5573 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 115 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.33 |
| HSL | 339.31º | 0.34% | 0.5% | - |
| HSV(B) | 339.31º | 0.51% | 0.67% | - |
| XYZ | 23.36 | 16.51 | 18.17 | - |
| YUV | 114.43 | 128.32 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 115 | 0 | 0.51 | 0.33 | 0.33 | 339.31 | 0.34 | 0.5 |
| Hex | AC | 55 | 73 | 0 | 33 | 21 | 21 | 153 | 22 | 32 |
| Octal | 254 | 125 | 163 | 0 | 63 | 41 | 41 | 523 | 42 | 62 |
| Binary | 10101100 | 1010101 | 1110011 | 0 | 110011 | 100001 | 100001 | 101010011 | 100010 | 110010 |
Color Harmonies of #AC5573
Complementary color
Monochromatic Colors of #AC5573
Black with #AC5573
Text Example
Text Example
White with #AC5573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5573; }
p { color: rgb(172,85,115); }
H1.HeaderClassName
{
color: #AC5573;
}
.AnyTagClassName
{
color: #AC5573;
}
</style>
background-color css
<style>
a { background-color: #AC5573; }
a { background-color: rgb(172,85,115); }
div.DivClassName
{
background-color: #AC5573;
}
.BgClassName
{
background-color: #AC5573;
}
</style>
border-color css
<style>
span { border-color: #AC5573; }
span { border-color: rgb(172,85,115); }
td.TdClassName
{
border-color: #AC5573;
}
.TagClassName
{
border-color: #AC5573;
}
</style>