Shades of Shady Lady #A19495
Tints of Shady Lady #A19495
RGB
CMYK
RGB Variations
Color information
#A19495 (or 0xA19495) is known color: Shady Lady. HEX triplet: A1, 94 and 95. RGB value is (161,148,149). Sum of RGB (Red+Green+Blue) = 161+148+149=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 161 - color contains mainly: red. Hex color #A19495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19495 is #5E6B6A. Grayscale: #989898. Windows color (decimal): -6187883 or 9802913. OLE color: 9802913.
HSL color Cylindrical-coordinate representation of color #A19495: hue angle of 355.38º 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 #A19495 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 149 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.37 |
| HSL | 355.38º | 0.06% | 0.61% | - |
| HSV(B) | 355.38º | 0.08% | 0.63% | - |
| XYZ | 30.71 | 30.93 | 32.78 | - |
| YUV | 152 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 149 | 0 | 0.08 | 0.07 | 0.37 | 355.38 | 0.06 | 0.61 |
| Hex | A1 | 94 | 95 | 0 | 8 | 7 | 25 | 163 | 6 | 3D |
| Octal | 241 | 224 | 225 | 0 | 10 | 7 | 45 | 543 | 6 | 75 |
| Binary | 10100001 | 10010100 | 10010101 | 0 | 1000 | 111 | 100101 | 101100011 | 110 | 111101 |
Color Harmonies of #A19495
Complementary color
Monochromatic Colors of #A19495
Black with #A19495
Text Example
Text Example
White with #A19495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19495; }
p { color: rgb(161,148,149); }
H1.HeaderClassName
{
color: #A19495;
}
.AnyTagClassName
{
color: #A19495;
}
</style>
background-color css
<style>
a { background-color: #A19495; }
a { background-color: rgb(161,148,149); }
div.DivClassName
{
background-color: #A19495;
}
.BgClassName
{
background-color: #A19495;
}
</style>
border-color css
<style>
span { border-color: #A19495; }
span { border-color: rgb(161,148,149); }
td.TdClassName
{
border-color: #A19495;
}
.TagClassName
{
border-color: #A19495;
}
</style>