Shades of Shady Lady #AC969D
Tints of Shady Lady #AC969D
RGB
CMYK
RGB Variations
Color information
#AC969D (or 0xAC969D) is known color: Shady Lady. HEX triplet: AC, 96 and 9D. RGB value is (172,150,157). Sum of RGB (Red+Green+Blue) = 172+150+157=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #AC969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC969D is #536962. Grayscale: #9D9D9D. Windows color (decimal): -5466467 or 10327724. OLE color: 10327724.
HSL color Cylindrical-coordinate representation of color #AC969D: hue angle of 340.91º 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 #AC969D is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 157 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.33 |
| HSL | 340.91º | 0.12% | 0.63% | - |
| HSV(B) | 340.91º | 0.13% | 0.67% | - |
| XYZ | 34.01 | 33.02 | 36.48 | - |
| YUV | 157.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 157 | 0 | 0.13 | 0.09 | 0.33 | 340.91 | 0.12 | 0.63 |
| Hex | AC | 96 | 9D | 0 | D | 9 | 21 | 155 | C | 3F |
| Octal | 254 | 226 | 235 | 0 | 15 | 11 | 41 | 525 | 14 | 77 |
| Binary | 10101100 | 10010110 | 10011101 | 0 | 1101 | 1001 | 100001 | 101010101 | 1100 | 111111 |
Color Harmonies of #AC969D
Complementary color
Monochromatic Colors of #AC969D
Black with #AC969D
Text Example
Text Example
White with #AC969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC969D; }
p { color: rgb(172,150,157); }
H1.HeaderClassName
{
color: #AC969D;
}
.AnyTagClassName
{
color: #AC969D;
}
</style>
background-color css
<style>
a { background-color: #AC969D; }
a { background-color: rgb(172,150,157); }
div.DivClassName
{
background-color: #AC969D;
}
.BgClassName
{
background-color: #AC969D;
}
</style>
border-color css
<style>
span { border-color: #AC969D; }
span { border-color: rgb(172,150,157); }
td.TdClassName
{
border-color: #AC969D;
}
.TagClassName
{
border-color: #AC969D;
}
</style>