Shades of Shady Lady #A29FA1
Tints of Shady Lady #A29FA1
RGB
CMYK
RGB Variations
Color information
#A29FA1 (or 0xA29FA1) is known color: Shady Lady. HEX triplet: A2, 9F and A1. RGB value is (162,159,161). Sum of RGB (Red+Green+Blue) = 162+159+161=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 162 - color contains mainly: red. Hex color #A29FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29FA1 is #5D605E. Grayscale: #A0A0A0. Windows color (decimal): -6119519 or 10592162. OLE color: 10592162.
HSL color Cylindrical-coordinate representation of color #A29FA1: hue angle of 320º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A29FA1 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 161 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.36 |
| HSL | 320º | 0.02% | 0.63% | - |
| HSV(B) | 320º | 0.02% | 0.64% | - |
| XYZ | 33.73 | 35.05 | 38.71 | - |
| YUV | 160.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 161 | 0 | 0.02 | 0.01 | 0.36 | 320 | 0.02 | 0.63 |
| Hex | A2 | 9F | A1 | 0 | 2 | 1 | 24 | 140 | 2 | 3F |
| Octal | 242 | 237 | 241 | 0 | 2 | 1 | 44 | 500 | 2 | 77 |
| Binary | 10100010 | 10011111 | 10100001 | 0 | 10 | 1 | 100100 | 101000000 | 10 | 111111 |
Color Harmonies of #A29FA1
Complementary color
Monochromatic Colors of #A29FA1
Black with #A29FA1
Text Example
Text Example
White with #A29FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29FA1; }
p { color: rgb(162,159,161); }
H1.HeaderClassName
{
color: #A29FA1;
}
.AnyTagClassName
{
color: #A29FA1;
}
</style>
background-color css
<style>
a { background-color: #A29FA1; }
a { background-color: rgb(162,159,161); }
div.DivClassName
{
background-color: #A29FA1;
}
.BgClassName
{
background-color: #A29FA1;
}
</style>
border-color css
<style>
span { border-color: #A29FA1; }
span { border-color: rgb(162,159,161); }
td.TdClassName
{
border-color: #A29FA1;
}
.TagClassName
{
border-color: #A29FA1;
}
</style>