Shades of Medium Wood #A8865E
Tints of Medium Wood #A8865E
RGB
CMYK
RGB Variations
Color information
#A8865E (or 0xA8865E) is known color: Medium Wood. HEX triplet: A8, 86 and 5E. RGB value is (168,134,94). Sum of RGB (Red+Green+Blue) = 168+134+94=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A8865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8865E is #5779A1. Grayscale: #8B8B8B. Windows color (decimal): -5732770 or 6194856. OLE color: 6194856.
HSL color Cylindrical-coordinate representation of color #A8865E: hue angle of 32.43º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8865E is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 134 | 94 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.34 |
| HSL | 32.43º | 0.3% | 0.51% | - |
| HSV(B) | 32.43º | 0.44% | 0.66% | - |
| XYZ | 26.69 | 26.18 | 14.24 | - |
| YUV | 139.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 94 | 0 | 0.20 | 0.44 | 0.34 | 32.43 | 0.3 | 0.51 |
| Hex | A8 | 86 | 5E | 0 | 14 | 2C | 22 | 20 | 1E | 33 |
| Octal | 250 | 206 | 136 | 0 | 24 | 54 | 42 | 40 | 36 | 63 |
| Binary | 10101000 | 10000110 | 1011110 | 0 | 10100 | 101100 | 100010 | 100000 | 11110 | 110011 |
Color Harmonies of #A8865E
Complementary color
Monochromatic Colors of #A8865E
Black with #A8865E
Text Example
Text Example
White with #A8865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8865E; }
p { color: rgb(168,134,94); }
H1.HeaderClassName
{
color: #A8865E;
}
.AnyTagClassName
{
color: #A8865E;
}
</style>
background-color css
<style>
a { background-color: #A8865E; }
a { background-color: rgb(168,134,94); }
div.DivClassName
{
background-color: #A8865E;
}
.BgClassName
{
background-color: #A8865E;
}
</style>
border-color css
<style>
span { border-color: #A8865E; }
span { border-color: rgb(168,134,94); }
td.TdClassName
{
border-color: #A8865E;
}
.TagClassName
{
border-color: #A8865E;
}
</style>