Shades of Shady Lady #A29A9C
Tints of Shady Lady #A29A9C
RGB
CMYK
RGB Variations
Color information
#A29A9C (or 0xA29A9C) is known color: Shady Lady. HEX triplet: A2, 9A and 9C. RGB value is (162,154,156). Sum of RGB (Red+Green+Blue) = 162+154+156=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29A9C is #5D6563. Grayscale: #9C9C9C. Windows color (decimal): -6120804 or 10263202. OLE color: 10263202.
HSL color Cylindrical-coordinate representation of color #A29A9C: hue angle of 345º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A29A9C is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 156 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.36 |
| HSL | 345º | 0.04% | 0.62% | - |
| HSV(B) | 345º | 0.05% | 0.64% | - |
| XYZ | 32.46 | 33.19 | 36.15 | - |
| YUV | 156.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 156 | 0 | 0.05 | 0.04 | 0.36 | 345 | 0.04 | 0.62 |
| Hex | A2 | 9A | 9C | 0 | 5 | 4 | 24 | 159 | 4 | 3E |
| Octal | 242 | 232 | 234 | 0 | 5 | 4 | 44 | 531 | 4 | 76 |
| Binary | 10100010 | 10011010 | 10011100 | 0 | 101 | 100 | 100100 | 101011001 | 100 | 111110 |
Color Harmonies of #A29A9C
Complementary color
Monochromatic Colors of #A29A9C
Black with #A29A9C
Text Example
Text Example
White with #A29A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A9C; }
p { color: rgb(162,154,156); }
H1.HeaderClassName
{
color: #A29A9C;
}
.AnyTagClassName
{
color: #A29A9C;
}
</style>
background-color css
<style>
a { background-color: #A29A9C; }
a { background-color: rgb(162,154,156); }
div.DivClassName
{
background-color: #A29A9C;
}
.BgClassName
{
background-color: #A29A9C;
}
</style>
border-color css
<style>
span { border-color: #A29A9C; }
span { border-color: rgb(162,154,156); }
td.TdClassName
{
border-color: #A29A9C;
}
.TagClassName
{
border-color: #A29A9C;
}
</style>