Shades of Shady Lady #AC949D
Tints of Shady Lady #AC949D
RGB
CMYK
RGB Variations
Color information
#AC949D (or 0xAC949D) is known color: Shady Lady. HEX triplet: AC, 94 and 9D. RGB value is (172,148,157). Sum of RGB (Red+Green+Blue) = 172+148+157=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC949D is #536B62. Grayscale: #9C9C9C. Windows color (decimal): -5466979 or 10327212. OLE color: 10327212.
HSL color Cylindrical-coordinate representation of color #AC949D: hue angle of 337.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AC949D is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 157 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.33 |
| HSL | 337.5º | 0.13% | 0.63% | - |
| HSV(B) | 337.5º | 0.14% | 0.67% | - |
| XYZ | 33.69 | 32.38 | 36.37 | - |
| YUV | 156.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 157 | 0 | 0.14 | 0.09 | 0.33 | 337.5 | 0.13 | 0.63 |
| Hex | AC | 94 | 9D | 0 | E | 9 | 21 | 152 | D | 3F |
| Octal | 254 | 224 | 235 | 0 | 16 | 11 | 41 | 522 | 15 | 77 |
| Binary | 10101100 | 10010100 | 10011101 | 0 | 1110 | 1001 | 100001 | 101010010 | 1101 | 111111 |
Color Harmonies of #AC949D
Complementary color
Monochromatic Colors of #AC949D
Black with #AC949D
Text Example
Text Example
White with #AC949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC949D; }
p { color: rgb(172,148,157); }
H1.HeaderClassName
{
color: #AC949D;
}
.AnyTagClassName
{
color: #AC949D;
}
</style>
background-color css
<style>
a { background-color: #AC949D; }
a { background-color: rgb(172,148,157); }
div.DivClassName
{
background-color: #AC949D;
}
.BgClassName
{
background-color: #AC949D;
}
</style>
border-color css
<style>
span { border-color: #AC949D; }
span { border-color: rgb(172,148,157); }
td.TdClassName
{
border-color: #AC949D;
}
.TagClassName
{
border-color: #AC949D;
}
</style>