Shades of Shady Lady #A6989A
Tints of Shady Lady #A6989A
RGB
CMYK
RGB Variations
Color information
#A6989A (or 0xA6989A) is known color: Shady Lady. HEX triplet: A6, 98 and 9A. RGB value is (166,152,154). Sum of RGB (Red+Green+Blue) = 166+152+154=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 166 - color contains mainly: red. Hex color #A6989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6989A is #596765. Grayscale: #9C9C9C. Windows color (decimal): -5859174 or 10131622. OLE color: 10131622.
HSL color Cylindrical-coordinate representation of color #A6989A: hue angle of 351.43º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6989A is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 154 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.35 |
| HSL | 351.43º | 0.07% | 0.62% | - |
| HSV(B) | 351.43º | 0.08% | 0.65% | - |
| XYZ | 32.79 | 32.9 | 35.19 | - |
| YUV | 156.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 154 | 0 | 0.08 | 0.07 | 0.35 | 351.43 | 0.07 | 0.62 |
| Hex | A6 | 98 | 9A | 0 | 8 | 7 | 23 | 15F | 7 | 3E |
| Octal | 246 | 230 | 232 | 0 | 10 | 7 | 43 | 537 | 7 | 76 |
| Binary | 10100110 | 10011000 | 10011010 | 0 | 1000 | 111 | 100011 | 101011111 | 111 | 111110 |
Color Harmonies of #A6989A
Complementary color
Monochromatic Colors of #A6989A
Black with #A6989A
Text Example
Text Example
White with #A6989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6989A; }
p { color: rgb(166,152,154); }
H1.HeaderClassName
{
color: #A6989A;
}
.AnyTagClassName
{
color: #A6989A;
}
</style>
background-color css
<style>
a { background-color: #A6989A; }
a { background-color: rgb(166,152,154); }
div.DivClassName
{
background-color: #A6989A;
}
.BgClassName
{
background-color: #A6989A;
}
</style>
border-color css
<style>
span { border-color: #A6989A; }
span { border-color: rgb(166,152,154); }
td.TdClassName
{
border-color: #A6989A;
}
.TagClassName
{
border-color: #A6989A;
}
</style>