Shades of Shady Lady #AC949E
Tints of Shady Lady #AC949E
RGB
CMYK
RGB Variations
Color information
#AC949E (or 0xAC949E) is known color: Shady Lady. HEX triplet: AC, 94 and 9E. RGB value is (172,148,158). Sum of RGB (Red+Green+Blue) = 172+148+158=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 172 - color contains mainly: red. Hex color #AC949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC949E is #536B61. Grayscale: #9C9C9C. Windows color (decimal): -5466978 or 10392748. OLE color: 10392748.
HSL color Cylindrical-coordinate representation of color #AC949E: hue angle of 335º 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 #AC949E is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 158 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.33 |
| HSL | 335º | 0.13% | 0.63% | - |
| HSV(B) | 335º | 0.14% | 0.67% | - |
| XYZ | 33.77 | 32.42 | 36.83 | - |
| YUV | 156.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 158 | 0 | 0.14 | 0.08 | 0.33 | 335 | 0.13 | 0.63 |
| Hex | AC | 94 | 9E | 0 | E | 8 | 21 | 14F | D | 3F |
| Octal | 254 | 224 | 236 | 0 | 16 | 10 | 41 | 517 | 15 | 77 |
| Binary | 10101100 | 10010100 | 10011110 | 0 | 1110 | 1000 | 100001 | 101001111 | 1101 | 111111 |
Color Harmonies of #AC949E
Complementary color
Monochromatic Colors of #AC949E
Black with #AC949E
Text Example
Text Example
White with #AC949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC949E; }
p { color: rgb(172,148,158); }
H1.HeaderClassName
{
color: #AC949E;
}
.AnyTagClassName
{
color: #AC949E;
}
</style>
background-color css
<style>
a { background-color: #AC949E; }
a { background-color: rgb(172,148,158); }
div.DivClassName
{
background-color: #AC949E;
}
.BgClassName
{
background-color: #AC949E;
}
</style>
border-color css
<style>
span { border-color: #AC949E; }
span { border-color: rgb(172,148,158); }
td.TdClassName
{
border-color: #AC949E;
}
.TagClassName
{
border-color: #AC949E;
}
</style>