Shades of Shady Lady #A995A0
Tints of Shady Lady #A995A0
RGB
CMYK
RGB Variations
Color information
#A995A0 (or 0xA995A0) is known color: Shady Lady. HEX triplet: A9, 95 and A0. RGB value is (169,149,160). Sum of RGB (Red+Green+Blue) = 169+149+160=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 169 - color contains mainly: red. Hex color #A995A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A995A0 is #566A5F. Grayscale: #9C9C9C. Windows color (decimal): -5663328 or 10524073. OLE color: 10524073.
HSL color Cylindrical-coordinate representation of color #A995A0: hue angle of 327º 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 #A995A0 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 160 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.34 |
| HSL | 327º | 0.1% | 0.62% | - |
| HSV(B) | 327º | 0.12% | 0.66% | - |
| XYZ | 33.45 | 32.47 | 37.76 | - |
| YUV | 156.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 160 | 0 | 0.12 | 0.05 | 0.34 | 327 | 0.1 | 0.62 |
| Hex | A9 | 95 | A0 | 0 | C | 5 | 22 | 147 | A | 3E |
| Octal | 251 | 225 | 240 | 0 | 14 | 5 | 42 | 507 | 12 | 76 |
| Binary | 10101001 | 10010101 | 10100000 | 0 | 1100 | 101 | 100010 | 101000111 | 1010 | 111110 |
Color Harmonies of #A995A0
Complementary color
Monochromatic Colors of #A995A0
Black with #A995A0
Text Example
Text Example
White with #A995A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A995A0; }
p { color: rgb(169,149,160); }
H1.HeaderClassName
{
color: #A995A0;
}
.AnyTagClassName
{
color: #A995A0;
}
</style>
background-color css
<style>
a { background-color: #A995A0; }
a { background-color: rgb(169,149,160); }
div.DivClassName
{
background-color: #A995A0;
}
.BgClassName
{
background-color: #A995A0;
}
</style>
border-color css
<style>
span { border-color: #A995A0; }
span { border-color: rgb(169,149,160); }
td.TdClassName
{
border-color: #A995A0;
}
.TagClassName
{
border-color: #A995A0;
}
</style>