Shades of Shady Lady #A29FA0
Tints of Shady Lady #A29FA0
RGB
CMYK
RGB Variations
Color information
#A29FA0 (or 0xA29FA0) is known color: Shady Lady. HEX triplet: A2, 9F and A0. RGB value is (162,159,160). Sum of RGB (Red+Green+Blue) = 162+159+160=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 162 - color contains mainly: red. Hex color #A29FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29FA0 is #5D605F. Grayscale: #A0A0A0. Windows color (decimal): -6119520 or 10526626. OLE color: 10526626.
HSL color Cylindrical-coordinate representation of color #A29FA0: hue angle of 340º 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 #A29FA0 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 160 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.36 |
| HSL | 340º | 0.02% | 0.63% | - |
| HSV(B) | 340º | 0.02% | 0.64% | - |
| XYZ | 33.64 | 35.02 | 38.24 | - |
| YUV | 160.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 160 | 0 | 0.02 | 0.01 | 0.36 | 340 | 0.02 | 0.63 |
| Hex | A2 | 9F | A0 | 0 | 2 | 1 | 24 | 154 | 2 | 3F |
| Octal | 242 | 237 | 240 | 0 | 2 | 1 | 44 | 524 | 2 | 77 |
| Binary | 10100010 | 10011111 | 10100000 | 0 | 10 | 1 | 100100 | 101010100 | 10 | 111111 |
Color Harmonies of #A29FA0
Complementary color
Monochromatic Colors of #A29FA0
Black with #A29FA0
Text Example
Text Example
White with #A29FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29FA0; }
p { color: rgb(162,159,160); }
H1.HeaderClassName
{
color: #A29FA0;
}
.AnyTagClassName
{
color: #A29FA0;
}
</style>
background-color css
<style>
a { background-color: #A29FA0; }
a { background-color: rgb(162,159,160); }
div.DivClassName
{
background-color: #A29FA0;
}
.BgClassName
{
background-color: #A29FA0;
}
</style>
border-color css
<style>
span { border-color: #A29FA0; }
span { border-color: rgb(162,159,160); }
td.TdClassName
{
border-color: #A29FA0;
}
.TagClassName
{
border-color: #A29FA0;
}
</style>