Shades of Shady Lady #AC93A3
Tints of Shady Lady #AC93A3
RGB
CMYK
RGB Variations
Color information
#AC93A3 (or 0xAC93A3) is known color: Shady Lady. HEX triplet: AC, 93 and A3. RGB value is (172,147,163). Sum of RGB (Red+Green+Blue) = 172+147+163=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC93A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC93A3 is #536C5C. Grayscale: #9C9C9C. Windows color (decimal): -5467229 or 10720172. OLE color: 10720172.
HSL color Cylindrical-coordinate representation of color #AC93A3: hue angle of 321.6º 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 #AC93A3 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 163 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.33 |
| HSL | 321.6º | 0.13% | 0.63% | - |
| HSV(B) | 321.6º | 0.15% | 0.67% | - |
| XYZ | 34.06 | 32.28 | 39.09 | - |
| YUV | 156.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 163 | 0 | 0.15 | 0.05 | 0.33 | 321.6 | 0.13 | 0.63 |
| Hex | AC | 93 | A3 | 0 | F | 5 | 21 | 142 | D | 3F |
| Octal | 254 | 223 | 243 | 0 | 17 | 5 | 41 | 502 | 15 | 77 |
| Binary | 10101100 | 10010011 | 10100011 | 0 | 1111 | 101 | 100001 | 101000010 | 1101 | 111111 |
Color Harmonies of #AC93A3
Complementary color
Monochromatic Colors of #AC93A3
Black with #AC93A3
Text Example
Text Example
White with #AC93A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC93A3; }
p { color: rgb(172,147,163); }
H1.HeaderClassName
{
color: #AC93A3;
}
.AnyTagClassName
{
color: #AC93A3;
}
</style>
background-color css
<style>
a { background-color: #AC93A3; }
a { background-color: rgb(172,147,163); }
div.DivClassName
{
background-color: #AC93A3;
}
.BgClassName
{
background-color: #AC93A3;
}
</style>
border-color css
<style>
span { border-color: #AC93A3; }
span { border-color: rgb(172,147,163); }
td.TdClassName
{
border-color: #AC93A3;
}
.TagClassName
{
border-color: #AC93A3;
}
</style>