Shades of Shady Lady #A89196
Tints of Shady Lady #A89196
RGB
CMYK
RGB Variations
Color information
#A89196 (or 0xA89196) is known color: Shady Lady. HEX triplet: A8, 91 and 96. RGB value is (168,145,150). Sum of RGB (Red+Green+Blue) = 168+145+150=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 168 - color contains mainly: red. Hex color #A89196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89196 is #576E69. Grayscale: #989898. Windows color (decimal): -5729898 or 9867688. OLE color: 9867688.
HSL color Cylindrical-coordinate representation of color #A89196: hue angle of 346.96º 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 #A89196 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 150 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.34 |
| HSL | 346.96º | 0.12% | 0.61% | - |
| HSV(B) | 346.96º | 0.14% | 0.66% | - |
| XYZ | 31.78 | 30.78 | 33.12 | - |
| YUV | 152.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 150 | 0 | 0.14 | 0.11 | 0.34 | 346.96 | 0.12 | 0.61 |
| Hex | A8 | 91 | 96 | 0 | E | B | 22 | 15B | C | 3D |
| Octal | 250 | 221 | 226 | 0 | 16 | 13 | 42 | 533 | 14 | 75 |
| Binary | 10101000 | 10010001 | 10010110 | 0 | 1110 | 1011 | 100010 | 101011011 | 1100 | 111101 |
Color Harmonies of #A89196
Complementary color
Monochromatic Colors of #A89196
Black with #A89196
Text Example
Text Example
White with #A89196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89196; }
p { color: rgb(168,145,150); }
H1.HeaderClassName
{
color: #A89196;
}
.AnyTagClassName
{
color: #A89196;
}
</style>
background-color css
<style>
a { background-color: #A89196; }
a { background-color: rgb(168,145,150); }
div.DivClassName
{
background-color: #A89196;
}
.BgClassName
{
background-color: #A89196;
}
</style>
border-color css
<style>
span { border-color: #A89196; }
span { border-color: rgb(168,145,150); }
td.TdClassName
{
border-color: #A89196;
}
.TagClassName
{
border-color: #A89196;
}
</style>