Shades of Shady Lady #A98993
Tints of Shady Lady #A98993
RGB
CMYK
RGB Variations
Color information
#A98993 (or 0xA98993) is known color: Shady Lady. HEX triplet: A9, 89 and 93. RGB value is (169,137,147). Sum of RGB (Red+Green+Blue) = 169+137+147=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 169 - color contains mainly: red. Hex color #A98993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98993 is #56766C. Grayscale: #939393. Windows color (decimal): -5666413 or 9669033. OLE color: 9669033.
HSL color Cylindrical-coordinate representation of color #A98993: hue angle of 341.25º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A98993 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 137 | 147 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.34 |
| HSL | 341.25º | 0.16% | 0.6% | - |
| HSV(B) | 341.25º | 0.19% | 0.66% | - |
| XYZ | 30.57 | 28.43 | 31.48 | - |
| YUV | 147.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 147 | 0 | 0.19 | 0.13 | 0.34 | 341.25 | 0.16 | 0.6 |
| Hex | A9 | 89 | 93 | 0 | 13 | D | 22 | 155 | 10 | 3C |
| Octal | 251 | 211 | 223 | 0 | 23 | 15 | 42 | 525 | 20 | 74 |
| Binary | 10101001 | 10001001 | 10010011 | 0 | 10011 | 1101 | 100010 | 101010101 | 10000 | 111100 |
Color Harmonies of #A98993
Complementary color
Monochromatic Colors of #A98993
Black with #A98993
Text Example
Text Example
White with #A98993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98993; }
p { color: rgb(169,137,147); }
H1.HeaderClassName
{
color: #A98993;
}
.AnyTagClassName
{
color: #A98993;
}
</style>
background-color css
<style>
a { background-color: #A98993; }
a { background-color: rgb(169,137,147); }
div.DivClassName
{
background-color: #A98993;
}
.BgClassName
{
background-color: #A98993;
}
</style>
border-color css
<style>
span { border-color: #A98993; }
span { border-color: rgb(169,137,147); }
td.TdClassName
{
border-color: #A98993;
}
.TagClassName
{
border-color: #A98993;
}
</style>