Shades of Shady Lady #A6959F
Tints of Shady Lady #A6959F
RGB
CMYK
RGB Variations
Color information
#A6959F (or 0xA6959F) is known color: Shady Lady. HEX triplet: A6, 95 and 9F. RGB value is (166,149,159). Sum of RGB (Red+Green+Blue) = 166+149+159=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 166 - color contains mainly: red. Hex color #A6959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6959F is #596A60. Grayscale: #9B9B9B. Windows color (decimal): -5859937 or 10458534. OLE color: 10458534.
HSL color Cylindrical-coordinate representation of color #A6959F: hue angle of 324.71º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6959F is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 159 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.35 |
| HSL | 324.71º | 0.09% | 0.62% | - |
| HSV(B) | 324.71º | 0.1% | 0.65% | - |
| XYZ | 32.73 | 32.11 | 37.27 | - |
| YUV | 155.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 159 | 0 | 0.10 | 0.04 | 0.35 | 324.71 | 0.09 | 0.62 |
| Hex | A6 | 95 | 9F | 0 | A | 4 | 23 | 145 | 9 | 3E |
| Octal | 246 | 225 | 237 | 0 | 12 | 4 | 43 | 505 | 11 | 76 |
| Binary | 10100110 | 10010101 | 10011111 | 0 | 1010 | 100 | 100011 | 101000101 | 1001 | 111110 |
Color Harmonies of #A6959F
Complementary color
Monochromatic Colors of #A6959F
Black with #A6959F
Text Example
Text Example
White with #A6959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6959F; }
p { color: rgb(166,149,159); }
H1.HeaderClassName
{
color: #A6959F;
}
.AnyTagClassName
{
color: #A6959F;
}
</style>
background-color css
<style>
a { background-color: #A6959F; }
a { background-color: rgb(166,149,159); }
div.DivClassName
{
background-color: #A6959F;
}
.BgClassName
{
background-color: #A6959F;
}
</style>
border-color css
<style>
span { border-color: #A6959F; }
span { border-color: rgb(166,149,159); }
td.TdClassName
{
border-color: #A6959F;
}
.TagClassName
{
border-color: #A6959F;
}
</style>