Shades of Shady Lady #A9919E
Tints of Shady Lady #A9919E
RGB
CMYK
RGB Variations
Color information
#A9919E (or 0xA9919E) is known color: Shady Lady. HEX triplet: A9, 91 and 9E. RGB value is (169,145,158). Sum of RGB (Red+Green+Blue) = 169+145+158=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 169 - color contains mainly: red. Hex color #A9919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9919E is #566E61. Grayscale: #999999. Windows color (decimal): -5664354 or 10391977. OLE color: 10391977.
HSL color Cylindrical-coordinate representation of color #A9919E: hue angle of 327.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9919E is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 158 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.34 |
| HSL | 327.5º | 0.12% | 0.62% | - |
| HSV(B) | 327.5º | 0.14% | 0.66% | - |
| XYZ | 32.66 | 31.15 | 36.64 | - |
| YUV | 153.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 158 | 0 | 0.14 | 0.07 | 0.34 | 327.5 | 0.12 | 0.62 |
| Hex | A9 | 91 | 9E | 0 | E | 7 | 22 | 148 | C | 3E |
| Octal | 251 | 221 | 236 | 0 | 16 | 7 | 42 | 510 | 14 | 76 |
| Binary | 10101001 | 10010001 | 10011110 | 0 | 1110 | 111 | 100010 | 101001000 | 1100 | 111110 |
Color Harmonies of #A9919E
Complementary color
Monochromatic Colors of #A9919E
Black with #A9919E
Text Example
Text Example
White with #A9919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9919E; }
p { color: rgb(169,145,158); }
H1.HeaderClassName
{
color: #A9919E;
}
.AnyTagClassName
{
color: #A9919E;
}
</style>
background-color css
<style>
a { background-color: #A9919E; }
a { background-color: rgb(169,145,158); }
div.DivClassName
{
background-color: #A9919E;
}
.BgClassName
{
background-color: #A9919E;
}
</style>
border-color css
<style>
span { border-color: #A9919E; }
span { border-color: rgb(169,145,158); }
td.TdClassName
{
border-color: #A9919E;
}
.TagClassName
{
border-color: #A9919E;
}
</style>