Shades of Shady Lady #AC989D
Tints of Shady Lady #AC989D
RGB
CMYK
RGB Variations
Color information
#AC989D (or 0xAC989D) is known color: Shady Lady. HEX triplet: AC, 98 and 9D. RGB value is (172,152,157). Sum of RGB (Red+Green+Blue) = 172+152+157=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #AC989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC989D is #536762. Grayscale: #9E9E9E. Windows color (decimal): -5465955 or 10328236. OLE color: 10328236.
HSL color Cylindrical-coordinate representation of color #AC989D: hue angle of 345º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AC989D is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 157 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.33 |
| HSL | 345º | 0.11% | 0.64% | - |
| HSV(B) | 345º | 0.12% | 0.67% | - |
| XYZ | 34.33 | 33.66 | 36.59 | - |
| YUV | 158.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 157 | 0 | 0.12 | 0.09 | 0.33 | 345 | 0.11 | 0.64 |
| Hex | AC | 98 | 9D | 0 | C | 9 | 21 | 159 | B | 40 |
| Octal | 254 | 230 | 235 | 0 | 14 | 11 | 41 | 531 | 13 | 100 |
| Binary | 10101100 | 10011000 | 10011101 | 0 | 1100 | 1001 | 100001 | 101011001 | 1011 | 1000000 |
Color Harmonies of #AC989D
Complementary color
Monochromatic Colors of #AC989D
Black with #AC989D
Text Example
Text Example
White with #AC989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC989D; }
p { color: rgb(172,152,157); }
H1.HeaderClassName
{
color: #AC989D;
}
.AnyTagClassName
{
color: #AC989D;
}
</style>
background-color css
<style>
a { background-color: #AC989D; }
a { background-color: rgb(172,152,157); }
div.DivClassName
{
background-color: #AC989D;
}
.BgClassName
{
background-color: #AC989D;
}
</style>
border-color css
<style>
span { border-color: #AC989D; }
span { border-color: rgb(172,152,157); }
td.TdClassName
{
border-color: #AC989D;
}
.TagClassName
{
border-color: #AC989D;
}
</style>