Shades of Shady Lady #AC949B
Tints of Shady Lady #AC949B
RGB
CMYK
RGB Variations
Color information
#AC949B (or 0xAC949B) is known color: Shady Lady. HEX triplet: AC, 94 and 9B. RGB value is (172,148,155). Sum of RGB (Red+Green+Blue) = 172+148+155=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #AC949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC949B is #536B64. Grayscale: #9B9B9B. Windows color (decimal): -5466981 or 10196140. OLE color: 10196140.
HSL color Cylindrical-coordinate representation of color #AC949B: hue angle of 342.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 #AC949B is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 155 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.33 |
| HSL | 342.5º | 0.13% | 0.63% | - |
| HSV(B) | 342.5º | 0.14% | 0.67% | - |
| XYZ | 33.52 | 32.32 | 35.48 | - |
| YUV | 155.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 155 | 0 | 0.14 | 0.10 | 0.33 | 342.5 | 0.13 | 0.63 |
| Hex | AC | 94 | 9B | 0 | E | A | 21 | 156 | D | 3F |
| Octal | 254 | 224 | 233 | 0 | 16 | 12 | 41 | 526 | 15 | 77 |
| Binary | 10101100 | 10010100 | 10011011 | 0 | 1110 | 1010 | 100001 | 101010110 | 1101 | 111111 |
Color Harmonies of #AC949B
Complementary color
Monochromatic Colors of #AC949B
Black with #AC949B
Text Example
Text Example
White with #AC949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC949B; }
p { color: rgb(172,148,155); }
H1.HeaderClassName
{
color: #AC949B;
}
.AnyTagClassName
{
color: #AC949B;
}
</style>
background-color css
<style>
a { background-color: #AC949B; }
a { background-color: rgb(172,148,155); }
div.DivClassName
{
background-color: #AC949B;
}
.BgClassName
{
background-color: #AC949B;
}
</style>
border-color css
<style>
span { border-color: #AC949B; }
span { border-color: rgb(172,148,155); }
td.TdClassName
{
border-color: #AC949B;
}
.TagClassName
{
border-color: #AC949B;
}
</style>