Shades of Shady Lady #A999A1
Tints of Shady Lady #A999A1
RGB
CMYK
RGB Variations
Color information
#A999A1 (or 0xA999A1) is known color: Shady Lady. HEX triplet: A9, 99 and A1. RGB value is (169,153,161). Sum of RGB (Red+Green+Blue) = 169+153+161=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 169 - color contains mainly: red. Hex color #A999A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A999A1 is #56665E. Grayscale: #9E9E9E. Windows color (decimal): -5662303 or 10590633. OLE color: 10590633.
HSL color Cylindrical-coordinate representation of color #A999A1: hue angle of 330º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A999A1 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 153 | 161 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.34 |
| HSL | 330º | 0.09% | 0.63% | - |
| HSV(B) | 330º | 0.09% | 0.66% | - |
| XYZ | 34.19 | 33.79 | 38.44 | - |
| YUV | 158.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 161 | 0 | 0.09 | 0.05 | 0.34 | 330 | 0.09 | 0.63 |
| Hex | A9 | 99 | A1 | 0 | 9 | 5 | 22 | 14A | 9 | 3F |
| Octal | 251 | 231 | 241 | 0 | 11 | 5 | 42 | 512 | 11 | 77 |
| Binary | 10101001 | 10011001 | 10100001 | 0 | 1001 | 101 | 100010 | 101001010 | 1001 | 111111 |
Color Harmonies of #A999A1
Complementary color
Monochromatic Colors of #A999A1
Black with #A999A1
Text Example
Text Example
White with #A999A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A999A1; }
p { color: rgb(169,153,161); }
H1.HeaderClassName
{
color: #A999A1;
}
.AnyTagClassName
{
color: #A999A1;
}
</style>
background-color css
<style>
a { background-color: #A999A1; }
a { background-color: rgb(169,153,161); }
div.DivClassName
{
background-color: #A999A1;
}
.BgClassName
{
background-color: #A999A1;
}
</style>
border-color css
<style>
span { border-color: #A999A1; }
span { border-color: rgb(169,153,161); }
td.TdClassName
{
border-color: #A999A1;
}
.TagClassName
{
border-color: #A999A1;
}
</style>