Shades of Medium Wood #A6805B
Tints of Medium Wood #A6805B
RGB
CMYK
RGB Variations
Color information
#A6805B (or 0xA6805B) is known color: Medium Wood. HEX triplet: A6, 80 and 5B. RGB value is (166,128,91). Sum of RGB (Red+Green+Blue) = 166+128+91=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A6805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6805B is #597FA4. Grayscale: #878787. Windows color (decimal): -5865381 or 5996710. OLE color: 5996710.
HSL color Cylindrical-coordinate representation of color #A6805B: hue angle of 29.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6805B is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 91 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.35 |
| HSL | 29.6º | 0.3% | 0.5% | - |
| HSV(B) | 29.6º | 0.45% | 0.65% | - |
| XYZ | 25.33 | 24.3 | 13.25 | - |
| YUV | 135.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 91 | 0 | 0.23 | 0.45 | 0.35 | 29.6 | 0.3 | 0.5 |
| Hex | A6 | 80 | 5B | 0 | 17 | 2D | 23 | 1E | 1E | 32 |
| Octal | 246 | 200 | 133 | 0 | 27 | 55 | 43 | 36 | 36 | 62 |
| Binary | 10100110 | 10000000 | 1011011 | 0 | 10111 | 101101 | 100011 | 11110 | 11110 | 110010 |
Color Harmonies of #A6805B
Complementary color
Monochromatic Colors of #A6805B
Black with #A6805B
Text Example
Text Example
White with #A6805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6805B; }
p { color: rgb(166,128,91); }
H1.HeaderClassName
{
color: #A6805B;
}
.AnyTagClassName
{
color: #A6805B;
}
</style>
background-color css
<style>
a { background-color: #A6805B; }
a { background-color: rgb(166,128,91); }
div.DivClassName
{
background-color: #A6805B;
}
.BgClassName
{
background-color: #A6805B;
}
</style>
border-color css
<style>
span { border-color: #A6805B; }
span { border-color: rgb(166,128,91); }
td.TdClassName
{
border-color: #A6805B;
}
.TagClassName
{
border-color: #A6805B;
}
</style>