Shades of Shady Lady #A6969E
Tints of Shady Lady #A6969E
RGB
CMYK
RGB Variations
Color information
#A6969E (or 0xA6969E) is known color: Shady Lady. HEX triplet: A6, 96 and 9E. RGB value is (166,150,158). Sum of RGB (Red+Green+Blue) = 166+150+158=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 166 - color contains mainly: red. Hex color #A6969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6969E is #596961. Grayscale: #9B9B9B. Windows color (decimal): -5859682 or 10393254. OLE color: 10393254.
HSL color Cylindrical-coordinate representation of color #A6969E: hue angle of 330º degrees, saturation: 0.08, 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 #A6969E is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 150 | 158 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.35 |
| HSL | 330º | 0.08% | 0.62% | - |
| HSV(B) | 330º | 0.1% | 0.65% | - |
| XYZ | 32.8 | 32.39 | 36.87 | - |
| YUV | 155.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 158 | 0 | 0.10 | 0.05 | 0.35 | 330 | 0.08 | 0.62 |
| Hex | A6 | 96 | 9E | 0 | A | 5 | 23 | 14A | 8 | 3E |
| Octal | 246 | 226 | 236 | 0 | 12 | 5 | 43 | 512 | 10 | 76 |
| Binary | 10100110 | 10010110 | 10011110 | 0 | 1010 | 101 | 100011 | 101001010 | 1000 | 111110 |
Color Harmonies of #A6969E
Complementary color
Monochromatic Colors of #A6969E
Black with #A6969E
Text Example
Text Example
White with #A6969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6969E; }
p { color: rgb(166,150,158); }
H1.HeaderClassName
{
color: #A6969E;
}
.AnyTagClassName
{
color: #A6969E;
}
</style>
background-color css
<style>
a { background-color: #A6969E; }
a { background-color: rgb(166,150,158); }
div.DivClassName
{
background-color: #A6969E;
}
.BgClassName
{
background-color: #A6969E;
}
</style>
border-color css
<style>
span { border-color: #A6969E; }
span { border-color: rgb(166,150,158); }
td.TdClassName
{
border-color: #A6969E;
}
.TagClassName
{
border-color: #A6969E;
}
</style>