Shades of Shady Lady #A29394
Tints of Shady Lady #A29394
RGB
CMYK
RGB Variations
Color information
#A29394 (or 0xA29394) is known color: Shady Lady. HEX triplet: A2, 93 and 94. RGB value is (162,147,148). Sum of RGB (Red+Green+Blue) = 162+147+148=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 162 - color contains mainly: red. Hex color #A29394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29394 is #5D6C6B. Grayscale: #979797. Windows color (decimal): -6122604 or 9737122. OLE color: 9737122.
HSL color Cylindrical-coordinate representation of color #A29394: hue angle of 356º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A29394 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 147 | 148 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.36 |
| HSL | 356º | 0.07% | 0.61% | - |
| HSV(B) | 356º | 0.09% | 0.64% | - |
| XYZ | 30.68 | 30.69 | 32.32 | - |
| YUV | 151.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 148 | 0 | 0.09 | 0.09 | 0.36 | 356 | 0.07 | 0.61 |
| Hex | A2 | 93 | 94 | 0 | 9 | 9 | 24 | 164 | 7 | 3D |
| Octal | 242 | 223 | 224 | 0 | 11 | 11 | 44 | 544 | 7 | 75 |
| Binary | 10100010 | 10010011 | 10010100 | 0 | 1001 | 1001 | 100100 | 101100100 | 111 | 111101 |
Color Harmonies of #A29394
Complementary color
Monochromatic Colors of #A29394
Black with #A29394
Text Example
Text Example
White with #A29394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29394; }
p { color: rgb(162,147,148); }
H1.HeaderClassName
{
color: #A29394;
}
.AnyTagClassName
{
color: #A29394;
}
</style>
background-color css
<style>
a { background-color: #A29394; }
a { background-color: rgb(162,147,148); }
div.DivClassName
{
background-color: #A29394;
}
.BgClassName
{
background-color: #A29394;
}
</style>
border-color css
<style>
span { border-color: #A29394; }
span { border-color: rgb(162,147,148); }
td.TdClassName
{
border-color: #A29394;
}
.TagClassName
{
border-color: #A29394;
}
</style>