Shades of Royal Heath #AC5579
Tints of Royal Heath #AC5579
RGB
CMYK
RGB Variations
Color information
#AC5579 (or 0xAC5579) is known color: Royal Heath. HEX triplet: AC, 55 and 79. RGB value is (172,85,121). Sum of RGB (Red+Green+Blue) = 172+85+121=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5579 is #53AA86. Grayscale: #737373. Windows color (decimal): -5483143 or 7951788. OLE color: 7951788.
HSL color Cylindrical-coordinate representation of color #AC5579: hue angle of 335.17º 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 #AC5579 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 121 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.33 |
| HSL | 335.17º | 0.34% | 0.5% | - |
| HSV(B) | 335.17º | 0.51% | 0.67% | - |
| XYZ | 23.71 | 16.65 | 20.05 | - |
| YUV | 115.12 | 131.32 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 121 | 0 | 0.51 | 0.30 | 0.33 | 335.17 | 0.34 | 0.5 |
| Hex | AC | 55 | 79 | 0 | 33 | 1E | 21 | 14F | 22 | 32 |
| Octal | 254 | 125 | 171 | 0 | 63 | 36 | 41 | 517 | 42 | 62 |
| Binary | 10101100 | 1010101 | 1111001 | 0 | 110011 | 11110 | 100001 | 101001111 | 100010 | 110010 |
Color Harmonies of #AC5579
Complementary color
Monochromatic Colors of #AC5579
Black with #AC5579
Text Example
Text Example
White with #AC5579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5579; }
p { color: rgb(172,85,121); }
H1.HeaderClassName
{
color: #AC5579;
}
.AnyTagClassName
{
color: #AC5579;
}
</style>
background-color css
<style>
a { background-color: #AC5579; }
a { background-color: rgb(172,85,121); }
div.DivClassName
{
background-color: #AC5579;
}
.BgClassName
{
background-color: #AC5579;
}
</style>
border-color css
<style>
span { border-color: #AC5579; }
span { border-color: rgb(172,85,121); }
td.TdClassName
{
border-color: #AC5579;
}
.TagClassName
{
border-color: #AC5579;
}
</style>