Shades of Shady Lady #A9969D
Tints of Shady Lady #A9969D
RGB
CMYK
RGB Variations
Color information
#A9969D (or 0xA9969D) is known color: Shady Lady. HEX triplet: A9, 96 and 9D. RGB value is (169,150,157). Sum of RGB (Red+Green+Blue) = 169+150+157=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 169 - color contains mainly: red. Hex color #A9969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9969D is #566962. Grayscale: #9C9C9C. Windows color (decimal): -5663075 or 10327721. OLE color: 10327721.
HSL color Cylindrical-coordinate representation of color #A9969D: hue angle of 337.89º 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 #A9969D is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 157 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.34 |
| HSL | 337.89º | 0.1% | 0.63% | - |
| HSV(B) | 337.89º | 0.11% | 0.66% | - |
| XYZ | 33.35 | 32.68 | 36.45 | - |
| YUV | 156.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 157 | 0 | 0.11 | 0.07 | 0.34 | 337.89 | 0.1 | 0.63 |
| Hex | A9 | 96 | 9D | 0 | B | 7 | 22 | 152 | A | 3F |
| Octal | 251 | 226 | 235 | 0 | 13 | 7 | 42 | 522 | 12 | 77 |
| Binary | 10101001 | 10010110 | 10011101 | 0 | 1011 | 111 | 100010 | 101010010 | 1010 | 111111 |
Color Harmonies of #A9969D
Complementary color
Monochromatic Colors of #A9969D
Black with #A9969D
Text Example
Text Example
White with #A9969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9969D; }
p { color: rgb(169,150,157); }
H1.HeaderClassName
{
color: #A9969D;
}
.AnyTagClassName
{
color: #A9969D;
}
</style>
background-color css
<style>
a { background-color: #A9969D; }
a { background-color: rgb(169,150,157); }
div.DivClassName
{
background-color: #A9969D;
}
.BgClassName
{
background-color: #A9969D;
}
</style>
border-color css
<style>
span { border-color: #A9969D; }
span { border-color: rgb(169,150,157); }
td.TdClassName
{
border-color: #A9969D;
}
.TagClassName
{
border-color: #A9969D;
}
</style>