Shades of Shady Lady #AC959E
Tints of Shady Lady #AC959E
RGB
CMYK
RGB Variations
Color information
#AC959E (or 0xAC959E) is known color: Shady Lady. HEX triplet: AC, 95 and 9E. RGB value is (172,149,158). Sum of RGB (Red+Green+Blue) = 172+149+158=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #AC959E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC959E is #536A61. Grayscale: #9C9C9C. Windows color (decimal): -5466722 or 10393004. OLE color: 10393004.
HSL color Cylindrical-coordinate representation of color #AC959E: hue angle of 336.52º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC959E is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 158 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.33 |
| HSL | 336.52º | 0.12% | 0.63% | - |
| HSV(B) | 336.52º | 0.13% | 0.67% | - |
| XYZ | 33.93 | 32.73 | 36.88 | - |
| YUV | 156.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 158 | 0 | 0.13 | 0.08 | 0.33 | 336.52 | 0.12 | 0.63 |
| Hex | AC | 95 | 9E | 0 | D | 8 | 21 | 151 | C | 3F |
| Octal | 254 | 225 | 236 | 0 | 15 | 10 | 41 | 521 | 14 | 77 |
| Binary | 10101100 | 10010101 | 10011110 | 0 | 1101 | 1000 | 100001 | 101010001 | 1100 | 111111 |
Color Harmonies of #AC959E
Complementary color
Monochromatic Colors of #AC959E
Black with #AC959E
Text Example
Text Example
White with #AC959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC959E; }
p { color: rgb(172,149,158); }
H1.HeaderClassName
{
color: #AC959E;
}
.AnyTagClassName
{
color: #AC959E;
}
</style>
background-color css
<style>
a { background-color: #AC959E; }
a { background-color: rgb(172,149,158); }
div.DivClassName
{
background-color: #AC959E;
}
.BgClassName
{
background-color: #AC959E;
}
</style>
border-color css
<style>
span { border-color: #AC959E; }
span { border-color: rgb(172,149,158); }
td.TdClassName
{
border-color: #AC959E;
}
.TagClassName
{
border-color: #AC959E;
}
</style>