Shades of Shady Lady #A19294
Tints of Shady Lady #A19294
RGB
CMYK
RGB Variations
Color information
#A19294 (or 0xA19294) is known color: Shady Lady. HEX triplet: A1, 92 and 94. RGB value is (161,146,148). Sum of RGB (Red+Green+Blue) = 161+146+148=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 161 - color contains mainly: red. Hex color #A19294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19294 is #5E6D6B. Grayscale: #969696. Windows color (decimal): -6188396 or 9736865. OLE color: 9736865.
HSL color Cylindrical-coordinate representation of color #A19294: hue angle of 352º 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 #A19294 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 148 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.37 |
| HSL | 352º | 0.07% | 0.6% | - |
| HSV(B) | 352º | 0.09% | 0.63% | - |
| XYZ | 30.32 | 30.27 | 32.26 | - |
| YUV | 150.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 148 | 0 | 0.09 | 0.08 | 0.37 | 352 | 0.07 | 0.6 |
| Hex | A1 | 92 | 94 | 0 | 9 | 8 | 25 | 160 | 7 | 3C |
| Octal | 241 | 222 | 224 | 0 | 11 | 10 | 45 | 540 | 7 | 74 |
| Binary | 10100001 | 10010010 | 10010100 | 0 | 1001 | 1000 | 100101 | 101100000 | 111 | 111100 |
Color Harmonies of #A19294
Complementary color
Monochromatic Colors of #A19294
Black with #A19294
Text Example
Text Example
White with #A19294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19294; }
p { color: rgb(161,146,148); }
H1.HeaderClassName
{
color: #A19294;
}
.AnyTagClassName
{
color: #A19294;
}
</style>
background-color css
<style>
a { background-color: #A19294; }
a { background-color: rgb(161,146,148); }
div.DivClassName
{
background-color: #A19294;
}
.BgClassName
{
background-color: #A19294;
}
</style>
border-color css
<style>
span { border-color: #A19294; }
span { border-color: rgb(161,146,148); }
td.TdClassName
{
border-color: #A19294;
}
.TagClassName
{
border-color: #A19294;
}
</style>