Shades of Shady Lady #A18D92
Tints of Shady Lady #A18D92
RGB
CMYK
RGB Variations
Color information
#A18D92 (or 0xA18D92) is known color: Shady Lady. HEX triplet: A1, 8D and 92. RGB value is (161,141,146). Sum of RGB (Red+Green+Blue) = 161+141+146=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18D92 is #5E726D. Grayscale: #939393. Windows color (decimal): -6189678 or 9604513. OLE color: 9604513.
HSL color Cylindrical-coordinate representation of color #A18D92: hue angle of 345º 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 #A18D92 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 146 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.37 |
| HSL | 345º | 0.1% | 0.59% | - |
| HSV(B) | 345º | 0.12% | 0.63% | - |
| XYZ | 29.41 | 28.7 | 31.18 | - |
| YUV | 147.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 146 | 0 | 0.12 | 0.09 | 0.37 | 345 | 0.1 | 0.59 |
| Hex | A1 | 8D | 92 | 0 | C | 9 | 25 | 159 | A | 3B |
| Octal | 241 | 215 | 222 | 0 | 14 | 11 | 45 | 531 | 12 | 73 |
| Binary | 10100001 | 10001101 | 10010010 | 0 | 1100 | 1001 | 100101 | 101011001 | 1010 | 111011 |
Color Harmonies of #A18D92
Complementary color
Monochromatic Colors of #A18D92
Black with #A18D92
Text Example
Text Example
White with #A18D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D92; }
p { color: rgb(161,141,146); }
H1.HeaderClassName
{
color: #A18D92;
}
.AnyTagClassName
{
color: #A18D92;
}
</style>
background-color css
<style>
a { background-color: #A18D92; }
a { background-color: rgb(161,141,146); }
div.DivClassName
{
background-color: #A18D92;
}
.BgClassName
{
background-color: #A18D92;
}
</style>
border-color css
<style>
span { border-color: #A18D92; }
span { border-color: rgb(161,141,146); }
td.TdClassName
{
border-color: #A18D92;
}
.TagClassName
{
border-color: #A18D92;
}
</style>