Shades of Medium Wood #A8806D
Tints of Medium Wood #A8806D
RGB
CMYK
RGB Variations
Color information
#A8806D (or 0xA8806D) is known color: Medium Wood. HEX triplet: A8, 80 and 6D. RGB value is (168,128,109). Sum of RGB (Red+Green+Blue) = 168+128+109=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A8806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8806D is #577F92. Grayscale: #898989. Windows color (decimal): -5734291 or 7176360. OLE color: 7176360.
HSL color Cylindrical-coordinate representation of color #A8806D: hue angle of 19.32º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8806D is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 109 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.34 |
| HSL | 19.32º | 0.25% | 0.54% | - |
| HSV(B) | 19.32º | 0.35% | 0.66% | - |
| XYZ | 26.63 | 24.87 | 17.86 | - |
| YUV | 137.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 109 | 0 | 0.24 | 0.35 | 0.34 | 19.32 | 0.25 | 0.54 |
| Hex | A8 | 80 | 6D | 0 | 18 | 23 | 22 | 13 | 19 | 36 |
| Octal | 250 | 200 | 155 | 0 | 30 | 43 | 42 | 23 | 31 | 66 |
| Binary | 10101000 | 10000000 | 1101101 | 0 | 11000 | 100011 | 100010 | 10011 | 11001 | 110110 |
Color Harmonies of #A8806D
Complementary color
Monochromatic Colors of #A8806D
Black with #A8806D
Text Example
Text Example
White with #A8806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8806D; }
p { color: rgb(168,128,109); }
H1.HeaderClassName
{
color: #A8806D;
}
.AnyTagClassName
{
color: #A8806D;
}
</style>
background-color css
<style>
a { background-color: #A8806D; }
a { background-color: rgb(168,128,109); }
div.DivClassName
{
background-color: #A8806D;
}
.BgClassName
{
background-color: #A8806D;
}
</style>
border-color css
<style>
span { border-color: #A8806D; }
span { border-color: rgb(168,128,109); }
td.TdClassName
{
border-color: #A8806D;
}
.TagClassName
{
border-color: #A8806D;
}
</style>