Shades of Shady Lady #A18C90
Tints of Shady Lady #A18C90
RGB
CMYK
RGB Variations
Color information
#A18C90 (or 0xA18C90) is known color: Shady Lady. HEX triplet: A1, 8C and 90. RGB value is (161,140,144). Sum of RGB (Red+Green+Blue) = 161+140+144=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18C90 is #5E736F. Grayscale: #929292. Windows color (decimal): -6189936 or 9473185. OLE color: 9473185.
HSL color Cylindrical-coordinate representation of color #A18C90: hue angle of 348.57º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A18C90 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 144 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.37 |
| HSL | 348.57º | 0.1% | 0.59% | - |
| HSV(B) | 348.57º | 0.13% | 0.63% | - |
| XYZ | 29.11 | 28.35 | 30.32 | - |
| YUV | 146.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 144 | 0 | 0.13 | 0.11 | 0.37 | 348.57 | 0.1 | 0.59 |
| Hex | A1 | 8C | 90 | 0 | D | B | 25 | 15D | A | 3B |
| Octal | 241 | 214 | 220 | 0 | 15 | 13 | 45 | 535 | 12 | 73 |
| Binary | 10100001 | 10001100 | 10010000 | 0 | 1101 | 1011 | 100101 | 101011101 | 1010 | 111011 |
Color Harmonies of #A18C90
Complementary color
Monochromatic Colors of #A18C90
Black with #A18C90
Text Example
Text Example
White with #A18C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C90; }
p { color: rgb(161,140,144); }
H1.HeaderClassName
{
color: #A18C90;
}
.AnyTagClassName
{
color: #A18C90;
}
</style>
background-color css
<style>
a { background-color: #A18C90; }
a { background-color: rgb(161,140,144); }
div.DivClassName
{
background-color: #A18C90;
}
.BgClassName
{
background-color: #A18C90;
}
</style>
border-color css
<style>
span { border-color: #A18C90; }
span { border-color: rgb(161,140,144); }
td.TdClassName
{
border-color: #A18C90;
}
.TagClassName
{
border-color: #A18C90;
}
</style>