Shades of Shady Lady #AC8F9D
Tints of Shady Lady #AC8F9D
RGB
CMYK
RGB Variations
Color information
#AC8F9D (or 0xAC8F9D) is known color: Shady Lady. HEX triplet: AC, 8F and 9D. RGB value is (172,143,157). Sum of RGB (Red+Green+Blue) = 172+143+157=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F9D is #537062. Grayscale: #999999. Windows color (decimal): -5468259 or 10325932. OLE color: 10325932.
HSL color Cylindrical-coordinate representation of color #AC8F9D: hue angle of 331.03º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC8F9D is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 157 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.33 |
| HSL | 331.03º | 0.15% | 0.62% | - |
| HSV(B) | 331.03º | 0.17% | 0.67% | - |
| XYZ | 32.92 | 30.85 | 36.12 | - |
| YUV | 153.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 157 | 0 | 0.17 | 0.09 | 0.33 | 331.03 | 0.15 | 0.62 |
| Hex | AC | 8F | 9D | 0 | 11 | 9 | 21 | 14B | F | 3E |
| Octal | 254 | 217 | 235 | 0 | 21 | 11 | 41 | 513 | 17 | 76 |
| Binary | 10101100 | 10001111 | 10011101 | 0 | 10001 | 1001 | 100001 | 101001011 | 1111 | 111110 |
Color Harmonies of #AC8F9D
Complementary color
Monochromatic Colors of #AC8F9D
Black with #AC8F9D
Text Example
Text Example
White with #AC8F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F9D; }
p { color: rgb(172,143,157); }
H1.HeaderClassName
{
color: #AC8F9D;
}
.AnyTagClassName
{
color: #AC8F9D;
}
</style>
background-color css
<style>
a { background-color: #AC8F9D; }
a { background-color: rgb(172,143,157); }
div.DivClassName
{
background-color: #AC8F9D;
}
.BgClassName
{
background-color: #AC8F9D;
}
</style>
border-color css
<style>
span { border-color: #AC8F9D; }
span { border-color: rgb(172,143,157); }
td.TdClassName
{
border-color: #AC8F9D;
}
.TagClassName
{
border-color: #AC8F9D;
}
</style>