Shades of Shady Lady #A89097
Tints of Shady Lady #A89097
RGB
CMYK
RGB Variations
Color information
#A89097 (or 0xA89097) is known color: Shady Lady. HEX triplet: A8, 90 and 97. RGB value is (168,144,151). Sum of RGB (Red+Green+Blue) = 168+144+151=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 168 - color contains mainly: red. Hex color #A89097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89097 is #576F68. Grayscale: #979797. Windows color (decimal): -5730153 or 9932968. OLE color: 9932968.
HSL color Cylindrical-coordinate representation of color #A89097: hue angle of 342.5º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A89097 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 144 | 151 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.34 |
| HSL | 342.5º | 0.12% | 0.61% | - |
| HSV(B) | 342.5º | 0.14% | 0.66% | - |
| XYZ | 31.71 | 30.51 | 33.5 | - |
| YUV | 151.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 151 | 0 | 0.14 | 0.10 | 0.34 | 342.5 | 0.12 | 0.61 |
| Hex | A8 | 90 | 97 | 0 | E | A | 22 | 156 | C | 3D |
| Octal | 250 | 220 | 227 | 0 | 16 | 12 | 42 | 526 | 14 | 75 |
| Binary | 10101000 | 10010000 | 10010111 | 0 | 1110 | 1010 | 100010 | 101010110 | 1100 | 111101 |
Color Harmonies of #A89097
Complementary color
Monochromatic Colors of #A89097
Black with #A89097
Text Example
Text Example
White with #A89097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89097; }
p { color: rgb(168,144,151); }
H1.HeaderClassName
{
color: #A89097;
}
.AnyTagClassName
{
color: #A89097;
}
</style>
background-color css
<style>
a { background-color: #A89097; }
a { background-color: rgb(168,144,151); }
div.DivClassName
{
background-color: #A89097;
}
.BgClassName
{
background-color: #A89097;
}
</style>
border-color css
<style>
span { border-color: #A89097; }
span { border-color: rgb(168,144,151); }
td.TdClassName
{
border-color: #A89097;
}
.TagClassName
{
border-color: #A89097;
}
</style>