Shades of Shady Lady #A6929D
Tints of Shady Lady #A6929D
RGB
CMYK
RGB Variations
Color information
#A6929D (or 0xA6929D) is known color: Shady Lady. HEX triplet: A6, 92 and 9D. RGB value is (166,146,157). Sum of RGB (Red+Green+Blue) = 166+146+157=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 166 - color contains mainly: red. Hex color #A6929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6929D is #596D62. Grayscale: #999999. Windows color (decimal): -5860707 or 10326694. OLE color: 10326694.
HSL color Cylindrical-coordinate representation of color #A6929D: hue angle of 327º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6929D is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 146 | 157 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.35 |
| HSL | 327º | 0.1% | 0.61% | - |
| HSV(B) | 327º | 0.12% | 0.65% | - |
| XYZ | 32.09 | 31.1 | 36.21 | - |
| YUV | 153.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 157 | 0 | 0.12 | 0.05 | 0.35 | 327 | 0.1 | 0.61 |
| Hex | A6 | 92 | 9D | 0 | C | 5 | 23 | 147 | A | 3D |
| Octal | 246 | 222 | 235 | 0 | 14 | 5 | 43 | 507 | 12 | 75 |
| Binary | 10100110 | 10010010 | 10011101 | 0 | 1100 | 101 | 100011 | 101000111 | 1010 | 111101 |
Color Harmonies of #A6929D
Complementary color
Monochromatic Colors of #A6929D
Black with #A6929D
Text Example
Text Example
White with #A6929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6929D; }
p { color: rgb(166,146,157); }
H1.HeaderClassName
{
color: #A6929D;
}
.AnyTagClassName
{
color: #A6929D;
}
</style>
background-color css
<style>
a { background-color: #A6929D; }
a { background-color: rgb(166,146,157); }
div.DivClassName
{
background-color: #A6929D;
}
.BgClassName
{
background-color: #A6929D;
}
</style>
border-color css
<style>
span { border-color: #A6929D; }
span { border-color: rgb(166,146,157); }
td.TdClassName
{
border-color: #A6929D;
}
.TagClassName
{
border-color: #A6929D;
}
</style>