Shades of Shady Lady #AC93A0
Tints of Shady Lady #AC93A0
RGB
CMYK
RGB Variations
Color information
#AC93A0 (or 0xAC93A0) is known color: Shady Lady. HEX triplet: AC, 93 and A0. RGB value is (172,147,160). Sum of RGB (Red+Green+Blue) = 172+147+160=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #AC93A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93A0 is #536C5F. Grayscale: #9B9B9B. Windows color (decimal): -5467232 or 10523564. OLE color: 10523564.
HSL color Cylindrical-coordinate representation of color #AC93A0: hue angle of 328.8º 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 #AC93A0 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 160 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.33 |
| HSL | 328.8º | 0.13% | 0.63% | - |
| HSV(B) | 328.8º | 0.15% | 0.67% | - |
| XYZ | 33.79 | 32.18 | 37.69 | - |
| YUV | 155.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 160 | 0 | 0.15 | 0.07 | 0.33 | 328.8 | 0.13 | 0.63 |
| Hex | AC | 93 | A0 | 0 | F | 7 | 21 | 149 | D | 3F |
| Octal | 254 | 223 | 240 | 0 | 17 | 7 | 41 | 511 | 15 | 77 |
| Binary | 10101100 | 10010011 | 10100000 | 0 | 1111 | 111 | 100001 | 101001001 | 1101 | 111111 |
Color Harmonies of #AC93A0
Complementary color
Monochromatic Colors of #AC93A0
Black with #AC93A0
Text Example
Text Example
White with #AC93A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC93A0; }
p { color: rgb(172,147,160); }
H1.HeaderClassName
{
color: #AC93A0;
}
.AnyTagClassName
{
color: #AC93A0;
}
</style>
background-color css
<style>
a { background-color: #AC93A0; }
a { background-color: rgb(172,147,160); }
div.DivClassName
{
background-color: #AC93A0;
}
.BgClassName
{
background-color: #AC93A0;
}
</style>
border-color css
<style>
span { border-color: #AC93A0; }
span { border-color: rgb(172,147,160); }
td.TdClassName
{
border-color: #AC93A0;
}
.TagClassName
{
border-color: #AC93A0;
}
</style>