Shades of Shady Lady #A8979B
Tints of Shady Lady #A8979B
RGB
CMYK
RGB Variations
Color information
#A8979B (or 0xA8979B) is known color: Shady Lady. HEX triplet: A8, 97 and 9B. RGB value is (168,151,155). Sum of RGB (Red+Green+Blue) = 168+151+155=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 168 - color contains mainly: red. Hex color #A8979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8979B is #576864. Grayscale: #9C9C9C. Windows color (decimal): -5728357 or 10196904. OLE color: 10196904.
HSL color Cylindrical-coordinate representation of color #A8979B: hue angle of 345.88º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8979B is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 151 | 155 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.34 |
| HSL | 345.88º | 0.09% | 0.63% | - |
| HSV(B) | 345.88º | 0.1% | 0.66% | - |
| XYZ | 33.13 | 32.82 | 35.6 | - |
| YUV | 156.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 155 | 0 | 0.10 | 0.08 | 0.34 | 345.88 | 0.09 | 0.63 |
| Hex | A8 | 97 | 9B | 0 | A | 8 | 22 | 15A | 9 | 3F |
| Octal | 250 | 227 | 233 | 0 | 12 | 10 | 42 | 532 | 11 | 77 |
| Binary | 10101000 | 10010111 | 10011011 | 0 | 1010 | 1000 | 100010 | 101011010 | 1001 | 111111 |
Color Harmonies of #A8979B
Complementary color
Monochromatic Colors of #A8979B
Black with #A8979B
Text Example
Text Example
White with #A8979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8979B; }
p { color: rgb(168,151,155); }
H1.HeaderClassName
{
color: #A8979B;
}
.AnyTagClassName
{
color: #A8979B;
}
</style>
background-color css
<style>
a { background-color: #A8979B; }
a { background-color: rgb(168,151,155); }
div.DivClassName
{
background-color: #A8979B;
}
.BgClassName
{
background-color: #A8979B;
}
</style>
border-color css
<style>
span { border-color: #A8979B; }
span { border-color: rgb(168,151,155); }
td.TdClassName
{
border-color: #A8979B;
}
.TagClassName
{
border-color: #A8979B;
}
</style>