Shades of Medium Wood #A8805E
Tints of Medium Wood #A8805E
RGB
CMYK
RGB Variations
Color information
#A8805E (or 0xA8805E) is known color: Medium Wood. HEX triplet: A8, 80 and 5E. RGB value is (168,128,94). Sum of RGB (Red+Green+Blue) = 168+128+94=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8805E is #577FA1. Grayscale: #888888. Windows color (decimal): -5734306 or 6193320. OLE color: 6193320.
HSL color Cylindrical-coordinate representation of color #A8805E: hue angle of 27.57º 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 #A8805E is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 94 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.34 |
| HSL | 27.57º | 0.3% | 0.51% | - |
| HSV(B) | 27.57º | 0.44% | 0.66% | - |
| XYZ | 25.89 | 24.57 | 13.97 | - |
| YUV | 136.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 94 | 0 | 0.24 | 0.44 | 0.34 | 27.57 | 0.3 | 0.51 |
| Hex | A8 | 80 | 5E | 0 | 18 | 2C | 22 | 1C | 1E | 33 |
| Octal | 250 | 200 | 136 | 0 | 30 | 54 | 42 | 34 | 36 | 63 |
| Binary | 10101000 | 10000000 | 1011110 | 0 | 11000 | 101100 | 100010 | 11100 | 11110 | 110011 |
Color Harmonies of #A8805E
Complementary color
Monochromatic Colors of #A8805E
Black with #A8805E
Text Example
Text Example
White with #A8805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8805E; }
p { color: rgb(168,128,94); }
H1.HeaderClassName
{
color: #A8805E;
}
.AnyTagClassName
{
color: #A8805E;
}
</style>
background-color css
<style>
a { background-color: #A8805E; }
a { background-color: rgb(168,128,94); }
div.DivClassName
{
background-color: #A8805E;
}
.BgClassName
{
background-color: #A8805E;
}
</style>
border-color css
<style>
span { border-color: #A8805E; }
span { border-color: rgb(168,128,94); }
td.TdClassName
{
border-color: #A8805E;
}
.TagClassName
{
border-color: #A8805E;
}
</style>