Shades of Shady Lady #A6979C
Tints of Shady Lady #A6979C
RGB
CMYK
RGB Variations
Color information
#A6979C (or 0xA6979C) is known color: Shady Lady. HEX triplet: A6, 97 and 9C. RGB value is (166,151,156). Sum of RGB (Red+Green+Blue) = 166+151+156=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A6979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6979C is #596863. Grayscale: #9C9C9C. Windows color (decimal): -5859428 or 10262438. OLE color: 10262438.
HSL color Cylindrical-coordinate representation of color #A6979C: hue angle of 340º 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 #A6979C is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 151 | 156 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.35 |
| HSL | 340º | 0.08% | 0.62% | - |
| HSV(B) | 340º | 0.09% | 0.65% | - |
| XYZ | 32.79 | 32.64 | 36.02 | - |
| YUV | 156.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 156 | 0 | 0.09 | 0.06 | 0.35 | 340 | 0.08 | 0.62 |
| Hex | A6 | 97 | 9C | 0 | 9 | 6 | 23 | 154 | 8 | 3E |
| Octal | 246 | 227 | 234 | 0 | 11 | 6 | 43 | 524 | 10 | 76 |
| Binary | 10100110 | 10010111 | 10011100 | 0 | 1001 | 110 | 100011 | 101010100 | 1000 | 111110 |
Color Harmonies of #A6979C
Complementary color
Monochromatic Colors of #A6979C
Black with #A6979C
Text Example
Text Example
White with #A6979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6979C; }
p { color: rgb(166,151,156); }
H1.HeaderClassName
{
color: #A6979C;
}
.AnyTagClassName
{
color: #A6979C;
}
</style>
background-color css
<style>
a { background-color: #A6979C; }
a { background-color: rgb(166,151,156); }
div.DivClassName
{
background-color: #A6979C;
}
.BgClassName
{
background-color: #A6979C;
}
</style>
border-color css
<style>
span { border-color: #A6979C; }
span { border-color: rgb(166,151,156); }
td.TdClassName
{
border-color: #A6979C;
}
.TagClassName
{
border-color: #A6979C;
}
</style>