Shades of Shady Lady #A9969E
Tints of Shady Lady #A9969E
RGB
CMYK
RGB Variations
Color information
#A9969E (or 0xA9969E) is known color: Shady Lady. HEX triplet: A9, 96 and 9E. RGB value is (169,150,158). Sum of RGB (Red+Green+Blue) = 169+150+158=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 169 - color contains mainly: red. Hex color #A9969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9969E is #566961. Grayscale: #9C9C9C. Windows color (decimal): -5663074 or 10393257. OLE color: 10393257.
HSL color Cylindrical-coordinate representation of color #A9969E: hue angle of 334.74º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9969E is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 158 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.34 |
| HSL | 334.74º | 0.1% | 0.63% | - |
| HSV(B) | 334.74º | 0.11% | 0.66% | - |
| XYZ | 33.44 | 32.72 | 36.9 | - |
| YUV | 156.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 158 | 0 | 0.11 | 0.07 | 0.34 | 334.74 | 0.1 | 0.63 |
| Hex | A9 | 96 | 9E | 0 | B | 7 | 22 | 14F | A | 3F |
| Octal | 251 | 226 | 236 | 0 | 13 | 7 | 42 | 517 | 12 | 77 |
| Binary | 10101001 | 10010110 | 10011110 | 0 | 1011 | 111 | 100010 | 101001111 | 1010 | 111111 |
Color Harmonies of #A9969E
Complementary color
Monochromatic Colors of #A9969E
Black with #A9969E
Text Example
Text Example
White with #A9969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9969E; }
p { color: rgb(169,150,158); }
H1.HeaderClassName
{
color: #A9969E;
}
.AnyTagClassName
{
color: #A9969E;
}
</style>
background-color css
<style>
a { background-color: #A9969E; }
a { background-color: rgb(169,150,158); }
div.DivClassName
{
background-color: #A9969E;
}
.BgClassName
{
background-color: #A9969E;
}
</style>
border-color css
<style>
span { border-color: #A9969E; }
span { border-color: rgb(169,150,158); }
td.TdClassName
{
border-color: #A9969E;
}
.TagClassName
{
border-color: #A9969E;
}
</style>