Shades of Shady Lady #A8979C
Tints of Shady Lady #A8979C
RGB
CMYK
RGB Variations
Color information
#A8979C (or 0xA8979C) is known color: Shady Lady. HEX triplet: A8, 97 and 9C. RGB value is (168,151,156). Sum of RGB (Red+Green+Blue) = 168+151+156=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 168 - color contains mainly: red. Hex color #A8979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8979C is #576863. Grayscale: #9C9C9C. Windows color (decimal): -5728356 or 10262440. OLE color: 10262440.
HSL color Cylindrical-coordinate representation of color #A8979C: hue angle of 342.35º 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 #A8979C is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 151 | 156 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.34 |
| HSL | 342.35º | 0.09% | 0.63% | - |
| HSV(B) | 342.35º | 0.1% | 0.66% | - |
| XYZ | 33.22 | 32.86 | 36.04 | - |
| YUV | 156.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 156 | 0 | 0.10 | 0.07 | 0.34 | 342.35 | 0.09 | 0.63 |
| Hex | A8 | 97 | 9C | 0 | A | 7 | 22 | 156 | 9 | 3F |
| Octal | 250 | 227 | 234 | 0 | 12 | 7 | 42 | 526 | 11 | 77 |
| Binary | 10101000 | 10010111 | 10011100 | 0 | 1010 | 111 | 100010 | 101010110 | 1001 | 111111 |
Color Harmonies of #A8979C
Complementary color
Monochromatic Colors of #A8979C
Black with #A8979C
Text Example
Text Example
White with #A8979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8979C; }
p { color: rgb(168,151,156); }
H1.HeaderClassName
{
color: #A8979C;
}
.AnyTagClassName
{
color: #A8979C;
}
</style>
background-color css
<style>
a { background-color: #A8979C; }
a { background-color: rgb(168,151,156); }
div.DivClassName
{
background-color: #A8979C;
}
.BgClassName
{
background-color: #A8979C;
}
</style>
border-color css
<style>
span { border-color: #A8979C; }
span { border-color: rgb(168,151,156); }
td.TdClassName
{
border-color: #A8979C;
}
.TagClassName
{
border-color: #A8979C;
}
</style>