Shades of Shady Lady #AC919A
Tints of Shady Lady #AC919A
RGB
CMYK
RGB Variations
Color information
#AC919A (or 0xAC919A) is known color: Shady Lady. HEX triplet: AC, 91 and 9A. RGB value is (172,145,154). Sum of RGB (Red+Green+Blue) = 172+145+154=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC919A is #536E65. Grayscale: #9A9A9A. Windows color (decimal): -5467750 or 10129836. OLE color: 10129836.
HSL color Cylindrical-coordinate representation of color #AC919A: hue angle of 340º 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 #AC919A is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 154 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.33 |
| HSL | 340º | 0.14% | 0.62% | - |
| HSV(B) | 340º | 0.16% | 0.67% | - |
| XYZ | 32.97 | 31.35 | 34.89 | - |
| YUV | 154.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 154 | 0 | 0.16 | 0.10 | 0.33 | 340 | 0.14 | 0.62 |
| Hex | AC | 91 | 9A | 0 | 10 | A | 21 | 154 | E | 3E |
| Octal | 254 | 221 | 232 | 0 | 20 | 12 | 41 | 524 | 16 | 76 |
| Binary | 10101100 | 10010001 | 10011010 | 0 | 10000 | 1010 | 100001 | 101010100 | 1110 | 111110 |
Color Harmonies of #AC919A
Complementary color
Monochromatic Colors of #AC919A
Black with #AC919A
Text Example
Text Example
White with #AC919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC919A; }
p { color: rgb(172,145,154); }
H1.HeaderClassName
{
color: #AC919A;
}
.AnyTagClassName
{
color: #AC919A;
}
</style>
background-color css
<style>
a { background-color: #AC919A; }
a { background-color: rgb(172,145,154); }
div.DivClassName
{
background-color: #AC919A;
}
.BgClassName
{
background-color: #AC919A;
}
</style>
border-color css
<style>
span { border-color: #AC919A; }
span { border-color: rgb(172,145,154); }
td.TdClassName
{
border-color: #AC919A;
}
.TagClassName
{
border-color: #AC919A;
}
</style>