Shades of Medium Wood #A6806E
Tints of Medium Wood #A6806E
RGB
CMYK
RGB Variations
Color information
#A6806E (or 0xA6806E) is known color: Medium Wood. HEX triplet: A6, 80 and 6E. RGB value is (166,128,110). Sum of RGB (Red+Green+Blue) = 166+128+110=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6806E is #597F91. Grayscale: #898989. Windows color (decimal): -5865362 or 7241894. OLE color: 7241894.
HSL color Cylindrical-coordinate representation of color #A6806E: hue angle of 19.29º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6806E is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 110 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.35 |
| HSL | 19.29º | 0.24% | 0.54% | - |
| HSV(B) | 19.29º | 0.34% | 0.65% | - |
| XYZ | 26.26 | 24.67 | 18.13 | - |
| YUV | 137.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 110 | 0 | 0.23 | 0.34 | 0.35 | 19.29 | 0.24 | 0.54 |
| Hex | A6 | 80 | 6E | 0 | 17 | 22 | 23 | 13 | 18 | 36 |
| Octal | 246 | 200 | 156 | 0 | 27 | 42 | 43 | 23 | 30 | 66 |
| Binary | 10100110 | 10000000 | 1101110 | 0 | 10111 | 100010 | 100011 | 10011 | 11000 | 110110 |
Color Harmonies of #A6806E
Complementary color
Monochromatic Colors of #A6806E
Black with #A6806E
Text Example
Text Example
White with #A6806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6806E; }
p { color: rgb(166,128,110); }
H1.HeaderClassName
{
color: #A6806E;
}
.AnyTagClassName
{
color: #A6806E;
}
</style>
background-color css
<style>
a { background-color: #A6806E; }
a { background-color: rgb(166,128,110); }
div.DivClassName
{
background-color: #A6806E;
}
.BgClassName
{
background-color: #A6806E;
}
</style>
border-color css
<style>
span { border-color: #A6806E; }
span { border-color: rgb(166,128,110); }
td.TdClassName
{
border-color: #A6806E;
}
.TagClassName
{
border-color: #A6806E;
}
</style>