Shades of Shady Lady #A18F94
Tints of Shady Lady #A18F94
RGB
CMYK
RGB Variations
Color information
#A18F94 (or 0xA18F94) is known color: Shady Lady. HEX triplet: A1, 8F and 94. RGB value is (161,143,148). Sum of RGB (Red+Green+Blue) = 161+143+148=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18F94 is #5E706B. Grayscale: #949494. Windows color (decimal): -6189164 or 9736097. OLE color: 9736097.
HSL color Cylindrical-coordinate representation of color #A18F94: hue angle of 343.33º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A18F94 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 143 | 148 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.37 |
| HSL | 343.33º | 0.09% | 0.6% | - |
| HSV(B) | 343.33º | 0.11% | 0.63% | - |
| XYZ | 29.87 | 29.36 | 32.11 | - |
| YUV | 148.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 148 | 0 | 0.11 | 0.08 | 0.37 | 343.33 | 0.09 | 0.6 |
| Hex | A1 | 8F | 94 | 0 | B | 8 | 25 | 157 | 9 | 3C |
| Octal | 241 | 217 | 224 | 0 | 13 | 10 | 45 | 527 | 11 | 74 |
| Binary | 10100001 | 10001111 | 10010100 | 0 | 1011 | 1000 | 100101 | 101010111 | 1001 | 111100 |
Color Harmonies of #A18F94
Complementary color
Monochromatic Colors of #A18F94
Black with #A18F94
Text Example
Text Example
White with #A18F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18F94; }
p { color: rgb(161,143,148); }
H1.HeaderClassName
{
color: #A18F94;
}
.AnyTagClassName
{
color: #A18F94;
}
</style>
background-color css
<style>
a { background-color: #A18F94; }
a { background-color: rgb(161,143,148); }
div.DivClassName
{
background-color: #A18F94;
}
.BgClassName
{
background-color: #A18F94;
}
</style>
border-color css
<style>
span { border-color: #A18F94; }
span { border-color: rgb(161,143,148); }
td.TdClassName
{
border-color: #A18F94;
}
.TagClassName
{
border-color: #A18F94;
}
</style>