Shades of Medium Wood #A6826B
Tints of Medium Wood #A6826B
RGB
CMYK
RGB Variations
Color information
#A6826B (or 0xA6826B) is known color: Medium Wood. HEX triplet: A6, 82 and 6B. RGB value is (166,130,107). Sum of RGB (Red+Green+Blue) = 166+130+107=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A6826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6826B is #597D94. Grayscale: #8A8A8A. Windows color (decimal): -5864853 or 7045798. OLE color: 7045798.
HSL color Cylindrical-coordinate representation of color #A6826B: hue angle of 23.39º 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 #A6826B is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 107 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.35 |
| HSL | 23.39º | 0.25% | 0.54% | - |
| HSV(B) | 23.39º | 0.36% | 0.65% | - |
| XYZ | 26.36 | 25.13 | 17.37 | - |
| YUV | 138.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 107 | 0 | 0.22 | 0.36 | 0.35 | 23.39 | 0.25 | 0.54 |
| Hex | A6 | 82 | 6B | 0 | 16 | 24 | 23 | 17 | 19 | 36 |
| Octal | 246 | 202 | 153 | 0 | 26 | 44 | 43 | 27 | 31 | 66 |
| Binary | 10100110 | 10000010 | 1101011 | 0 | 10110 | 100100 | 100011 | 10111 | 11001 | 110110 |
Color Harmonies of #A6826B
Complementary color
Monochromatic Colors of #A6826B
Black with #A6826B
Text Example
Text Example
White with #A6826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6826B; }
p { color: rgb(166,130,107); }
H1.HeaderClassName
{
color: #A6826B;
}
.AnyTagClassName
{
color: #A6826B;
}
</style>
background-color css
<style>
a { background-color: #A6826B; }
a { background-color: rgb(166,130,107); }
div.DivClassName
{
background-color: #A6826B;
}
.BgClassName
{
background-color: #A6826B;
}
</style>
border-color css
<style>
span { border-color: #A6826B; }
span { border-color: rgb(166,130,107); }
td.TdClassName
{
border-color: #A6826B;
}
.TagClassName
{
border-color: #A6826B;
}
</style>