Shades of Medium Wood #A88366
Tints of Medium Wood #A88366
RGB
CMYK
RGB Variations
Color information
#A88366 (or 0xA88366) is known color: Medium Wood. HEX triplet: A8, 83 and 66. RGB value is (168,131,102). Sum of RGB (Red+Green+Blue) = 168+131+102=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A88366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88366 is #577C99. Grayscale: #8A8A8A. Windows color (decimal): -5733530 or 6718376. OLE color: 6718376.
HSL color Cylindrical-coordinate representation of color #A88366: hue angle of 26.36º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A88366 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 102 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.34 |
| HSL | 26.36º | 0.28% | 0.53% | - |
| HSV(B) | 26.36º | 0.39% | 0.66% | - |
| XYZ | 26.66 | 25.52 | 16.09 | - |
| YUV | 138.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 102 | 0 | 0.22 | 0.39 | 0.34 | 26.36 | 0.28 | 0.53 |
| Hex | A8 | 83 | 66 | 0 | 16 | 27 | 22 | 1A | 1C | 35 |
| Octal | 250 | 203 | 146 | 0 | 26 | 47 | 42 | 32 | 34 | 65 |
| Binary | 10101000 | 10000011 | 1100110 | 0 | 10110 | 100111 | 100010 | 11010 | 11100 | 110101 |
Color Harmonies of #A88366
Complementary color
Monochromatic Colors of #A88366
Black with #A88366
Text Example
Text Example
White with #A88366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88366; }
p { color: rgb(168,131,102); }
H1.HeaderClassName
{
color: #A88366;
}
.AnyTagClassName
{
color: #A88366;
}
</style>
background-color css
<style>
a { background-color: #A88366; }
a { background-color: rgb(168,131,102); }
div.DivClassName
{
background-color: #A88366;
}
.BgClassName
{
background-color: #A88366;
}
</style>
border-color css
<style>
span { border-color: #A88366; }
span { border-color: rgb(168,131,102); }
td.TdClassName
{
border-color: #A88366;
}
.TagClassName
{
border-color: #A88366;
}
</style>