Shades of Medium Wood #A6846B
Tints of Medium Wood #A6846B
RGB
CMYK
RGB Variations
Color information
#A6846B (or 0xA6846B) is known color: Medium Wood. HEX triplet: A6, 84 and 6B. RGB value is (166,132,107). Sum of RGB (Red+Green+Blue) = 166+132+107=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A6846B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6846B is #597B94. Grayscale: #8B8B8B. Windows color (decimal): -5864341 or 7046310. OLE color: 7046310.
HSL color Cylindrical-coordinate representation of color #A6846B: hue angle of 25.42º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6846B is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 107 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.35 |
| HSL | 25.42º | 0.25% | 0.54% | - |
| HSV(B) | 25.42º | 0.36% | 0.65% | - |
| XYZ | 26.63 | 25.67 | 17.46 | - |
| YUV | 139.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 107 | 0 | 0.20 | 0.36 | 0.35 | 25.42 | 0.25 | 0.54 |
| Hex | A6 | 84 | 6B | 0 | 14 | 24 | 23 | 19 | 19 | 36 |
| Octal | 246 | 204 | 153 | 0 | 24 | 44 | 43 | 31 | 31 | 66 |
| Binary | 10100110 | 10000100 | 1101011 | 0 | 10100 | 100100 | 100011 | 11001 | 11001 | 110110 |
Color Harmonies of #A6846B
Complementary color
Monochromatic Colors of #A6846B
Black with #A6846B
Text Example
Text Example
White with #A6846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6846B; }
p { color: rgb(166,132,107); }
H1.HeaderClassName
{
color: #A6846B;
}
.AnyTagClassName
{
color: #A6846B;
}
</style>
background-color css
<style>
a { background-color: #A6846B; }
a { background-color: rgb(166,132,107); }
div.DivClassName
{
background-color: #A6846B;
}
.BgClassName
{
background-color: #A6846B;
}
</style>
border-color css
<style>
span { border-color: #A6846B; }
span { border-color: rgb(166,132,107); }
td.TdClassName
{
border-color: #A6846B;
}
.TagClassName
{
border-color: #A6846B;
}
</style>