Shades of Shady Lady #A08C92
Tints of Shady Lady #A08C92
RGB
CMYK
RGB Variations
Color information
#A08C92 (or 0xA08C92) is known color: Shady Lady. HEX triplet: A0, 8C and 92. RGB value is (160,140,146). Sum of RGB (Red+Green+Blue) = 160+140+146=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08C92 is #5F736D. Grayscale: #929292. Windows color (decimal): -6255470 or 9604256. OLE color: 9604256.
HSL color Cylindrical-coordinate representation of color #A08C92: hue angle of 342º 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 #A08C92 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 140 | 146 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.37 |
| HSL | 342º | 0.1% | 0.59% | - |
| HSV(B) | 342º | 0.13% | 0.63% | - |
| XYZ | 29.06 | 28.31 | 31.13 | - |
| YUV | 146.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 146 | 0 | 0.12 | 0.09 | 0.37 | 342 | 0.1 | 0.59 |
| Hex | A0 | 8C | 92 | 0 | C | 9 | 25 | 156 | A | 3B |
| Octal | 240 | 214 | 222 | 0 | 14 | 11 | 45 | 526 | 12 | 73 |
| Binary | 10100000 | 10001100 | 10010010 | 0 | 1100 | 1001 | 100101 | 101010110 | 1010 | 111011 |
Color Harmonies of #A08C92
Complementary color
Monochromatic Colors of #A08C92
Black with #A08C92
Text Example
Text Example
White with #A08C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08C92; }
p { color: rgb(160,140,146); }
H1.HeaderClassName
{
color: #A08C92;
}
.AnyTagClassName
{
color: #A08C92;
}
</style>
background-color css
<style>
a { background-color: #A08C92; }
a { background-color: rgb(160,140,146); }
div.DivClassName
{
background-color: #A08C92;
}
.BgClassName
{
background-color: #A08C92;
}
</style>
border-color css
<style>
span { border-color: #A08C92; }
span { border-color: rgb(160,140,146); }
td.TdClassName
{
border-color: #A08C92;
}
.TagClassName
{
border-color: #A08C92;
}
</style>