Shades of Shady Lady #AC919F
Tints of Shady Lady #AC919F
RGB
CMYK
RGB Variations
Color information
#AC919F (or 0xAC919F) is known color: Shady Lady. HEX triplet: AC, 91 and 9F. RGB value is (172,145,159). Sum of RGB (Red+Green+Blue) = 172+145+159=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC919F is #536E60. Grayscale: #9A9A9A. Windows color (decimal): -5467745 or 10457516. OLE color: 10457516.
HSL color Cylindrical-coordinate representation of color #AC919F: hue angle of 328.89º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC919F is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 159 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.33 |
| HSL | 328.89º | 0.14% | 0.62% | - |
| HSV(B) | 328.89º | 0.16% | 0.67% | - |
| XYZ | 33.4 | 31.52 | 37.13 | - |
| YUV | 154.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 159 | 0 | 0.16 | 0.08 | 0.33 | 328.89 | 0.14 | 0.62 |
| Hex | AC | 91 | 9F | 0 | 10 | 8 | 21 | 149 | E | 3E |
| Octal | 254 | 221 | 237 | 0 | 20 | 10 | 41 | 511 | 16 | 76 |
| Binary | 10101100 | 10010001 | 10011111 | 0 | 10000 | 1000 | 100001 | 101001001 | 1110 | 111110 |
Color Harmonies of #AC919F
Complementary color
Monochromatic Colors of #AC919F
Black with #AC919F
Text Example
Text Example
White with #AC919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC919F; }
p { color: rgb(172,145,159); }
H1.HeaderClassName
{
color: #AC919F;
}
.AnyTagClassName
{
color: #AC919F;
}
</style>
background-color css
<style>
a { background-color: #AC919F; }
a { background-color: rgb(172,145,159); }
div.DivClassName
{
background-color: #AC919F;
}
.BgClassName
{
background-color: #AC919F;
}
</style>
border-color css
<style>
span { border-color: #AC919F; }
span { border-color: rgb(172,145,159); }
td.TdClassName
{
border-color: #AC919F;
}
.TagClassName
{
border-color: #AC919F;
}
</style>