Shades of Shady Lady #A6919A
Tints of Shady Lady #A6919A
RGB
CMYK
RGB Variations
Color information
#A6919A (or 0xA6919A) is known color: Shady Lady. HEX triplet: A6, 91 and 9A. RGB value is (166,145,154). Sum of RGB (Red+Green+Blue) = 166+145+154=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 166 - color contains mainly: red. Hex color #A6919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6919A is #596E65. Grayscale: #989898. Windows color (decimal): -5860966 or 10129830. OLE color: 10129830.
HSL color Cylindrical-coordinate representation of color #A6919A: hue angle of 334.29º 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 #A6919A is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 145 | 154 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.35 |
| HSL | 334.29º | 0.11% | 0.61% | - |
| HSV(B) | 334.29º | 0.13% | 0.65% | - |
| XYZ | 31.68 | 30.69 | 34.83 | - |
| YUV | 152.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 145 | 154 | 0 | 0.13 | 0.07 | 0.35 | 334.29 | 0.11 | 0.61 |
| Hex | A6 | 91 | 9A | 0 | D | 7 | 23 | 14E | B | 3D |
| Octal | 246 | 221 | 232 | 0 | 15 | 7 | 43 | 516 | 13 | 75 |
| Binary | 10100110 | 10010001 | 10011010 | 0 | 1101 | 111 | 100011 | 101001110 | 1011 | 111101 |
Color Harmonies of #A6919A
Complementary color
Monochromatic Colors of #A6919A
Black with #A6919A
Text Example
Text Example
White with #A6919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6919A; }
p { color: rgb(166,145,154); }
H1.HeaderClassName
{
color: #A6919A;
}
.AnyTagClassName
{
color: #A6919A;
}
</style>
background-color css
<style>
a { background-color: #A6919A; }
a { background-color: rgb(166,145,154); }
div.DivClassName
{
background-color: #A6919A;
}
.BgClassName
{
background-color: #A6919A;
}
</style>
border-color css
<style>
span { border-color: #A6919A; }
span { border-color: rgb(166,145,154); }
td.TdClassName
{
border-color: #A6919A;
}
.TagClassName
{
border-color: #A6919A;
}
</style>