Shades of Shady Lady #A6969D
Tints of Shady Lady #A6969D
RGB
CMYK
RGB Variations
Color information
#A6969D (or 0xA6969D) is known color: Shady Lady. HEX triplet: A6, 96 and 9D. RGB value is (166,150,157). Sum of RGB (Red+Green+Blue) = 166+150+157=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A6969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6969D is #596962. Grayscale: #9B9B9B. Windows color (decimal): -5859683 or 10327718. OLE color: 10327718.
HSL color Cylindrical-coordinate representation of color #A6969D: hue angle of 333.75º 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 #A6969D is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 150 | 157 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.35 |
| HSL | 333.75º | 0.08% | 0.62% | - |
| HSV(B) | 333.75º | 0.1% | 0.65% | - |
| XYZ | 32.72 | 32.35 | 36.42 | - |
| YUV | 155.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 157 | 0 | 0.10 | 0.05 | 0.35 | 333.75 | 0.08 | 0.62 |
| Hex | A6 | 96 | 9D | 0 | A | 5 | 23 | 14E | 8 | 3E |
| Octal | 246 | 226 | 235 | 0 | 12 | 5 | 43 | 516 | 10 | 76 |
| Binary | 10100110 | 10010110 | 10011101 | 0 | 1010 | 101 | 100011 | 101001110 | 1000 | 111110 |
Color Harmonies of #A6969D
Complementary color
Monochromatic Colors of #A6969D
Black with #A6969D
Text Example
Text Example
White with #A6969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6969D; }
p { color: rgb(166,150,157); }
H1.HeaderClassName
{
color: #A6969D;
}
.AnyTagClassName
{
color: #A6969D;
}
</style>
background-color css
<style>
a { background-color: #A6969D; }
a { background-color: rgb(166,150,157); }
div.DivClassName
{
background-color: #A6969D;
}
.BgClassName
{
background-color: #A6969D;
}
</style>
border-color css
<style>
span { border-color: #A6969D; }
span { border-color: rgb(166,150,157); }
td.TdClassName
{
border-color: #A6969D;
}
.TagClassName
{
border-color: #A6969D;
}
</style>