Shades of Medium Wood #A6816B
Tints of Medium Wood #A6816B
RGB
CMYK
RGB Variations
Color information
#A6816B (or 0xA6816B) is known color: Medium Wood. HEX triplet: A6, 81 and 6B. RGB value is (166,129,107). Sum of RGB (Red+Green+Blue) = 166+129+107=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A6816B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6816B is #597E94. Grayscale: #898989. Windows color (decimal): -5865109 or 7045542. OLE color: 7045542.
HSL color Cylindrical-coordinate representation of color #A6816B: hue angle of 22.37º 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 #A6816B is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 107 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.35 |
| HSL | 22.37º | 0.25% | 0.54% | - |
| HSV(B) | 22.37º | 0.36% | 0.65% | - |
| XYZ | 26.23 | 24.87 | 17.33 | - |
| YUV | 137.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 107 | 0 | 0.22 | 0.36 | 0.35 | 22.37 | 0.25 | 0.54 |
| Hex | A6 | 81 | 6B | 0 | 16 | 24 | 23 | 16 | 19 | 36 |
| Octal | 246 | 201 | 153 | 0 | 26 | 44 | 43 | 26 | 31 | 66 |
| Binary | 10100110 | 10000001 | 1101011 | 0 | 10110 | 100100 | 100011 | 10110 | 11001 | 110110 |
Color Harmonies of #A6816B
Complementary color
Monochromatic Colors of #A6816B
Black with #A6816B
Text Example
Text Example
White with #A6816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6816B; }
p { color: rgb(166,129,107); }
H1.HeaderClassName
{
color: #A6816B;
}
.AnyTagClassName
{
color: #A6816B;
}
</style>
background-color css
<style>
a { background-color: #A6816B; }
a { background-color: rgb(166,129,107); }
div.DivClassName
{
background-color: #A6816B;
}
.BgClassName
{
background-color: #A6816B;
}
</style>
border-color css
<style>
span { border-color: #A6816B; }
span { border-color: rgb(166,129,107); }
td.TdClassName
{
border-color: #A6816B;
}
.TagClassName
{
border-color: #A6816B;
}
</style>