Shades of Shady Lady #AC8D9B
Tints of Shady Lady #AC8D9B
RGB
CMYK
RGB Variations
Color information
#AC8D9B (or 0xAC8D9B) is known color: Shady Lady. HEX triplet: AC, 8D and 9B. RGB value is (172,141,155). Sum of RGB (Red+Green+Blue) = 172+141+155=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D9B is #537264. Grayscale: #979797. Windows color (decimal): -5468773 or 10194348. OLE color: 10194348.
HSL color Cylindrical-coordinate representation of color #AC8D9B: hue angle of 332.9º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC8D9B is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 155 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.33 |
| HSL | 332.9º | 0.16% | 0.61% | - |
| HSV(B) | 332.9º | 0.18% | 0.67% | - |
| XYZ | 32.45 | 30.19 | 35.13 | - |
| YUV | 151.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 155 | 0 | 0.18 | 0.10 | 0.33 | 332.9 | 0.16 | 0.61 |
| Hex | AC | 8D | 9B | 0 | 12 | A | 21 | 14D | 10 | 3D |
| Octal | 254 | 215 | 233 | 0 | 22 | 12 | 41 | 515 | 20 | 75 |
| Binary | 10101100 | 10001101 | 10011011 | 0 | 10010 | 1010 | 100001 | 101001101 | 10000 | 111101 |
Color Harmonies of #AC8D9B
Complementary color
Monochromatic Colors of #AC8D9B
Black with #AC8D9B
Text Example
Text Example
White with #AC8D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D9B; }
p { color: rgb(172,141,155); }
H1.HeaderClassName
{
color: #AC8D9B;
}
.AnyTagClassName
{
color: #AC8D9B;
}
</style>
background-color css
<style>
a { background-color: #AC8D9B; }
a { background-color: rgb(172,141,155); }
div.DivClassName
{
background-color: #AC8D9B;
}
.BgClassName
{
background-color: #AC8D9B;
}
</style>
border-color css
<style>
span { border-color: #AC8D9B; }
span { border-color: rgb(172,141,155); }
td.TdClassName
{
border-color: #AC8D9B;
}
.TagClassName
{
border-color: #AC8D9B;
}
</style>