Shades of Shady Lady #AC979C
Tints of Shady Lady #AC979C
RGB
CMYK
RGB Variations
Color information
#AC979C (or 0xAC979C) is known color: Shady Lady. HEX triplet: AC, 97 and 9C. RGB value is (172,151,156). Sum of RGB (Red+Green+Blue) = 172+151+156=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #AC979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC979C is #536863. Grayscale: #9D9D9D. Windows color (decimal): -5466212 or 10262444. OLE color: 10262444.
HSL color Cylindrical-coordinate representation of color #AC979C: hue angle of 345.71º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC979C is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 151 | 156 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.33 |
| HSL | 345.71º | 0.11% | 0.63% | - |
| HSV(B) | 345.71º | 0.12% | 0.67% | - |
| XYZ | 34.08 | 33.3 | 36.08 | - |
| YUV | 157.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 151 | 156 | 0 | 0.12 | 0.09 | 0.33 | 345.71 | 0.11 | 0.63 |
| Hex | AC | 97 | 9C | 0 | C | 9 | 21 | 15A | B | 3F |
| Octal | 254 | 227 | 234 | 0 | 14 | 11 | 41 | 532 | 13 | 77 |
| Binary | 10101100 | 10010111 | 10011100 | 0 | 1100 | 1001 | 100001 | 101011010 | 1011 | 111111 |
Color Harmonies of #AC979C
Complementary color
Monochromatic Colors of #AC979C
Black with #AC979C
Text Example
Text Example
White with #AC979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC979C; }
p { color: rgb(172,151,156); }
H1.HeaderClassName
{
color: #AC979C;
}
.AnyTagClassName
{
color: #AC979C;
}
</style>
background-color css
<style>
a { background-color: #AC979C; }
a { background-color: rgb(172,151,156); }
div.DivClassName
{
background-color: #AC979C;
}
.BgClassName
{
background-color: #AC979C;
}
</style>
border-color css
<style>
span { border-color: #AC979C; }
span { border-color: rgb(172,151,156); }
td.TdClassName
{
border-color: #AC979C;
}
.TagClassName
{
border-color: #AC979C;
}
</style>