Shades of Shady Lady #A19195
Tints of Shady Lady #A19195
RGB
CMYK
RGB Variations
Color information
#A19195 (or 0xA19195) is known color: Shady Lady. HEX triplet: A1, 91 and 95. RGB value is (161,145,149). Sum of RGB (Red+Green+Blue) = 161+145+149=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 161 - color contains mainly: red. Hex color #A19195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19195 is #5E6E6A. Grayscale: #969696. Windows color (decimal): -6188651 or 9802145. OLE color: 9802145.
HSL color Cylindrical-coordinate representation of color #A19195: hue angle of 345º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A19195 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 149 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.37 |
| HSL | 345º | 0.08% | 0.6% | - |
| HSV(B) | 345º | 0.1% | 0.63% | - |
| XYZ | 30.25 | 30 | 32.63 | - |
| YUV | 150.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 149 | 0 | 0.10 | 0.07 | 0.37 | 345 | 0.08 | 0.6 |
| Hex | A1 | 91 | 95 | 0 | A | 7 | 25 | 159 | 8 | 3C |
| Octal | 241 | 221 | 225 | 0 | 12 | 7 | 45 | 531 | 10 | 74 |
| Binary | 10100001 | 10010001 | 10010101 | 0 | 1010 | 111 | 100101 | 101011001 | 1000 | 111100 |
Color Harmonies of #A19195
Complementary color
Monochromatic Colors of #A19195
Black with #A19195
Text Example
Text Example
White with #A19195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19195; }
p { color: rgb(161,145,149); }
H1.HeaderClassName
{
color: #A19195;
}
.AnyTagClassName
{
color: #A19195;
}
</style>
background-color css
<style>
a { background-color: #A19195; }
a { background-color: rgb(161,145,149); }
div.DivClassName
{
background-color: #A19195;
}
.BgClassName
{
background-color: #A19195;
}
</style>
border-color css
<style>
span { border-color: #A19195; }
span { border-color: rgb(161,145,149); }
td.TdClassName
{
border-color: #A19195;
}
.TagClassName
{
border-color: #A19195;
}
</style>