Shades of Shady Lady #AC93A2
Tints of Shady Lady #AC93A2
RGB
CMYK
RGB Variations
Color information
#AC93A2 (or 0xAC93A2) is known color: Shady Lady. HEX triplet: AC, 93 and A2. RGB value is (172,147,162). Sum of RGB (Red+Green+Blue) = 172+147+162=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #AC93A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93A2 is #536C5D. Grayscale: #9C9C9C. Windows color (decimal): -5467230 or 10654636. OLE color: 10654636.
HSL color Cylindrical-coordinate representation of color #AC93A2: hue angle of 324º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC93A2 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 162 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.33 |
| HSL | 324º | 0.13% | 0.63% | - |
| HSV(B) | 324º | 0.15% | 0.67% | - |
| XYZ | 33.97 | 32.25 | 38.62 | - |
| YUV | 156.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 162 | 0 | 0.15 | 0.06 | 0.33 | 324 | 0.13 | 0.63 |
| Hex | AC | 93 | A2 | 0 | F | 6 | 21 | 144 | D | 3F |
| Octal | 254 | 223 | 242 | 0 | 17 | 6 | 41 | 504 | 15 | 77 |
| Binary | 10101100 | 10010011 | 10100010 | 0 | 1111 | 110 | 100001 | 101000100 | 1101 | 111111 |
Color Harmonies of #AC93A2
Complementary color
Monochromatic Colors of #AC93A2
Black with #AC93A2
Text Example
Text Example
White with #AC93A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC93A2; }
p { color: rgb(172,147,162); }
H1.HeaderClassName
{
color: #AC93A2;
}
.AnyTagClassName
{
color: #AC93A2;
}
</style>
background-color css
<style>
a { background-color: #AC93A2; }
a { background-color: rgb(172,147,162); }
div.DivClassName
{
background-color: #AC93A2;
}
.BgClassName
{
background-color: #AC93A2;
}
</style>
border-color css
<style>
span { border-color: #AC93A2; }
span { border-color: rgb(172,147,162); }
td.TdClassName
{
border-color: #AC93A2;
}
.TagClassName
{
border-color: #AC93A2;
}
</style>