Shades of Shady Lady #A6979D
Tints of Shady Lady #A6979D
RGB
CMYK
RGB Variations
Color information
#A6979D (or 0xA6979D) is known color: Shady Lady. HEX triplet: A6, 97 and 9D. RGB value is (166,151,157). Sum of RGB (Red+Green+Blue) = 166+151+157=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 166 - color contains mainly: red. Hex color #A6979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6979D is #596862. Grayscale: #9C9C9C. Windows color (decimal): -5859427 or 10327974. OLE color: 10327974.
HSL color Cylindrical-coordinate representation of color #A6979D: hue angle of 336º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6979D is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 151 | 157 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.35 |
| HSL | 336º | 0.08% | 0.62% | - |
| HSV(B) | 336º | 0.09% | 0.65% | - |
| XYZ | 32.88 | 32.67 | 36.47 | - |
| YUV | 156.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 157 | 0 | 0.09 | 0.05 | 0.35 | 336 | 0.08 | 0.62 |
| Hex | A6 | 97 | 9D | 0 | 9 | 5 | 23 | 150 | 8 | 3E |
| Octal | 246 | 227 | 235 | 0 | 11 | 5 | 43 | 520 | 10 | 76 |
| Binary | 10100110 | 10010111 | 10011101 | 0 | 1001 | 101 | 100011 | 101010000 | 1000 | 111110 |
Color Harmonies of #A6979D
Complementary color
Monochromatic Colors of #A6979D
Black with #A6979D
Text Example
Text Example
White with #A6979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6979D; }
p { color: rgb(166,151,157); }
H1.HeaderClassName
{
color: #A6979D;
}
.AnyTagClassName
{
color: #A6979D;
}
</style>
background-color css
<style>
a { background-color: #A6979D; }
a { background-color: rgb(166,151,157); }
div.DivClassName
{
background-color: #A6979D;
}
.BgClassName
{
background-color: #A6979D;
}
</style>
border-color css
<style>
span { border-color: #A6979D; }
span { border-color: rgb(166,151,157); }
td.TdClassName
{
border-color: #A6979D;
}
.TagClassName
{
border-color: #A6979D;
}
</style>