Shades of Shady Lady #AC9CA0
Tints of Shady Lady #AC9CA0
RGB
CMYK
RGB Variations
Color information
#AC9CA0 (or 0xAC9CA0) is known color: Shady Lady. HEX triplet: AC, 9C and A0. RGB value is (172,156,160). Sum of RGB (Red+Green+Blue) = 172+156+160=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CA0 is #53635F. Grayscale: #A1A1A1. Windows color (decimal): -5464928 or 10525868. OLE color: 10525868.
HSL color Cylindrical-coordinate representation of color #AC9CA0: hue angle of 345º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AC9CA0 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 156 | 160 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.33 |
| HSL | 345º | 0.09% | 0.64% | - |
| HSV(B) | 345º | 0.09% | 0.67% | - |
| XYZ | 35.25 | 35.09 | 38.17 | - |
| YUV | 161.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 156 | 160 | 0 | 0.09 | 0.07 | 0.33 | 345 | 0.09 | 0.64 |
| Hex | AC | 9C | A0 | 0 | 9 | 7 | 21 | 159 | 9 | 40 |
| Octal | 254 | 234 | 240 | 0 | 11 | 7 | 41 | 531 | 11 | 100 |
| Binary | 10101100 | 10011100 | 10100000 | 0 | 1001 | 111 | 100001 | 101011001 | 1001 | 1000000 |
Color Harmonies of #AC9CA0
Complementary color
Monochromatic Colors of #AC9CA0
Black with #AC9CA0
Text Example
Text Example
White with #AC9CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9CA0; }
p { color: rgb(172,156,160); }
H1.HeaderClassName
{
color: #AC9CA0;
}
.AnyTagClassName
{
color: #AC9CA0;
}
</style>
background-color css
<style>
a { background-color: #AC9CA0; }
a { background-color: rgb(172,156,160); }
div.DivClassName
{
background-color: #AC9CA0;
}
.BgClassName
{
background-color: #AC9CA0;
}
</style>
border-color css
<style>
span { border-color: #AC9CA0; }
span { border-color: rgb(172,156,160); }
td.TdClassName
{
border-color: #AC9CA0;
}
.TagClassName
{
border-color: #AC9CA0;
}
</style>