Shades of Shady Lady #A18D94
Tints of Shady Lady #A18D94
RGB
CMYK
RGB Variations
Color information
#A18D94 (or 0xA18D94) is known color: Shady Lady. HEX triplet: A1, 8D and 94. RGB value is (161,141,148). Sum of RGB (Red+Green+Blue) = 161+141+148=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18D94 is #5E726B. Grayscale: #939393. Windows color (decimal): -6189676 or 9735585. OLE color: 9735585.
HSL color Cylindrical-coordinate representation of color #A18D94: hue angle of 339º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A18D94 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 148 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.37 |
| HSL | 339º | 0.1% | 0.59% | - |
| HSV(B) | 339º | 0.12% | 0.63% | - |
| XYZ | 29.57 | 28.76 | 32.01 | - |
| YUV | 147.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 148 | 0 | 0.12 | 0.08 | 0.37 | 339 | 0.1 | 0.59 |
| Hex | A1 | 8D | 94 | 0 | C | 8 | 25 | 153 | A | 3B |
| Octal | 241 | 215 | 224 | 0 | 14 | 10 | 45 | 523 | 12 | 73 |
| Binary | 10100001 | 10001101 | 10010100 | 0 | 1100 | 1000 | 100101 | 101010011 | 1010 | 111011 |
Color Harmonies of #A18D94
Complementary color
Monochromatic Colors of #A18D94
Black with #A18D94
Text Example
Text Example
White with #A18D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D94; }
p { color: rgb(161,141,148); }
H1.HeaderClassName
{
color: #A18D94;
}
.AnyTagClassName
{
color: #A18D94;
}
</style>
background-color css
<style>
a { background-color: #A18D94; }
a { background-color: rgb(161,141,148); }
div.DivClassName
{
background-color: #A18D94;
}
.BgClassName
{
background-color: #A18D94;
}
</style>
border-color css
<style>
span { border-color: #A18D94; }
span { border-color: rgb(161,141,148); }
td.TdClassName
{
border-color: #A18D94;
}
.TagClassName
{
border-color: #A18D94;
}
</style>