Shades of Shady Lady #A19496
Tints of Shady Lady #A19496
RGB
CMYK
RGB Variations
Color information
#A19496 (or 0xA19496) is known color: Shady Lady. HEX triplet: A1, 94 and 96. RGB value is (161,148,150). Sum of RGB (Red+Green+Blue) = 161+148+150=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 161 - color contains mainly: red. Hex color #A19496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19496 is #5E6B69. Grayscale: #989898. Windows color (decimal): -6187882 or 9868449. OLE color: 9868449.
HSL color Cylindrical-coordinate representation of color #A19496: hue angle of 350.77º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A19496 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 150 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.37 |
| HSL | 350.77º | 0.06% | 0.61% | - |
| HSV(B) | 350.77º | 0.08% | 0.63% | - |
| XYZ | 30.79 | 30.96 | 33.21 | - |
| YUV | 152.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 150 | 0 | 0.08 | 0.07 | 0.37 | 350.77 | 0.06 | 0.61 |
| Hex | A1 | 94 | 96 | 0 | 8 | 7 | 25 | 15F | 6 | 3D |
| Octal | 241 | 224 | 226 | 0 | 10 | 7 | 45 | 537 | 6 | 75 |
| Binary | 10100001 | 10010100 | 10010110 | 0 | 1000 | 111 | 100101 | 101011111 | 110 | 111101 |
Color Harmonies of #A19496
Complementary color
Monochromatic Colors of #A19496
Black with #A19496
Text Example
Text Example
White with #A19496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19496; }
p { color: rgb(161,148,150); }
H1.HeaderClassName
{
color: #A19496;
}
.AnyTagClassName
{
color: #A19496;
}
</style>
background-color css
<style>
a { background-color: #A19496; }
a { background-color: rgb(161,148,150); }
div.DivClassName
{
background-color: #A19496;
}
.BgClassName
{
background-color: #A19496;
}
</style>
border-color css
<style>
span { border-color: #A19496; }
span { border-color: rgb(161,148,150); }
td.TdClassName
{
border-color: #A19496;
}
.TagClassName
{
border-color: #A19496;
}
</style>