Shades of Shady Lady #A18891
Tints of Shady Lady #A18891
RGB
CMYK
RGB Variations
Color information
#A18891 (or 0xA18891) is known color: Shady Lady. HEX triplet: A1, 88 and 91. RGB value is (161,136,145). Sum of RGB (Red+Green+Blue) = 161+136+145=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 161 - color contains mainly: red. Hex color #A18891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18891 is #5E776E. Grayscale: #909090. Windows color (decimal): -6190959 or 9537697. OLE color: 9537697.
HSL color Cylindrical-coordinate representation of color #A18891: hue angle of 338.4º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A18891 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 145 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.37 |
| HSL | 338.4º | 0.12% | 0.58% | - |
| HSV(B) | 338.4º | 0.16% | 0.63% | - |
| XYZ | 28.61 | 27.23 | 30.54 | - |
| YUV | 144.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 145 | 0 | 0.16 | 0.10 | 0.37 | 338.4 | 0.12 | 0.58 |
| Hex | A1 | 88 | 91 | 0 | 10 | A | 25 | 152 | C | 3A |
| Octal | 241 | 210 | 221 | 0 | 20 | 12 | 45 | 522 | 14 | 72 |
| Binary | 10100001 | 10001000 | 10010001 | 0 | 10000 | 1010 | 100101 | 101010010 | 1100 | 111010 |
Color Harmonies of #A18891
Complementary color
Monochromatic Colors of #A18891
Black with #A18891
Text Example
Text Example
White with #A18891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18891; }
p { color: rgb(161,136,145); }
H1.HeaderClassName
{
color: #A18891;
}
.AnyTagClassName
{
color: #A18891;
}
</style>
background-color css
<style>
a { background-color: #A18891; }
a { background-color: rgb(161,136,145); }
div.DivClassName
{
background-color: #A18891;
}
.BgClassName
{
background-color: #A18891;
}
</style>
border-color css
<style>
span { border-color: #A18891; }
span { border-color: rgb(161,136,145); }
td.TdClassName
{
border-color: #A18891;
}
.TagClassName
{
border-color: #A18891;
}
</style>