Shades of Shady Lady #A98E9A
Tints of Shady Lady #A98E9A
RGB
CMYK
RGB Variations
Color information
#A98E9A (or 0xA98E9A) is known color: Shady Lady. HEX triplet: A9, 8E and 9A. RGB value is (169,142,154). Sum of RGB (Red+Green+Blue) = 169+142+154=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98E9A is #567165. Grayscale: #979797. Windows color (decimal): -5665126 or 10129065. OLE color: 10129065.
HSL color Cylindrical-coordinate representation of color #A98E9A: hue angle of 333.33º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A98E9A is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 142 | 154 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.34 |
| HSL | 333.33º | 0.14% | 0.61% | - |
| HSV(B) | 333.33º | 0.16% | 0.66% | - |
| XYZ | 31.87 | 30.11 | 34.7 | - |
| YUV | 151.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 154 | 0 | 0.16 | 0.09 | 0.34 | 333.33 | 0.14 | 0.61 |
| Hex | A9 | 8E | 9A | 0 | 10 | 9 | 22 | 14D | E | 3D |
| Octal | 251 | 216 | 232 | 0 | 20 | 11 | 42 | 515 | 16 | 75 |
| Binary | 10101001 | 10001110 | 10011010 | 0 | 10000 | 1001 | 100010 | 101001101 | 1110 | 111101 |
Color Harmonies of #A98E9A
Complementary color
Monochromatic Colors of #A98E9A
Black with #A98E9A
Text Example
Text Example
White with #A98E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98E9A; }
p { color: rgb(169,142,154); }
H1.HeaderClassName
{
color: #A98E9A;
}
.AnyTagClassName
{
color: #A98E9A;
}
</style>
background-color css
<style>
a { background-color: #A98E9A; }
a { background-color: rgb(169,142,154); }
div.DivClassName
{
background-color: #A98E9A;
}
.BgClassName
{
background-color: #A98E9A;
}
</style>
border-color css
<style>
span { border-color: #A98E9A; }
span { border-color: rgb(169,142,154); }
td.TdClassName
{
border-color: #A98E9A;
}
.TagClassName
{
border-color: #A98E9A;
}
</style>