Shades of Shady Lady #A19295
Tints of Shady Lady #A19295
RGB
CMYK
RGB Variations
Color information
#A19295 (or 0xA19295) is known color: Shady Lady. HEX triplet: A1, 92 and 95. RGB value is (161,146,149). Sum of RGB (Red+Green+Blue) = 161+146+149=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 161 - color contains mainly: red. Hex color #A19295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19295 is #5E6D6A. Grayscale: #969696. Windows color (decimal): -6188395 or 9802401. OLE color: 9802401.
HSL color Cylindrical-coordinate representation of color #A19295: hue angle of 348º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A19295 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 149 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.37 |
| HSL | 348º | 0.07% | 0.6% | - |
| HSV(B) | 348º | 0.09% | 0.63% | - |
| XYZ | 30.4 | 30.3 | 32.68 | - |
| YUV | 150.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 149 | 0 | 0.09 | 0.07 | 0.37 | 348 | 0.07 | 0.6 |
| Hex | A1 | 92 | 95 | 0 | 9 | 7 | 25 | 15C | 7 | 3C |
| Octal | 241 | 222 | 225 | 0 | 11 | 7 | 45 | 534 | 7 | 74 |
| Binary | 10100001 | 10010010 | 10010101 | 0 | 1001 | 111 | 100101 | 101011100 | 111 | 111100 |
Color Harmonies of #A19295
Complementary color
Monochromatic Colors of #A19295
Black with #A19295
Text Example
Text Example
White with #A19295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19295; }
p { color: rgb(161,146,149); }
H1.HeaderClassName
{
color: #A19295;
}
.AnyTagClassName
{
color: #A19295;
}
</style>
background-color css
<style>
a { background-color: #A19295; }
a { background-color: rgb(161,146,149); }
div.DivClassName
{
background-color: #A19295;
}
.BgClassName
{
background-color: #A19295;
}
</style>
border-color css
<style>
span { border-color: #A19295; }
span { border-color: rgb(161,146,149); }
td.TdClassName
{
border-color: #A19295;
}
.TagClassName
{
border-color: #A19295;
}
</style>