Shades of Shady Lady #AC9A9E
Tints of Shady Lady #AC9A9E
RGB
CMYK
RGB Variations
Color information
#AC9A9E (or 0xAC9A9E) is known color: Shady Lady. HEX triplet: AC, 9A and 9E. RGB value is (172,154,158). Sum of RGB (Red+Green+Blue) = 172+154+158=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A9E is #536561. Grayscale: #9F9F9F. Windows color (decimal): -5465442 or 10394284. OLE color: 10394284.
HSL color Cylindrical-coordinate representation of color #AC9A9E: hue angle of 346.67º degrees, saturation: 0.1, 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 #AC9A9E is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 158 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.33 |
| HSL | 346.67º | 0.1% | 0.64% | - |
| HSV(B) | 346.67º | 0.1% | 0.67% | - |
| XYZ | 34.74 | 34.35 | 37.15 | - |
| YUV | 159.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 158 | 0 | 0.10 | 0.08 | 0.33 | 346.67 | 0.1 | 0.64 |
| Hex | AC | 9A | 9E | 0 | A | 8 | 21 | 15B | A | 40 |
| Octal | 254 | 232 | 236 | 0 | 12 | 10 | 41 | 533 | 12 | 100 |
| Binary | 10101100 | 10011010 | 10011110 | 0 | 1010 | 1000 | 100001 | 101011011 | 1010 | 1000000 |
Color Harmonies of #AC9A9E
Complementary color
Monochromatic Colors of #AC9A9E
Black with #AC9A9E
Text Example
Text Example
White with #AC9A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A9E; }
p { color: rgb(172,154,158); }
H1.HeaderClassName
{
color: #AC9A9E;
}
.AnyTagClassName
{
color: #AC9A9E;
}
</style>
background-color css
<style>
a { background-color: #AC9A9E; }
a { background-color: rgb(172,154,158); }
div.DivClassName
{
background-color: #AC9A9E;
}
.BgClassName
{
background-color: #AC9A9E;
}
</style>
border-color css
<style>
span { border-color: #AC9A9E; }
span { border-color: rgb(172,154,158); }
td.TdClassName
{
border-color: #AC9A9E;
}
.TagClassName
{
border-color: #AC9A9E;
}
</style>