Shades of Shady Lady #A6939F
Tints of Shady Lady #A6939F
RGB
CMYK
RGB Variations
Color information
#A6939F (or 0xA6939F) is known color: Shady Lady. HEX triplet: A6, 93 and 9F. RGB value is (166,147,159). Sum of RGB (Red+Green+Blue) = 166+147+159=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 166 - color contains mainly: red. Hex color #A6939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6939F is #596C60. Grayscale: #9A9A9A. Windows color (decimal): -5860449 or 10458022. OLE color: 10458022.
HSL color Cylindrical-coordinate representation of color #A6939F: hue angle of 322.11º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6939F is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 147 | 159 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.35 |
| HSL | 322.11º | 0.1% | 0.61% | - |
| HSV(B) | 322.11º | 0.11% | 0.65% | - |
| XYZ | 32.42 | 31.48 | 37.17 | - |
| YUV | 154.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 147 | 159 | 0 | 0.11 | 0.04 | 0.35 | 322.11 | 0.1 | 0.61 |
| Hex | A6 | 93 | 9F | 0 | B | 4 | 23 | 142 | A | 3D |
| Octal | 246 | 223 | 237 | 0 | 13 | 4 | 43 | 502 | 12 | 75 |
| Binary | 10100110 | 10010011 | 10011111 | 0 | 1011 | 100 | 100011 | 101000010 | 1010 | 111101 |
Color Harmonies of #A6939F
Complementary color
Monochromatic Colors of #A6939F
Black with #A6939F
Text Example
Text Example
White with #A6939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6939F; }
p { color: rgb(166,147,159); }
H1.HeaderClassName
{
color: #A6939F;
}
.AnyTagClassName
{
color: #A6939F;
}
</style>
background-color css
<style>
a { background-color: #A6939F; }
a { background-color: rgb(166,147,159); }
div.DivClassName
{
background-color: #A6939F;
}
.BgClassName
{
background-color: #A6939F;
}
</style>
border-color css
<style>
span { border-color: #A6939F; }
span { border-color: rgb(166,147,159); }
td.TdClassName
{
border-color: #A6939F;
}
.TagClassName
{
border-color: #A6939F;
}
</style>