Shades of Royal Heath #AC5D78
Tints of Royal Heath #AC5D78
RGB
CMYK
RGB Variations
Color information
#AC5D78 (or 0xAC5D78) is known color: Royal Heath. HEX triplet: AC, 5D and 78. RGB value is (172,93,120). Sum of RGB (Red+Green+Blue) = 172+93+120=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D78 is #53A287. Grayscale: #777777. Windows color (decimal): -5481096 or 7888300. OLE color: 7888300.
HSL color Cylindrical-coordinate representation of color #AC5D78: hue angle of 339.49º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC5D78 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 120 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.33 |
| HSL | 339.49º | 0.32% | 0.52% | - |
| HSV(B) | 339.49º | 0.46% | 0.67% | - |
| XYZ | 24.32 | 17.96 | 19.95 | - |
| YUV | 119.7 | 128.17 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 120 | 0 | 0.46 | 0.30 | 0.33 | 339.49 | 0.32 | 0.52 |
| Hex | AC | 5D | 78 | 0 | 2E | 1E | 21 | 153 | 20 | 34 |
| Octal | 254 | 135 | 170 | 0 | 56 | 36 | 41 | 523 | 40 | 64 |
| Binary | 10101100 | 1011101 | 1111000 | 0 | 101110 | 11110 | 100001 | 101010011 | 100000 | 110100 |
Color Harmonies of #AC5D78
Complementary color
Monochromatic Colors of #AC5D78
Black with #AC5D78
Text Example
Text Example
White with #AC5D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D78; }
p { color: rgb(172,93,120); }
H1.HeaderClassName
{
color: #AC5D78;
}
.AnyTagClassName
{
color: #AC5D78;
}
</style>
background-color css
<style>
a { background-color: #AC5D78; }
a { background-color: rgb(172,93,120); }
div.DivClassName
{
background-color: #AC5D78;
}
.BgClassName
{
background-color: #AC5D78;
}
</style>
border-color css
<style>
span { border-color: #AC5D78; }
span { border-color: rgb(172,93,120); }
td.TdClassName
{
border-color: #AC5D78;
}
.TagClassName
{
border-color: #AC5D78;
}
</style>