Shades of Shady Lady #A08E98
Tints of Shady Lady #A08E98
RGB
CMYK
RGB Variations
Color information
#A08E98 (or 0xA08E98) is known color: Shady Lady. HEX triplet: A0, 8E and 98. RGB value is (160,142,152). Sum of RGB (Red+Green+Blue) = 160+142+152=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08E98 is #5F7167. Grayscale: #949494. Windows color (decimal): -6254952 or 9997984. OLE color: 9997984.
HSL color Cylindrical-coordinate representation of color #A08E98: hue angle of 326.67º degrees, saturation: 0.09, 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 #A08E98 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 142 | 152 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.37 |
| HSL | 326.67º | 0.09% | 0.59% | - |
| HSV(B) | 326.67º | 0.11% | 0.63% | - |
| XYZ | 29.84 | 29.09 | 33.75 | - |
| YUV | 148.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 152 | 0 | 0.11 | 0.05 | 0.37 | 326.67 | 0.09 | 0.59 |
| Hex | A0 | 8E | 98 | 0 | B | 5 | 25 | 147 | 9 | 3B |
| Octal | 240 | 216 | 230 | 0 | 13 | 5 | 45 | 507 | 11 | 73 |
| Binary | 10100000 | 10001110 | 10011000 | 0 | 1011 | 101 | 100101 | 101000111 | 1001 | 111011 |
Color Harmonies of #A08E98
Complementary color
Monochromatic Colors of #A08E98
Black with #A08E98
Text Example
Text Example
White with #A08E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E98; }
p { color: rgb(160,142,152); }
H1.HeaderClassName
{
color: #A08E98;
}
.AnyTagClassName
{
color: #A08E98;
}
</style>
background-color css
<style>
a { background-color: #A08E98; }
a { background-color: rgb(160,142,152); }
div.DivClassName
{
background-color: #A08E98;
}
.BgClassName
{
background-color: #A08E98;
}
</style>
border-color css
<style>
span { border-color: #A08E98; }
span { border-color: rgb(160,142,152); }
td.TdClassName
{
border-color: #A08E98;
}
.TagClassName
{
border-color: #A08E98;
}
</style>