Shades of Shady Lady #A99BA1
Tints of Shady Lady #A99BA1
RGB
CMYK
RGB Variations
Color information
#A99BA1 (or 0xA99BA1) is known color: Shady Lady. HEX triplet: A9, 9B and A1. RGB value is (169,155,161). Sum of RGB (Red+Green+Blue) = 169+155+161=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 169 - color contains mainly: red. Hex color #A99BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99BA1 is #56645E. Grayscale: #9F9F9F. Windows color (decimal): -5661791 or 10591145. OLE color: 10591145.
HSL color Cylindrical-coordinate representation of color #A99BA1: hue angle of 334.29º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A99BA1 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 155 | 161 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.34 |
| HSL | 334.29º | 0.08% | 0.64% | - |
| HSV(B) | 334.29º | 0.08% | 0.66% | - |
| XYZ | 34.52 | 34.45 | 38.55 | - |
| YUV | 159.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 161 | 0 | 0.08 | 0.05 | 0.34 | 334.29 | 0.08 | 0.64 |
| Hex | A9 | 9B | A1 | 0 | 8 | 5 | 22 | 14E | 8 | 40 |
| Octal | 251 | 233 | 241 | 0 | 10 | 5 | 42 | 516 | 10 | 100 |
| Binary | 10101001 | 10011011 | 10100001 | 0 | 1000 | 101 | 100010 | 101001110 | 1000 | 1000000 |
Color Harmonies of #A99BA1
Complementary color
Monochromatic Colors of #A99BA1
Black with #A99BA1
Text Example
Text Example
White with #A99BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BA1; }
p { color: rgb(169,155,161); }
H1.HeaderClassName
{
color: #A99BA1;
}
.AnyTagClassName
{
color: #A99BA1;
}
</style>
background-color css
<style>
a { background-color: #A99BA1; }
a { background-color: rgb(169,155,161); }
div.DivClassName
{
background-color: #A99BA1;
}
.BgClassName
{
background-color: #A99BA1;
}
</style>
border-color css
<style>
span { border-color: #A99BA1; }
span { border-color: rgb(169,155,161); }
td.TdClassName
{
border-color: #A99BA1;
}
.TagClassName
{
border-color: #A99BA1;
}
</style>