Shades of Shady Lady #A29B9F
Tints of Shady Lady #A29B9F
RGB
CMYK
RGB Variations
Color information
#A29B9F (or 0xA29B9F) is known color: Shady Lady. HEX triplet: A2, 9B and 9F. RGB value is (162,155,159). Sum of RGB (Red+Green+Blue) = 162+155+159=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B9F is #5D6460. Grayscale: #9D9D9D. Windows color (decimal): -6120545 or 10460066. OLE color: 10460066.
HSL color Cylindrical-coordinate representation of color #A29B9F: hue angle of 325.71º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A29B9F is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 155 | 159 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.36 |
| HSL | 325.71º | 0.04% | 0.62% | - |
| HSV(B) | 325.71º | 0.04% | 0.64% | - |
| XYZ | 32.88 | 33.63 | 37.56 | - |
| YUV | 157.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 159 | 0 | 0.04 | 0.02 | 0.36 | 325.71 | 0.04 | 0.62 |
| Hex | A2 | 9B | 9F | 0 | 4 | 2 | 24 | 146 | 4 | 3E |
| Octal | 242 | 233 | 237 | 0 | 4 | 2 | 44 | 506 | 4 | 76 |
| Binary | 10100010 | 10011011 | 10011111 | 0 | 100 | 10 | 100100 | 101000110 | 100 | 111110 |
Color Harmonies of #A29B9F
Complementary color
Monochromatic Colors of #A29B9F
Black with #A29B9F
Text Example
Text Example
White with #A29B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29B9F; }
p { color: rgb(162,155,159); }
H1.HeaderClassName
{
color: #A29B9F;
}
.AnyTagClassName
{
color: #A29B9F;
}
</style>
background-color css
<style>
a { background-color: #A29B9F; }
a { background-color: rgb(162,155,159); }
div.DivClassName
{
background-color: #A29B9F;
}
.BgClassName
{
background-color: #A29B9F;
}
</style>
border-color css
<style>
span { border-color: #A29B9F; }
span { border-color: rgb(162,155,159); }
td.TdClassName
{
border-color: #A29B9F;
}
.TagClassName
{
border-color: #A29B9F;
}
</style>