Shades of Shady Lady #AC999F
Tints of Shady Lady #AC999F
RGB
CMYK
RGB Variations
Color information
#AC999F (or 0xAC999F) is known color: Shady Lady. HEX triplet: AC, 99 and 9F. RGB value is (172,153,159). Sum of RGB (Red+Green+Blue) = 172+153+159=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #AC999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC999F is #536660. Grayscale: #9F9F9F. Windows color (decimal): -5465697 or 10459564. OLE color: 10459564.
HSL color Cylindrical-coordinate representation of color #AC999F: hue angle of 341.05º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AC999F is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 159 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.33 |
| HSL | 341.05º | 0.1% | 0.64% | - |
| HSV(B) | 341.05º | 0.11% | 0.67% | - |
| XYZ | 34.66 | 34.06 | 37.55 | - |
| YUV | 159.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 159 | 0 | 0.11 | 0.08 | 0.33 | 341.05 | 0.1 | 0.64 |
| Hex | AC | 99 | 9F | 0 | B | 8 | 21 | 155 | A | 40 |
| Octal | 254 | 231 | 237 | 0 | 13 | 10 | 41 | 525 | 12 | 100 |
| Binary | 10101100 | 10011001 | 10011111 | 0 | 1011 | 1000 | 100001 | 101010101 | 1010 | 1000000 |
Color Harmonies of #AC999F
Complementary color
Monochromatic Colors of #AC999F
Black with #AC999F
Text Example
Text Example
White with #AC999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC999F; }
p { color: rgb(172,153,159); }
H1.HeaderClassName
{
color: #AC999F;
}
.AnyTagClassName
{
color: #AC999F;
}
</style>
background-color css
<style>
a { background-color: #AC999F; }
a { background-color: rgb(172,153,159); }
div.DivClassName
{
background-color: #AC999F;
}
.BgClassName
{
background-color: #AC999F;
}
</style>
border-color css
<style>
span { border-color: #AC999F; }
span { border-color: rgb(172,153,159); }
td.TdClassName
{
border-color: #AC999F;
}
.TagClassName
{
border-color: #AC999F;
}
</style>