Shades of Shady Lady #AC96A1
Tints of Shady Lady #AC96A1
RGB
CMYK
RGB Variations
Color information
#AC96A1 (or 0xAC96A1) is known color: Shady Lady. HEX triplet: AC, 96 and A1. RGB value is (172,150,161). Sum of RGB (Red+Green+Blue) = 172+150+161=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #AC96A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC96A1 is #53695E. Grayscale: #9D9D9D. Windows color (decimal): -5466463 or 10589868. OLE color: 10589868.
HSL color Cylindrical-coordinate representation of color #AC96A1: hue angle of 330º 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 #AC96A1 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 161 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.33 |
| HSL | 330º | 0.12% | 0.63% | - |
| HSV(B) | 330º | 0.13% | 0.67% | - |
| XYZ | 34.35 | 33.16 | 38.31 | - |
| YUV | 157.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 161 | 0 | 0.13 | 0.06 | 0.33 | 330 | 0.12 | 0.63 |
| Hex | AC | 96 | A1 | 0 | D | 6 | 21 | 14A | C | 3F |
| Octal | 254 | 226 | 241 | 0 | 15 | 6 | 41 | 512 | 14 | 77 |
| Binary | 10101100 | 10010110 | 10100001 | 0 | 1101 | 110 | 100001 | 101001010 | 1100 | 111111 |
Color Harmonies of #AC96A1
Complementary color
Monochromatic Colors of #AC96A1
Black with #AC96A1
Text Example
Text Example
White with #AC96A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC96A1; }
p { color: rgb(172,150,161); }
H1.HeaderClassName
{
color: #AC96A1;
}
.AnyTagClassName
{
color: #AC96A1;
}
</style>
background-color css
<style>
a { background-color: #AC96A1; }
a { background-color: rgb(172,150,161); }
div.DivClassName
{
background-color: #AC96A1;
}
.BgClassName
{
background-color: #AC96A1;
}
</style>
border-color css
<style>
span { border-color: #AC96A1; }
span { border-color: rgb(172,150,161); }
td.TdClassName
{
border-color: #AC96A1;
}
.TagClassName
{
border-color: #AC96A1;
}
</style>