Shades of Shady Lady #AC9CA1
Tints of Shady Lady #AC9CA1
RGB
CMYK
RGB Variations
Color information
#AC9CA1 (or 0xAC9CA1) is known color: Shady Lady. HEX triplet: AC, 9C and A1. RGB value is (172,156,161). Sum of RGB (Red+Green+Blue) = 172+156+161=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 161 (63.28% from 255 or 32.92% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9CA1 is #53635E. Grayscale: #A1A1A1. Windows color (decimal): -5464927 or 10591404. OLE color: 10591404.
HSL color Cylindrical-coordinate representation of color #AC9CA1: hue angle of 341.25º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AC9CA1 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 156 | 161 | - |
CMYK | 0 | 0.09 | 0.06 | 0.33 |
HSL | 341.25º | 0.09% | 0.64% | - |
HSV(B) | 341.25º | 0.09% | 0.67% | - |
XYZ | 35.33 | 35.12 | 38.63 | - |
YUV | 161.35 | 127.8 | 135.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 156 | 161 | 0 | 0.09 | 0.06 | 0.33 | 341.25 | 0.09 | 0.64 |
Hex | AC | 9C | A1 | 0 | 9 | 6 | 21 | 155 | 9 | 40 |
Octal | 254 | 234 | 241 | 0 | 11 | 6 | 41 | 525 | 11 | 100 |
Binary | 10101100 | 10011100 | 10100001 | 0 | 1001 | 110 | 100001 | 101010101 | 1001 | 1000000 |
Color Harmonies of #AC9CA1
Complementary color
Monochromatic Colors of #AC9CA1
Black with #AC9CA1
Text Example
Text Example
White with #AC9CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9CA1; }
p { color: rgb(172,156,161); }
H1.HeaderClassName
{
color: #AC9CA1;
}
.AnyTagClassName
{
color: #AC9CA1;
}
</style>
background-color css
<style>
a { background-color: #AC9CA1; }
a { background-color: rgb(172,156,161); }
div.DivClassName
{
background-color: #AC9CA1;
}
.BgClassName
{
background-color: #AC9CA1;
}
</style>
border-color css
<style>
span { border-color: #AC9CA1; }
span { border-color: rgb(172,156,161); }
td.TdClassName
{
border-color: #AC9CA1;
}
.TagClassName
{
border-color: #AC9CA1;
}
</style>