Shades of Shady Lady #AC9FA2
Tints of Shady Lady #AC9FA2
RGB
CMYK
RGB Variations
Color information
#AC9FA2 (or 0xAC9FA2) is known color: Shady Lady. HEX triplet: AC, 9F and A2. RGB value is (172,159,162). Sum of RGB (Red+Green+Blue) = 172+159+162=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9FA2 is #53605D. Grayscale: #A3A3A3. Windows color (decimal): -5464158 or 10657708. OLE color: 10657708.
HSL color Cylindrical-coordinate representation of color #AC9FA2: hue angle of 346.15º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AC9FA2 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 159 | 162 | - |
CMYK | 0 | 0.08 | 0.06 | 0.33 |
HSL | 346.15º | 0.07% | 0.65% | - |
HSV(B) | 346.15º | 0.08% | 0.67% | - |
XYZ | 35.93 | 36.18 | 39.27 | - |
YUV | 163.23 | 127.31 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 159 | 162 | 0 | 0.08 | 0.06 | 0.33 | 346.15 | 0.07 | 0.65 |
Hex | AC | 9F | A2 | 0 | 8 | 6 | 21 | 15A | 7 | 41 |
Octal | 254 | 237 | 242 | 0 | 10 | 6 | 41 | 532 | 7 | 101 |
Binary | 10101100 | 10011111 | 10100010 | 0 | 1000 | 110 | 100001 | 101011010 | 111 | 1000001 |
Color Harmonies of #AC9FA2
Complementary color
Monochromatic Colors of #AC9FA2
Black with #AC9FA2
Text Example
Text Example
White with #AC9FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9FA2; }
p { color: rgb(172,159,162); }
H1.HeaderClassName
{
color: #AC9FA2;
}
.AnyTagClassName
{
color: #AC9FA2;
}
</style>
background-color css
<style>
a { background-color: #AC9FA2; }
a { background-color: rgb(172,159,162); }
div.DivClassName
{
background-color: #AC9FA2;
}
.BgClassName
{
background-color: #AC9FA2;
}
</style>
border-color css
<style>
span { border-color: #AC9FA2; }
span { border-color: rgb(172,159,162); }
td.TdClassName
{
border-color: #AC9FA2;
}
.TagClassName
{
border-color: #AC9FA2;
}
</style>