Shades of Shady Lady #AC9BA2
Tints of Shady Lady #AC9BA2
RGB
CMYK
RGB Variations
Color information
#AC9BA2 (or 0xAC9BA2) is known color: Shady Lady. HEX triplet: AC, 9B and A2. RGB value is (172,155,162). Sum of RGB (Red+Green+Blue) = 172+155+162=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9BA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9BA2 is #53645D. Grayscale: #A0A0A0. Windows color (decimal): -5465182 or 10656684. OLE color: 10656684.
HSL color Cylindrical-coordinate representation of color #AC9BA2: hue angle of 335.29º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AC9BA2 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 155 | 162 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.33 |
| HSL | 335.29º | 0.09% | 0.64% | - |
| HSV(B) | 335.29º | 0.1% | 0.67% | - |
| XYZ | 35.26 | 34.82 | 39.05 | - |
| YUV | 160.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 155 | 162 | 0 | 0.10 | 0.06 | 0.33 | 335.29 | 0.09 | 0.64 |
| Hex | AC | 9B | A2 | 0 | A | 6 | 21 | 14F | 9 | 40 |
| Octal | 254 | 233 | 242 | 0 | 12 | 6 | 41 | 517 | 11 | 100 |
| Binary | 10101100 | 10011011 | 10100010 | 0 | 1010 | 110 | 100001 | 101001111 | 1001 | 1000000 |
Color Harmonies of #AC9BA2
Complementary color
Monochromatic Colors of #AC9BA2
Black with #AC9BA2
Text Example
Text Example
White with #AC9BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9BA2; }
p { color: rgb(172,155,162); }
H1.HeaderClassName
{
color: #AC9BA2;
}
.AnyTagClassName
{
color: #AC9BA2;
}
</style>
background-color css
<style>
a { background-color: #AC9BA2; }
a { background-color: rgb(172,155,162); }
div.DivClassName
{
background-color: #AC9BA2;
}
.BgClassName
{
background-color: #AC9BA2;
}
</style>
border-color css
<style>
span { border-color: #AC9BA2; }
span { border-color: rgb(172,155,162); }
td.TdClassName
{
border-color: #AC9BA2;
}
.TagClassName
{
border-color: #AC9BA2;
}
</style>