Shades of Shady Lady #A19296
Tints of Shady Lady #A19296
RGB
CMYK
RGB Variations
Color information
#A19296 (or 0xA19296) is known color: Shady Lady. HEX triplet: A1, 92 and 96. RGB value is (161,146,150). Sum of RGB (Red+Green+Blue) = 161+146+150=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 161 - color contains mainly: red. Hex color #A19296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19296 is #5E6D69. Grayscale: #969696. Windows color (decimal): -6188394 or 9867937. OLE color: 9867937.
HSL color Cylindrical-coordinate representation of color #A19296: hue angle of 344º 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 #A19296 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 150 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.37 |
| HSL | 344º | 0.07% | 0.6% | - |
| HSV(B) | 344º | 0.09% | 0.63% | - |
| XYZ | 30.48 | 30.34 | 33.1 | - |
| YUV | 150.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 150 | 0 | 0.09 | 0.07 | 0.37 | 344 | 0.07 | 0.6 |
| Hex | A1 | 92 | 96 | 0 | 9 | 7 | 25 | 158 | 7 | 3C |
| Octal | 241 | 222 | 226 | 0 | 11 | 7 | 45 | 530 | 7 | 74 |
| Binary | 10100001 | 10010010 | 10010110 | 0 | 1001 | 111 | 100101 | 101011000 | 111 | 111100 |
Color Harmonies of #A19296
Complementary color
Monochromatic Colors of #A19296
Black with #A19296
Text Example
Text Example
White with #A19296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19296; }
p { color: rgb(161,146,150); }
H1.HeaderClassName
{
color: #A19296;
}
.AnyTagClassName
{
color: #A19296;
}
</style>
background-color css
<style>
a { background-color: #A19296; }
a { background-color: rgb(161,146,150); }
div.DivClassName
{
background-color: #A19296;
}
.BgClassName
{
background-color: #A19296;
}
</style>
border-color css
<style>
span { border-color: #A19296; }
span { border-color: rgb(161,146,150); }
td.TdClassName
{
border-color: #A19296;
}
.TagClassName
{
border-color: #A19296;
}
</style>