Shades of Shady Lady #A6909B
Tints of Shady Lady #A6909B
RGB
CMYK
RGB Variations
Color information
#A6909B (or 0xA6909B) is known color: Shady Lady. HEX triplet: A6, 90 and 9B. RGB value is (166,144,155). Sum of RGB (Red+Green+Blue) = 166+144+155=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 166 - color contains mainly: red. Hex color #A6909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6909B is #596F64. Grayscale: #979797. Windows color (decimal): -5861221 or 10195110. OLE color: 10195110.
HSL color Cylindrical-coordinate representation of color #A6909B: hue angle of 330º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6909B is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 144 | 155 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.35 |
| HSL | 330º | 0.11% | 0.61% | - |
| HSV(B) | 330º | 0.13% | 0.65% | - |
| XYZ | 31.62 | 30.42 | 35.22 | - |
| YUV | 151.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 144 | 155 | 0 | 0.13 | 0.07 | 0.35 | 330 | 0.11 | 0.61 |
| Hex | A6 | 90 | 9B | 0 | D | 7 | 23 | 14A | B | 3D |
| Octal | 246 | 220 | 233 | 0 | 15 | 7 | 43 | 512 | 13 | 75 |
| Binary | 10100110 | 10010000 | 10011011 | 0 | 1101 | 111 | 100011 | 101001010 | 1011 | 111101 |
Color Harmonies of #A6909B
Complementary color
Monochromatic Colors of #A6909B
Black with #A6909B
Text Example
Text Example
White with #A6909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6909B; }
p { color: rgb(166,144,155); }
H1.HeaderClassName
{
color: #A6909B;
}
.AnyTagClassName
{
color: #A6909B;
}
</style>
background-color css
<style>
a { background-color: #A6909B; }
a { background-color: rgb(166,144,155); }
div.DivClassName
{
background-color: #A6909B;
}
.BgClassName
{
background-color: #A6909B;
}
</style>
border-color css
<style>
span { border-color: #A6909B; }
span { border-color: rgb(166,144,155); }
td.TdClassName
{
border-color: #A6909B;
}
.TagClassName
{
border-color: #A6909B;
}
</style>