Shades of Shady Lady #AC9DA2
Tints of Shady Lady #AC9DA2
RGB
CMYK
RGB Variations
Color information
#AC9DA2 (or 0xAC9DA2) is known color: Shady Lady. HEX triplet: AC, 9D and A2. RGB value is (172,157,162). Sum of RGB (Red+Green+Blue) = 172+157+162=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9DA2 is #53625D. Grayscale: #A2A2A2. Windows color (decimal): -5464670 or 10657196. OLE color: 10657196.
HSL color Cylindrical-coordinate representation of color #AC9DA2: hue angle of 340º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AC9DA2 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 157 | 162 | - |
CMYK | 0 | 0.09 | 0.06 | 0.33 |
HSL | 340º | 0.08% | 0.65% | - |
HSV(B) | 340º | 0.09% | 0.67% | - |
XYZ | 35.59 | 35.49 | 39.16 | - |
YUV | 162.06 | 127.97 | 135.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 157 | 162 | 0 | 0.09 | 0.06 | 0.33 | 340 | 0.08 | 0.65 |
Hex | AC | 9D | A2 | 0 | 9 | 6 | 21 | 154 | 8 | 41 |
Octal | 254 | 235 | 242 | 0 | 11 | 6 | 41 | 524 | 10 | 101 |
Binary | 10101100 | 10011101 | 10100010 | 0 | 1001 | 110 | 100001 | 101010100 | 1000 | 1000001 |
Color Harmonies of #AC9DA2
Complementary color
Monochromatic Colors of #AC9DA2
Black with #AC9DA2
Text Example
Text Example
White with #AC9DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9DA2; }
p { color: rgb(172,157,162); }
H1.HeaderClassName
{
color: #AC9DA2;
}
.AnyTagClassName
{
color: #AC9DA2;
}
</style>
background-color css
<style>
a { background-color: #AC9DA2; }
a { background-color: rgb(172,157,162); }
div.DivClassName
{
background-color: #AC9DA2;
}
.BgClassName
{
background-color: #AC9DA2;
}
</style>
border-color css
<style>
span { border-color: #AC9DA2; }
span { border-color: rgb(172,157,162); }
td.TdClassName
{
border-color: #AC9DA2;
}
.TagClassName
{
border-color: #AC9DA2;
}
</style>