Shades of Medium Wood #A6816A
Tints of Medium Wood #A6816A
RGB
CMYK
RGB Variations
Color information
#A6816A (or 0xA6816A) is known color: Medium Wood. HEX triplet: A6, 81 and 6A. RGB value is (166,129,106). Sum of RGB (Red+Green+Blue) = 166+129+106=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A6816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6816A is #597E95. Grayscale: #898989. Windows color (decimal): -5865110 or 6980006. OLE color: 6980006.
HSL color Cylindrical-coordinate representation of color #A6816A: hue angle of 23º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6816A is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 106 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.35 |
| HSL | 23º | 0.25% | 0.53% | - |
| HSV(B) | 23º | 0.36% | 0.65% | - |
| XYZ | 26.18 | 24.85 | 17.05 | - |
| YUV | 137.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 106 | 0 | 0.22 | 0.36 | 0.35 | 23 | 0.25 | 0.53 |
| Hex | A6 | 81 | 6A | 0 | 16 | 24 | 23 | 17 | 19 | 35 |
| Octal | 246 | 201 | 152 | 0 | 26 | 44 | 43 | 27 | 31 | 65 |
| Binary | 10100110 | 10000001 | 1101010 | 0 | 10110 | 100100 | 100011 | 10111 | 11001 | 110101 |
Color Harmonies of #A6816A
Complementary color
Monochromatic Colors of #A6816A
Black with #A6816A
Text Example
Text Example
White with #A6816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6816A; }
p { color: rgb(166,129,106); }
H1.HeaderClassName
{
color: #A6816A;
}
.AnyTagClassName
{
color: #A6816A;
}
</style>
background-color css
<style>
a { background-color: #A6816A; }
a { background-color: rgb(166,129,106); }
div.DivClassName
{
background-color: #A6816A;
}
.BgClassName
{
background-color: #A6816A;
}
</style>
border-color css
<style>
span { border-color: #A6816A; }
span { border-color: rgb(166,129,106); }
td.TdClassName
{
border-color: #A6816A;
}
.TagClassName
{
border-color: #A6816A;
}
</style>