Shades of Shady Lady #A995A2
Tints of Shady Lady #A995A2
RGB
CMYK
RGB Variations
Color information
#A995A2 (or 0xA995A2) is known color: Shady Lady. HEX triplet: A9, 95 and A2. RGB value is (169,149,162). Sum of RGB (Red+Green+Blue) = 169+149+162=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 169 - color contains mainly: red. Hex color #A995A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A995A2 is #566A5D. Grayscale: #9C9C9C. Windows color (decimal): -5663326 or 10655145. OLE color: 10655145.
HSL color Cylindrical-coordinate representation of color #A995A2: hue angle of 321º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A995A2 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 162 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.34 |
| HSL | 321º | 0.1% | 0.62% | - |
| HSV(B) | 321º | 0.12% | 0.66% | - |
| XYZ | 33.63 | 32.54 | 38.69 | - |
| YUV | 156.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 162 | 0 | 0.12 | 0.04 | 0.34 | 321 | 0.1 | 0.62 |
| Hex | A9 | 95 | A2 | 0 | C | 4 | 22 | 141 | A | 3E |
| Octal | 251 | 225 | 242 | 0 | 14 | 4 | 42 | 501 | 12 | 76 |
| Binary | 10101001 | 10010101 | 10100010 | 0 | 1100 | 100 | 100010 | 101000001 | 1010 | 111110 |
Color Harmonies of #A995A2
Complementary color
Monochromatic Colors of #A995A2
Black with #A995A2
Text Example
Text Example
White with #A995A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A995A2; }
p { color: rgb(169,149,162); }
H1.HeaderClassName
{
color: #A995A2;
}
.AnyTagClassName
{
color: #A995A2;
}
</style>
background-color css
<style>
a { background-color: #A995A2; }
a { background-color: rgb(169,149,162); }
div.DivClassName
{
background-color: #A995A2;
}
.BgClassName
{
background-color: #A995A2;
}
</style>
border-color css
<style>
span { border-color: #A995A2; }
span { border-color: rgb(169,149,162); }
td.TdClassName
{
border-color: #A995A2;
}
.TagClassName
{
border-color: #A995A2;
}
</style>