Shades of Shady Lady #A9959B
Tints of Shady Lady #A9959B
RGB
CMYK
RGB Variations
Color information
#A9959B (or 0xA9959B) is known color: Shady Lady. HEX triplet: A9, 95 and 9B. RGB value is (169,149,155). Sum of RGB (Red+Green+Blue) = 169+149+155=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 169 - color contains mainly: red. Hex color #A9959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9959B is #566A64. Grayscale: #9B9B9B. Windows color (decimal): -5663333 or 10196393. OLE color: 10196393.
HSL color Cylindrical-coordinate representation of color #A9959B: hue angle of 342º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9959B is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 155 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.34 |
| HSL | 342º | 0.1% | 0.62% | - |
| HSV(B) | 342º | 0.12% | 0.66% | - |
| XYZ | 33.03 | 32.3 | 35.5 | - |
| YUV | 155.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 155 | 0 | 0.12 | 0.08 | 0.34 | 342 | 0.1 | 0.62 |
| Hex | A9 | 95 | 9B | 0 | C | 8 | 22 | 156 | A | 3E |
| Octal | 251 | 225 | 233 | 0 | 14 | 10 | 42 | 526 | 12 | 76 |
| Binary | 10101001 | 10010101 | 10011011 | 0 | 1100 | 1000 | 100010 | 101010110 | 1010 | 111110 |
Color Harmonies of #A9959B
Complementary color
Monochromatic Colors of #A9959B
Black with #A9959B
Text Example
Text Example
White with #A9959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9959B; }
p { color: rgb(169,149,155); }
H1.HeaderClassName
{
color: #A9959B;
}
.AnyTagClassName
{
color: #A9959B;
}
</style>
background-color css
<style>
a { background-color: #A9959B; }
a { background-color: rgb(169,149,155); }
div.DivClassName
{
background-color: #A9959B;
}
.BgClassName
{
background-color: #A9959B;
}
</style>
border-color css
<style>
span { border-color: #A9959B; }
span { border-color: rgb(169,149,155); }
td.TdClassName
{
border-color: #A9959B;
}
.TagClassName
{
border-color: #A9959B;
}
</style>