Shades of Shady Lady #A9989B
Tints of Shady Lady #A9989B
RGB
CMYK
RGB Variations
Color information
#A9989B (or 0xA9989B) is known color: Shady Lady. HEX triplet: A9, 98 and 9B. RGB value is (169,152,155). Sum of RGB (Red+Green+Blue) = 169+152+155=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 169 - color contains mainly: red. Hex color #A9989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9989B is #566764. Grayscale: #9D9D9D. Windows color (decimal): -5662565 or 10197161. OLE color: 10197161.
HSL color Cylindrical-coordinate representation of color #A9989B: hue angle of 349.41º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9989B is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 155 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.34 |
| HSL | 349.41º | 0.09% | 0.63% | - |
| HSV(B) | 349.41º | 0.1% | 0.66% | - |
| XYZ | 33.51 | 33.26 | 35.66 | - |
| YUV | 157.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 155 | 0 | 0.10 | 0.08 | 0.34 | 349.41 | 0.09 | 0.63 |
| Hex | A9 | 98 | 9B | 0 | A | 8 | 22 | 15D | 9 | 3F |
| Octal | 251 | 230 | 233 | 0 | 12 | 10 | 42 | 535 | 11 | 77 |
| Binary | 10101001 | 10011000 | 10011011 | 0 | 1010 | 1000 | 100010 | 101011101 | 1001 | 111111 |
Color Harmonies of #A9989B
Complementary color
Monochromatic Colors of #A9989B
Black with #A9989B
Text Example
Text Example
White with #A9989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9989B; }
p { color: rgb(169,152,155); }
H1.HeaderClassName
{
color: #A9989B;
}
.AnyTagClassName
{
color: #A9989B;
}
</style>
background-color css
<style>
a { background-color: #A9989B; }
a { background-color: rgb(169,152,155); }
div.DivClassName
{
background-color: #A9989B;
}
.BgClassName
{
background-color: #A9989B;
}
</style>
border-color css
<style>
span { border-color: #A9989B; }
span { border-color: rgb(169,152,155); }
td.TdClassName
{
border-color: #A9989B;
}
.TagClassName
{
border-color: #A9989B;
}
</style>