Shades of Royal Heath #AC516E
Tints of Royal Heath #AC516E
RGB
CMYK
RGB Variations
Color information
#AC516E (or 0xAC516E) is known color: Royal Heath. HEX triplet: AC, 51 and 6E. RGB value is (172,81,110). Sum of RGB (Red+Green+Blue) = 172+81+110=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC516E is #53AE91. Grayscale: #6F6F6F. Windows color (decimal): -5484178 or 7229868. OLE color: 7229868.
HSL color Cylindrical-coordinate representation of color #AC516E: hue angle of 340.88º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC516E is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 110 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.33 |
| HSL | 340.88º | 0.36% | 0.5% | - |
| HSV(B) | 340.88º | 0.53% | 0.67% | - |
| XYZ | 22.77 | 15.78 | 16.6 | - |
| YUV | 111.52 | 127.15 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 110 | 0 | 0.53 | 0.36 | 0.33 | 340.88 | 0.36 | 0.5 |
| Hex | AC | 51 | 6E | 0 | 35 | 24 | 21 | 155 | 24 | 32 |
| Octal | 254 | 121 | 156 | 0 | 65 | 44 | 41 | 525 | 44 | 62 |
| Binary | 10101100 | 1010001 | 1101110 | 0 | 110101 | 100100 | 100001 | 101010101 | 100100 | 110010 |
Color Harmonies of #AC516E
Complementary color
Monochromatic Colors of #AC516E
Black with #AC516E
Text Example
Text Example
White with #AC516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC516E; }
p { color: rgb(172,81,110); }
H1.HeaderClassName
{
color: #AC516E;
}
.AnyTagClassName
{
color: #AC516E;
}
</style>
background-color css
<style>
a { background-color: #AC516E; }
a { background-color: rgb(172,81,110); }
div.DivClassName
{
background-color: #AC516E;
}
.BgClassName
{
background-color: #AC516E;
}
</style>
border-color css
<style>
span { border-color: #AC516E; }
span { border-color: rgb(172,81,110); }
td.TdClassName
{
border-color: #AC516E;
}
.TagClassName
{
border-color: #AC516E;
}
</style>