Shades of Shady Lady #A6999E
Tints of Shady Lady #A6999E
RGB
CMYK
RGB Variations
Color information
#A6999E (or 0xA6999E) is known color: Shady Lady. HEX triplet: A6, 99 and 9E. RGB value is (166,153,158). Sum of RGB (Red+Green+Blue) = 166+153+158=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 166 - color contains mainly: red. Hex color #A6999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6999E is #596661. Grayscale: #9D9D9D. Windows color (decimal): -5858914 or 10394022. OLE color: 10394022.
HSL color Cylindrical-coordinate representation of color #A6999E: hue angle of 336.92º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6999E is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 158 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.35 |
| HSL | 336.92º | 0.07% | 0.63% | - |
| HSV(B) | 336.92º | 0.08% | 0.65% | - |
| XYZ | 33.29 | 33.36 | 37.03 | - |
| YUV | 157.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 158 | 0 | 0.08 | 0.05 | 0.35 | 336.92 | 0.07 | 0.63 |
| Hex | A6 | 99 | 9E | 0 | 8 | 5 | 23 | 151 | 7 | 3F |
| Octal | 246 | 231 | 236 | 0 | 10 | 5 | 43 | 521 | 7 | 77 |
| Binary | 10100110 | 10011001 | 10011110 | 0 | 1000 | 101 | 100011 | 101010001 | 111 | 111111 |
Color Harmonies of #A6999E
Complementary color
Monochromatic Colors of #A6999E
Black with #A6999E
Text Example
Text Example
White with #A6999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6999E; }
p { color: rgb(166,153,158); }
H1.HeaderClassName
{
color: #A6999E;
}
.AnyTagClassName
{
color: #A6999E;
}
</style>
background-color css
<style>
a { background-color: #A6999E; }
a { background-color: rgb(166,153,158); }
div.DivClassName
{
background-color: #A6999E;
}
.BgClassName
{
background-color: #A6999E;
}
</style>
border-color css
<style>
span { border-color: #A6999E; }
span { border-color: rgb(166,153,158); }
td.TdClassName
{
border-color: #A6999E;
}
.TagClassName
{
border-color: #A6999E;
}
</style>