Shades of Medium Wood #A68366
Tints of Medium Wood #A68366
RGB
CMYK
RGB Variations
Color information
#A68366 (or 0xA68366) is known color: Medium Wood. HEX triplet: A6, 83 and 66. RGB value is (166,131,102). Sum of RGB (Red+Green+Blue) = 166+131+102=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A68366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68366 is #597C99. Grayscale: #8A8A8A. Windows color (decimal): -5864602 or 6718374. OLE color: 6718374.
HSL color Cylindrical-coordinate representation of color #A68366: hue angle of 27.19º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A68366 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 102 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.35 |
| HSL | 27.19º | 0.26% | 0.53% | - |
| HSV(B) | 27.19º | 0.39% | 0.65% | - |
| XYZ | 26.24 | 25.3 | 16.07 | - |
| YUV | 138.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 102 | 0 | 0.21 | 0.39 | 0.35 | 27.19 | 0.26 | 0.53 |
| Hex | A6 | 83 | 66 | 0 | 15 | 27 | 23 | 1B | 1A | 35 |
| Octal | 246 | 203 | 146 | 0 | 25 | 47 | 43 | 33 | 32 | 65 |
| Binary | 10100110 | 10000011 | 1100110 | 0 | 10101 | 100111 | 100011 | 11011 | 11010 | 110101 |
Color Harmonies of #A68366
Complementary color
Monochromatic Colors of #A68366
Black with #A68366
Text Example
Text Example
White with #A68366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68366; }
p { color: rgb(166,131,102); }
H1.HeaderClassName
{
color: #A68366;
}
.AnyTagClassName
{
color: #A68366;
}
</style>
background-color css
<style>
a { background-color: #A68366; }
a { background-color: rgb(166,131,102); }
div.DivClassName
{
background-color: #A68366;
}
.BgClassName
{
background-color: #A68366;
}
</style>
border-color css
<style>
span { border-color: #A68366; }
span { border-color: rgb(166,131,102); }
td.TdClassName
{
border-color: #A68366;
}
.TagClassName
{
border-color: #A68366;
}
</style>