Shades of Shady Lady #A9939E
Tints of Shady Lady #A9939E
RGB
CMYK
RGB Variations
Color information
#A9939E (or 0xA9939E) is known color: Shady Lady. HEX triplet: A9, 93 and 9E. RGB value is (169,147,158). Sum of RGB (Red+Green+Blue) = 169+147+158=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 169 - color contains mainly: red. Hex color #A9939E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9939E is #566C61. Grayscale: #9A9A9A. Windows color (decimal): -5663842 or 10392489. OLE color: 10392489.
HSL color Cylindrical-coordinate representation of color #A9939E: hue angle of 330º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9939E is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 147 | 158 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.34 |
| HSL | 330º | 0.11% | 0.62% | - |
| HSV(B) | 330º | 0.13% | 0.66% | - |
| XYZ | 32.97 | 31.77 | 36.74 | - |
| YUV | 154.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 158 | 0 | 0.13 | 0.07 | 0.34 | 330 | 0.11 | 0.62 |
| Hex | A9 | 93 | 9E | 0 | D | 7 | 22 | 14A | B | 3E |
| Octal | 251 | 223 | 236 | 0 | 15 | 7 | 42 | 512 | 13 | 76 |
| Binary | 10101001 | 10010011 | 10011110 | 0 | 1101 | 111 | 100010 | 101001010 | 1011 | 111110 |
Color Harmonies of #A9939E
Complementary color
Monochromatic Colors of #A9939E
Black with #A9939E
Text Example
Text Example
White with #A9939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9939E; }
p { color: rgb(169,147,158); }
H1.HeaderClassName
{
color: #A9939E;
}
.AnyTagClassName
{
color: #A9939E;
}
</style>
background-color css
<style>
a { background-color: #A9939E; }
a { background-color: rgb(169,147,158); }
div.DivClassName
{
background-color: #A9939E;
}
.BgClassName
{
background-color: #A9939E;
}
</style>
border-color css
<style>
span { border-color: #A9939E; }
span { border-color: rgb(169,147,158); }
td.TdClassName
{
border-color: #A9939E;
}
.TagClassName
{
border-color: #A9939E;
}
</style>