Shades of Shady Lady #A08F95
Tints of Shady Lady #A08F95
RGB
CMYK
RGB Variations
Color information
#A08F95 (or 0xA08F95) is known color: Shady Lady. HEX triplet: A0, 8F and 95. RGB value is (160,143,149). Sum of RGB (Red+Green+Blue) = 160+143+149=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08F95 is #5F706A. Grayscale: #949494. Windows color (decimal): -6254699 or 9801632. OLE color: 9801632.
HSL color Cylindrical-coordinate representation of color #A08F95: hue angle of 338.82º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A08F95 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 149 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.37 |
| HSL | 338.82º | 0.08% | 0.59% | - |
| HSV(B) | 338.82º | 0.11% | 0.63% | - |
| XYZ | 29.74 | 29.29 | 32.52 | - |
| YUV | 148.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 149 | 0 | 0.11 | 0.07 | 0.37 | 338.82 | 0.08 | 0.59 |
| Hex | A0 | 8F | 95 | 0 | B | 7 | 25 | 153 | 8 | 3B |
| Octal | 240 | 217 | 225 | 0 | 13 | 7 | 45 | 523 | 10 | 73 |
| Binary | 10100000 | 10001111 | 10010101 | 0 | 1011 | 111 | 100101 | 101010011 | 1000 | 111011 |
Color Harmonies of #A08F95
Complementary color
Monochromatic Colors of #A08F95
Black with #A08F95
Text Example
Text Example
White with #A08F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F95; }
p { color: rgb(160,143,149); }
H1.HeaderClassName
{
color: #A08F95;
}
.AnyTagClassName
{
color: #A08F95;
}
</style>
background-color css
<style>
a { background-color: #A08F95; }
a { background-color: rgb(160,143,149); }
div.DivClassName
{
background-color: #A08F95;
}
.BgClassName
{
background-color: #A08F95;
}
</style>
border-color css
<style>
span { border-color: #A08F95; }
span { border-color: rgb(160,143,149); }
td.TdClassName
{
border-color: #A08F95;
}
.TagClassName
{
border-color: #A08F95;
}
</style>