Shades of Shady Lady #AC9AA5
Tints of Shady Lady #AC9AA5
RGB
CMYK
RGB Variations
Color information
#AC9AA5 (or 0xAC9AA5) is known color: Shady Lady. HEX triplet: AC, 9A and A5. RGB value is (172,154,165). Sum of RGB (Red+Green+Blue) = 172+154+165=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9AA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9AA5 is #53655A. Grayscale: #A0A0A0. Windows color (decimal): -5465435 or 10853036. OLE color: 10853036.
HSL color Cylindrical-coordinate representation of color #AC9AA5: hue angle of 323.33º 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 #AC9AA5 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 165 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.33 |
| HSL | 323.33º | 0.1% | 0.64% | - |
| HSV(B) | 323.33º | 0.1% | 0.67% | - |
| XYZ | 35.36 | 34.6 | 40.41 | - |
| YUV | 160.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 165 | 0 | 0.10 | 0.04 | 0.33 | 323.33 | 0.1 | 0.64 |
| Hex | AC | 9A | A5 | 0 | A | 4 | 21 | 143 | A | 40 |
| Octal | 254 | 232 | 245 | 0 | 12 | 4 | 41 | 503 | 12 | 100 |
| Binary | 10101100 | 10011010 | 10100101 | 0 | 1010 | 100 | 100001 | 101000011 | 1010 | 1000000 |
Color Harmonies of #AC9AA5
Complementary color
Monochromatic Colors of #AC9AA5
Black with #AC9AA5
Text Example
Text Example
White with #AC9AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9AA5; }
p { color: rgb(172,154,165); }
H1.HeaderClassName
{
color: #AC9AA5;
}
.AnyTagClassName
{
color: #AC9AA5;
}
</style>
background-color css
<style>
a { background-color: #AC9AA5; }
a { background-color: rgb(172,154,165); }
div.DivClassName
{
background-color: #AC9AA5;
}
.BgClassName
{
background-color: #AC9AA5;
}
</style>
border-color css
<style>
span { border-color: #AC9AA5; }
span { border-color: rgb(172,154,165); }
td.TdClassName
{
border-color: #AC9AA5;
}
.TagClassName
{
border-color: #AC9AA5;
}
</style>