Shades of Shady Lady #A88B93
Tints of Shady Lady #A88B93
RGB
CMYK
RGB Variations
Color information
#A88B93 (or 0xA88B93) is known color: Shady Lady. HEX triplet: A8, 8B and 93. RGB value is (168,139,147). Sum of RGB (Red+Green+Blue) = 168+139+147=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88B93 is #57746C. Grayscale: #949494. Windows color (decimal): -5731437 or 9669544. OLE color: 9669544.
HSL color Cylindrical-coordinate representation of color #A88B93: hue angle of 343.45º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A88B93 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 139 | 147 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.34 |
| HSL | 343.45º | 0.14% | 0.6% | - |
| HSV(B) | 343.45º | 0.17% | 0.66% | - |
| XYZ | 30.65 | 28.9 | 31.57 | - |
| YUV | 148.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 147 | 0 | 0.17 | 0.13 | 0.34 | 343.45 | 0.14 | 0.6 |
| Hex | A8 | 8B | 93 | 0 | 11 | D | 22 | 157 | E | 3C |
| Octal | 250 | 213 | 223 | 0 | 21 | 15 | 42 | 527 | 16 | 74 |
| Binary | 10101000 | 10001011 | 10010011 | 0 | 10001 | 1101 | 100010 | 101010111 | 1110 | 111100 |
Color Harmonies of #A88B93
Complementary color
Monochromatic Colors of #A88B93
Black with #A88B93
Text Example
Text Example
White with #A88B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88B93; }
p { color: rgb(168,139,147); }
H1.HeaderClassName
{
color: #A88B93;
}
.AnyTagClassName
{
color: #A88B93;
}
</style>
background-color css
<style>
a { background-color: #A88B93; }
a { background-color: rgb(168,139,147); }
div.DivClassName
{
background-color: #A88B93;
}
.BgClassName
{
background-color: #A88B93;
}
</style>
border-color css
<style>
span { border-color: #A88B93; }
span { border-color: rgb(168,139,147); }
td.TdClassName
{
border-color: #A88B93;
}
.TagClassName
{
border-color: #A88B93;
}
</style>