Shades of Shady Lady #AC9AA4
Tints of Shady Lady #AC9AA4
RGB
CMYK
RGB Variations
Color information
#AC9AA4 (or 0xAC9AA4) is known color: Shady Lady. HEX triplet: AC, 9A and A4. RGB value is (172,154,164). Sum of RGB (Red+Green+Blue) = 172+154+164=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9AA4 is #53655B. Grayscale: #A0A0A0. Windows color (decimal): -5465436 or 10787500. OLE color: 10787500.
HSL color Cylindrical-coordinate representation of color #AC9AA4: hue angle of 326.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 #AC9AA4 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 164 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.33 |
| HSL | 326.67º | 0.1% | 0.64% | - |
| HSV(B) | 326.67º | 0.1% | 0.67% | - |
| XYZ | 35.27 | 34.56 | 39.93 | - |
| YUV | 160.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 164 | 0 | 0.10 | 0.05 | 0.33 | 326.67 | 0.1 | 0.64 |
| Hex | AC | 9A | A4 | 0 | A | 5 | 21 | 147 | A | 40 |
| Octal | 254 | 232 | 244 | 0 | 12 | 5 | 41 | 507 | 12 | 100 |
| Binary | 10101100 | 10011010 | 10100100 | 0 | 1010 | 101 | 100001 | 101000111 | 1010 | 1000000 |
Color Harmonies of #AC9AA4
Complementary color
Monochromatic Colors of #AC9AA4
Black with #AC9AA4
Text Example
Text Example
White with #AC9AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9AA4; }
p { color: rgb(172,154,164); }
H1.HeaderClassName
{
color: #AC9AA4;
}
.AnyTagClassName
{
color: #AC9AA4;
}
</style>
background-color css
<style>
a { background-color: #AC9AA4; }
a { background-color: rgb(172,154,164); }
div.DivClassName
{
background-color: #AC9AA4;
}
.BgClassName
{
background-color: #AC9AA4;
}
</style>
border-color css
<style>
span { border-color: #AC9AA4; }
span { border-color: rgb(172,154,164); }
td.TdClassName
{
border-color: #AC9AA4;
}
.TagClassName
{
border-color: #AC9AA4;
}
</style>