Shades of Royal Heath #AC5570
Tints of Royal Heath #AC5570
RGB
CMYK
RGB Variations
Color information
#AC5570 (or 0xAC5570) is known color: Royal Heath. HEX triplet: AC, 55 and 70. RGB value is (172,85,112). Sum of RGB (Red+Green+Blue) = 172+85+112=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5570 is #53AA8F. Grayscale: #727272. Windows color (decimal): -5483152 or 7361964. OLE color: 7361964.
HSL color Cylindrical-coordinate representation of color #AC5570: hue angle of 341.38º 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 #AC5570 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 112 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.33 |
| HSL | 341.38º | 0.34% | 0.5% | - |
| HSV(B) | 341.38º | 0.51% | 0.67% | - |
| XYZ | 23.19 | 16.44 | 17.28 | - |
| YUV | 114.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 112 | 0 | 0.51 | 0.35 | 0.33 | 341.38 | 0.34 | 0.5 |
| Hex | AC | 55 | 70 | 0 | 33 | 23 | 21 | 155 | 22 | 32 |
| Octal | 254 | 125 | 160 | 0 | 63 | 43 | 41 | 525 | 42 | 62 |
| Binary | 10101100 | 1010101 | 1110000 | 0 | 110011 | 100011 | 100001 | 101010101 | 100010 | 110010 |
Color Harmonies of #AC5570
Complementary color
Monochromatic Colors of #AC5570
Black with #AC5570
Text Example
Text Example
White with #AC5570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5570; }
p { color: rgb(172,85,112); }
H1.HeaderClassName
{
color: #AC5570;
}
.AnyTagClassName
{
color: #AC5570;
}
</style>
background-color css
<style>
a { background-color: #AC5570; }
a { background-color: rgb(172,85,112); }
div.DivClassName
{
background-color: #AC5570;
}
.BgClassName
{
background-color: #AC5570;
}
</style>
border-color css
<style>
span { border-color: #AC5570; }
span { border-color: rgb(172,85,112); }
td.TdClassName
{
border-color: #AC5570;
}
.TagClassName
{
border-color: #AC5570;
}
</style>