Shades of Shady Lady #A08D95
Tints of Shady Lady #A08D95
RGB
CMYK
RGB Variations
Color information
#A08D95 (or 0xA08D95) is known color: Shady Lady. HEX triplet: A0, 8D and 95. RGB value is (160,141,149). Sum of RGB (Red+Green+Blue) = 160+141+149=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08D95 is #5F726A. Grayscale: #939393. Windows color (decimal): -6255211 or 9801120. OLE color: 9801120.
HSL color Cylindrical-coordinate representation of color #A08D95: hue angle of 334.74º degrees, saturation: 0.09, 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 #A08D95 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 149 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.37 |
| HSL | 334.74º | 0.09% | 0.59% | - |
| HSV(B) | 334.74º | 0.12% | 0.63% | - |
| XYZ | 29.45 | 28.69 | 32.42 | - |
| YUV | 147.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 149 | 0 | 0.12 | 0.07 | 0.37 | 334.74 | 0.09 | 0.59 |
| Hex | A0 | 8D | 95 | 0 | C | 7 | 25 | 14F | 9 | 3B |
| Octal | 240 | 215 | 225 | 0 | 14 | 7 | 45 | 517 | 11 | 73 |
| Binary | 10100000 | 10001101 | 10010101 | 0 | 1100 | 111 | 100101 | 101001111 | 1001 | 111011 |
Color Harmonies of #A08D95
Complementary color
Monochromatic Colors of #A08D95
Black with #A08D95
Text Example
Text Example
White with #A08D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D95; }
p { color: rgb(160,141,149); }
H1.HeaderClassName
{
color: #A08D95;
}
.AnyTagClassName
{
color: #A08D95;
}
</style>
background-color css
<style>
a { background-color: #A08D95; }
a { background-color: rgb(160,141,149); }
div.DivClassName
{
background-color: #A08D95;
}
.BgClassName
{
background-color: #A08D95;
}
</style>
border-color css
<style>
span { border-color: #A08D95; }
span { border-color: rgb(160,141,149); }
td.TdClassName
{
border-color: #A08D95;
}
.TagClassName
{
border-color: #A08D95;
}
</style>