Shades of Shady Lady #A6979B
Tints of Shady Lady #A6979B
RGB
CMYK
RGB Variations
Color information
#A6979B (or 0xA6979B) is known color: Shady Lady. HEX triplet: A6, 97 and 9B. RGB value is (166,151,155). Sum of RGB (Red+Green+Blue) = 166+151+155=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 166 - color contains mainly: red. Hex color #A6979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6979B is #596864. Grayscale: #9B9B9B. Windows color (decimal): -5859429 or 10196902. OLE color: 10196902.
HSL color Cylindrical-coordinate representation of color #A6979B: hue angle of 344º 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 #A6979B is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 151 | 155 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.35 |
| HSL | 344º | 0.08% | 0.62% | - |
| HSV(B) | 344º | 0.09% | 0.65% | - |
| XYZ | 32.71 | 32.61 | 35.58 | - |
| YUV | 155.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 155 | 0 | 0.09 | 0.07 | 0.35 | 344 | 0.08 | 0.62 |
| Hex | A6 | 97 | 9B | 0 | 9 | 7 | 23 | 158 | 8 | 3E |
| Octal | 246 | 227 | 233 | 0 | 11 | 7 | 43 | 530 | 10 | 76 |
| Binary | 10100110 | 10010111 | 10011011 | 0 | 1001 | 111 | 100011 | 101011000 | 1000 | 111110 |
Color Harmonies of #A6979B
Complementary color
Monochromatic Colors of #A6979B
Black with #A6979B
Text Example
Text Example
White with #A6979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6979B; }
p { color: rgb(166,151,155); }
H1.HeaderClassName
{
color: #A6979B;
}
.AnyTagClassName
{
color: #A6979B;
}
</style>
background-color css
<style>
a { background-color: #A6979B; }
a { background-color: rgb(166,151,155); }
div.DivClassName
{
background-color: #A6979B;
}
.BgClassName
{
background-color: #A6979B;
}
</style>
border-color css
<style>
span { border-color: #A6979B; }
span { border-color: rgb(166,151,155); }
td.TdClassName
{
border-color: #A6979B;
}
.TagClassName
{
border-color: #A6979B;
}
</style>