Shades of Royal Heath #AC5A77
Tints of Royal Heath #AC5A77
RGB
CMYK
RGB Variations
Color information
#AC5A77 (or 0xAC5A77) is known color: Royal Heath. HEX triplet: AC, 5A and 77. RGB value is (172,90,119). Sum of RGB (Red+Green+Blue) = 172+90+119=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A77 is #53A588. Grayscale: #757575. Windows color (decimal): -5481865 or 7821996. OLE color: 7821996.
HSL color Cylindrical-coordinate representation of color #AC5A77: hue angle of 338.78º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5A77 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 119 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.33 |
| HSL | 338.78º | 0.33% | 0.51% | - |
| HSV(B) | 338.78º | 0.48% | 0.67% | - |
| XYZ | 24 | 17.41 | 19.55 | - |
| YUV | 117.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 119 | 0 | 0.48 | 0.31 | 0.33 | 338.78 | 0.33 | 0.51 |
| Hex | AC | 5A | 77 | 0 | 30 | 1F | 21 | 153 | 21 | 33 |
| Octal | 254 | 132 | 167 | 0 | 60 | 37 | 41 | 523 | 41 | 63 |
| Binary | 10101100 | 1011010 | 1110111 | 0 | 110000 | 11111 | 100001 | 101010011 | 100001 | 110011 |
Color Harmonies of #AC5A77
Complementary color
Monochromatic Colors of #AC5A77
Black with #AC5A77
Text Example
Text Example
White with #AC5A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A77; }
p { color: rgb(172,90,119); }
H1.HeaderClassName
{
color: #AC5A77;
}
.AnyTagClassName
{
color: #AC5A77;
}
</style>
background-color css
<style>
a { background-color: #AC5A77; }
a { background-color: rgb(172,90,119); }
div.DivClassName
{
background-color: #AC5A77;
}
.BgClassName
{
background-color: #AC5A77;
}
</style>
border-color css
<style>
span { border-color: #AC5A77; }
span { border-color: rgb(172,90,119); }
td.TdClassName
{
border-color: #AC5A77;
}
.TagClassName
{
border-color: #AC5A77;
}
</style>