Shades of Shady Lady #A29697
Tints of Shady Lady #A29697
RGB
CMYK
RGB Variations
Color information
#A29697 (or 0xA29697) is known color: Shady Lady. HEX triplet: A2, 96 and 97. RGB value is (162,150,151). Sum of RGB (Red+Green+Blue) = 162+150+151=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 162 - color contains mainly: red. Hex color #A29697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29697 is #5D6968. Grayscale: #999999. Windows color (decimal): -6121833 or 9934498. OLE color: 9934498.
HSL color Cylindrical-coordinate representation of color #A29697: hue angle of 355º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A29697 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 150 | 151 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.36 |
| HSL | 355º | 0.06% | 0.61% | - |
| HSV(B) | 355º | 0.07% | 0.64% | - |
| XYZ | 31.39 | 31.73 | 33.75 | - |
| YUV | 153.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 151 | 0 | 0.07 | 0.07 | 0.36 | 355 | 0.06 | 0.61 |
| Hex | A2 | 96 | 97 | 0 | 7 | 7 | 24 | 163 | 6 | 3D |
| Octal | 242 | 226 | 227 | 0 | 7 | 7 | 44 | 543 | 6 | 75 |
| Binary | 10100010 | 10010110 | 10010111 | 0 | 111 | 111 | 100100 | 101100011 | 110 | 111101 |
Color Harmonies of #A29697
Complementary color
Monochromatic Colors of #A29697
Black with #A29697
Text Example
Text Example
White with #A29697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29697; }
p { color: rgb(162,150,151); }
H1.HeaderClassName
{
color: #A29697;
}
.AnyTagClassName
{
color: #A29697;
}
</style>
background-color css
<style>
a { background-color: #A29697; }
a { background-color: rgb(162,150,151); }
div.DivClassName
{
background-color: #A29697;
}
.BgClassName
{
background-color: #A29697;
}
</style>
border-color css
<style>
span { border-color: #A29697; }
span { border-color: rgb(162,150,151); }
td.TdClassName
{
border-color: #A29697;
}
.TagClassName
{
border-color: #A29697;
}
</style>