Shades of Royal Heath #AC5D77
Tints of Royal Heath #AC5D77
RGB
CMYK
RGB Variations
Color information
#AC5D77 (or 0xAC5D77) is known color: Royal Heath. HEX triplet: AC, 5D and 77. RGB value is (172,93,119). Sum of RGB (Red+Green+Blue) = 172+93+119=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D77 is #53A288. Grayscale: #777777. Windows color (decimal): -5481097 or 7822764. OLE color: 7822764.
HSL color Cylindrical-coordinate representation of color #AC5D77: hue angle of 340.25º 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 #AC5D77 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 119 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.33 |
| HSL | 340.25º | 0.32% | 0.52% | - |
| HSV(B) | 340.25º | 0.46% | 0.67% | - |
| XYZ | 24.26 | 17.93 | 19.64 | - |
| YUV | 119.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 119 | 0 | 0.46 | 0.31 | 0.33 | 340.25 | 0.32 | 0.52 |
| Hex | AC | 5D | 77 | 0 | 2E | 1F | 21 | 154 | 20 | 34 |
| Octal | 254 | 135 | 167 | 0 | 56 | 37 | 41 | 524 | 40 | 64 |
| Binary | 10101100 | 1011101 | 1110111 | 0 | 101110 | 11111 | 100001 | 101010100 | 100000 | 110100 |
Color Harmonies of #AC5D77
Complementary color
Monochromatic Colors of #AC5D77
Black with #AC5D77
Text Example
Text Example
White with #AC5D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D77; }
p { color: rgb(172,93,119); }
H1.HeaderClassName
{
color: #AC5D77;
}
.AnyTagClassName
{
color: #AC5D77;
}
</style>
background-color css
<style>
a { background-color: #AC5D77; }
a { background-color: rgb(172,93,119); }
div.DivClassName
{
background-color: #AC5D77;
}
.BgClassName
{
background-color: #AC5D77;
}
</style>
border-color css
<style>
span { border-color: #AC5D77; }
span { border-color: rgb(172,93,119); }
td.TdClassName
{
border-color: #AC5D77;
}
.TagClassName
{
border-color: #AC5D77;
}
</style>