Shades of Shady Lady #A18A93
Tints of Shady Lady #A18A93
RGB
CMYK
RGB Variations
Color information
#A18A93 (or 0xA18A93) is known color: Shady Lady. HEX triplet: A1, 8A and 93. RGB value is (161,138,147). Sum of RGB (Red+Green+Blue) = 161+138+147=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18A93 is #5E756C. Grayscale: #919191. Windows color (decimal): -6190445 or 9669281. OLE color: 9669281.
HSL color Cylindrical-coordinate representation of color #A18A93: hue angle of 336.52º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A18A93 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 147 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.37 |
| HSL | 336.52º | 0.11% | 0.59% | - |
| HSV(B) | 336.52º | 0.14% | 0.63% | - |
| XYZ | 29.05 | 27.86 | 31.45 | - |
| YUV | 145.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 147 | 0 | 0.14 | 0.09 | 0.37 | 336.52 | 0.11 | 0.59 |
| Hex | A1 | 8A | 93 | 0 | E | 9 | 25 | 151 | B | 3B |
| Octal | 241 | 212 | 223 | 0 | 16 | 11 | 45 | 521 | 13 | 73 |
| Binary | 10100001 | 10001010 | 10010011 | 0 | 1110 | 1001 | 100101 | 101010001 | 1011 | 111011 |
Color Harmonies of #A18A93
Complementary color
Monochromatic Colors of #A18A93
Black with #A18A93
Text Example
Text Example
White with #A18A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A93; }
p { color: rgb(161,138,147); }
H1.HeaderClassName
{
color: #A18A93;
}
.AnyTagClassName
{
color: #A18A93;
}
</style>
background-color css
<style>
a { background-color: #A18A93; }
a { background-color: rgb(161,138,147); }
div.DivClassName
{
background-color: #A18A93;
}
.BgClassName
{
background-color: #A18A93;
}
</style>
border-color css
<style>
span { border-color: #A18A93; }
span { border-color: rgb(161,138,147); }
td.TdClassName
{
border-color: #A18A93;
}
.TagClassName
{
border-color: #A18A93;
}
</style>