Shades of Shady Lady #A6929A
Tints of Shady Lady #A6929A
RGB
CMYK
RGB Variations
Color information
#A6929A (or 0xA6929A) is known color: Shady Lady. HEX triplet: A6, 92 and 9A. RGB value is (166,146,154). Sum of RGB (Red+Green+Blue) = 166+146+154=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 166 - color contains mainly: red. Hex color #A6929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6929A is #596D65. Grayscale: #989898. Windows color (decimal): -5860710 or 10130086. OLE color: 10130086.
HSL color Cylindrical-coordinate representation of color #A6929A: hue angle of 336º 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 #A6929A is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 146 | 154 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.35 |
| HSL | 336º | 0.1% | 0.61% | - |
| HSV(B) | 336º | 0.12% | 0.65% | - |
| XYZ | 31.84 | 31 | 34.88 | - |
| YUV | 152.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 146 | 154 | 0 | 0.12 | 0.07 | 0.35 | 336 | 0.1 | 0.61 |
| Hex | A6 | 92 | 9A | 0 | C | 7 | 23 | 150 | A | 3D |
| Octal | 246 | 222 | 232 | 0 | 14 | 7 | 43 | 520 | 12 | 75 |
| Binary | 10100110 | 10010010 | 10011010 | 0 | 1100 | 111 | 100011 | 101010000 | 1010 | 111101 |
Color Harmonies of #A6929A
Complementary color
Monochromatic Colors of #A6929A
Black with #A6929A
Text Example
Text Example
White with #A6929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6929A; }
p { color: rgb(166,146,154); }
H1.HeaderClassName
{
color: #A6929A;
}
.AnyTagClassName
{
color: #A6929A;
}
</style>
background-color css
<style>
a { background-color: #A6929A; }
a { background-color: rgb(166,146,154); }
div.DivClassName
{
background-color: #A6929A;
}
.BgClassName
{
background-color: #A6929A;
}
</style>
border-color css
<style>
span { border-color: #A6929A; }
span { border-color: rgb(166,146,154); }
td.TdClassName
{
border-color: #A6929A;
}
.TagClassName
{
border-color: #A6929A;
}
</style>