Shades of Shady Lady #AC8F9A
Tints of Shady Lady #AC8F9A
RGB
CMYK
RGB Variations
Color information
#AC8F9A (or 0xAC8F9A) is known color: Shady Lady. HEX triplet: AC, 8F and 9A. RGB value is (172,143,154). Sum of RGB (Red+Green+Blue) = 172+143+154=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F9A is #537065. Grayscale: #989898. Windows color (decimal): -5468262 or 10129324. OLE color: 10129324.
HSL color Cylindrical-coordinate representation of color #AC8F9A: hue angle of 337.24º 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 #AC8F9A is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 154 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.33 |
| HSL | 337.24º | 0.15% | 0.62% | - |
| HSV(B) | 337.24º | 0.17% | 0.67% | - |
| XYZ | 32.67 | 30.75 | 34.79 | - |
| YUV | 152.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 154 | 0 | 0.17 | 0.10 | 0.33 | 337.24 | 0.15 | 0.62 |
| Hex | AC | 8F | 9A | 0 | 11 | A | 21 | 151 | F | 3E |
| Octal | 254 | 217 | 232 | 0 | 21 | 12 | 41 | 521 | 17 | 76 |
| Binary | 10101100 | 10001111 | 10011010 | 0 | 10001 | 1010 | 100001 | 101010001 | 1111 | 111110 |
Color Harmonies of #AC8F9A
Complementary color
Monochromatic Colors of #AC8F9A
Black with #AC8F9A
Text Example
Text Example
White with #AC8F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F9A; }
p { color: rgb(172,143,154); }
H1.HeaderClassName
{
color: #AC8F9A;
}
.AnyTagClassName
{
color: #AC8F9A;
}
</style>
background-color css
<style>
a { background-color: #AC8F9A; }
a { background-color: rgb(172,143,154); }
div.DivClassName
{
background-color: #AC8F9A;
}
.BgClassName
{
background-color: #AC8F9A;
}
</style>
border-color css
<style>
span { border-color: #AC8F9A; }
span { border-color: rgb(172,143,154); }
td.TdClassName
{
border-color: #AC8F9A;
}
.TagClassName
{
border-color: #AC8F9A;
}
</style>