Shades of Shady Lady #AC959B
Tints of Shady Lady #AC959B
RGB
CMYK
RGB Variations
Color information
#AC959B (or 0xAC959B) is known color: Shady Lady. HEX triplet: AC, 95 and 9B. RGB value is (172,149,155). Sum of RGB (Red+Green+Blue) = 172+149+155=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC959B is #536A64. Grayscale: #9C9C9C. Windows color (decimal): -5466725 or 10196396. OLE color: 10196396.
HSL color Cylindrical-coordinate representation of color #AC959B: hue angle of 344.35º 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 #AC959B is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 155 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.33 |
| HSL | 344.35º | 0.12% | 0.63% | - |
| HSV(B) | 344.35º | 0.13% | 0.67% | - |
| XYZ | 33.68 | 32.63 | 35.53 | - |
| YUV | 156.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 155 | 0 | 0.13 | 0.10 | 0.33 | 344.35 | 0.12 | 0.63 |
| Hex | AC | 95 | 9B | 0 | D | A | 21 | 158 | C | 3F |
| Octal | 254 | 225 | 233 | 0 | 15 | 12 | 41 | 530 | 14 | 77 |
| Binary | 10101100 | 10010101 | 10011011 | 0 | 1101 | 1010 | 100001 | 101011000 | 1100 | 111111 |
Color Harmonies of #AC959B
Complementary color
Monochromatic Colors of #AC959B
Black with #AC959B
Text Example
Text Example
White with #AC959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC959B; }
p { color: rgb(172,149,155); }
H1.HeaderClassName
{
color: #AC959B;
}
.AnyTagClassName
{
color: #AC959B;
}
</style>
background-color css
<style>
a { background-color: #AC959B; }
a { background-color: rgb(172,149,155); }
div.DivClassName
{
background-color: #AC959B;
}
.BgClassName
{
background-color: #AC959B;
}
</style>
border-color css
<style>
span { border-color: #AC959B; }
span { border-color: rgb(172,149,155); }
td.TdClassName
{
border-color: #AC959B;
}
.TagClassName
{
border-color: #AC959B;
}
</style>