Shades of Shady Lady #A9909B
Tints of Shady Lady #A9909B
RGB
CMYK
RGB Variations
Color information
#A9909B (or 0xA9909B) is known color: Shady Lady. HEX triplet: A9, 90 and 9B. RGB value is (169,144,155). Sum of RGB (Red+Green+Blue) = 169+144+155=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 169 - color contains mainly: red. Hex color #A9909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9909B is #566F64. Grayscale: #989898. Windows color (decimal): -5664613 or 10195113. OLE color: 10195113.
HSL color Cylindrical-coordinate representation of color #A9909B: hue angle of 333.6º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9909B is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 155 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.34 |
| HSL | 333.6º | 0.13% | 0.61% | - |
| HSV(B) | 333.6º | 0.15% | 0.66% | - |
| XYZ | 32.25 | 30.75 | 35.25 | - |
| YUV | 152.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 155 | 0 | 0.15 | 0.08 | 0.34 | 333.6 | 0.13 | 0.61 |
| Hex | A9 | 90 | 9B | 0 | F | 8 | 22 | 14E | D | 3D |
| Octal | 251 | 220 | 233 | 0 | 17 | 10 | 42 | 516 | 15 | 75 |
| Binary | 10101001 | 10010000 | 10011011 | 0 | 1111 | 1000 | 100010 | 101001110 | 1101 | 111101 |
Color Harmonies of #A9909B
Complementary color
Monochromatic Colors of #A9909B
Black with #A9909B
Text Example
Text Example
White with #A9909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9909B; }
p { color: rgb(169,144,155); }
H1.HeaderClassName
{
color: #A9909B;
}
.AnyTagClassName
{
color: #A9909B;
}
</style>
background-color css
<style>
a { background-color: #A9909B; }
a { background-color: rgb(169,144,155); }
div.DivClassName
{
background-color: #A9909B;
}
.BgClassName
{
background-color: #A9909B;
}
</style>
border-color css
<style>
span { border-color: #A9909B; }
span { border-color: rgb(169,144,155); }
td.TdClassName
{
border-color: #A9909B;
}
.TagClassName
{
border-color: #A9909B;
}
</style>