Shades of Medium Wood #A08067
Tints of Medium Wood #A08067
RGB
CMYK
RGB Variations
Color information
#A08067 (or 0xA08067) is known color: Medium Wood. HEX triplet: A0, 80 and 67. RGB value is (160,128,103). Sum of RGB (Red+Green+Blue) = 160+128+103=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A08067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08067 is #5F7F98. Grayscale: #868686. Windows color (decimal): -6258585 or 6783136. OLE color: 6783136.
HSL color Cylindrical-coordinate representation of color #A08067: hue angle of 26.32º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A08067 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 103 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.37 |
| HSL | 26.32º | 0.23% | 0.52% | - |
| HSV(B) | 26.32º | 0.36% | 0.63% | - |
| XYZ | 24.66 | 23.89 | 16.14 | - |
| YUV | 134.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 103 | 0 | 0.20 | 0.36 | 0.37 | 26.32 | 0.23 | 0.52 |
| Hex | A0 | 80 | 67 | 0 | 14 | 24 | 25 | 1A | 17 | 34 |
| Octal | 240 | 200 | 147 | 0 | 24 | 44 | 45 | 32 | 27 | 64 |
| Binary | 10100000 | 10000000 | 1100111 | 0 | 10100 | 100100 | 100101 | 11010 | 10111 | 110100 |
Color Harmonies of #A08067
Complementary color
Monochromatic Colors of #A08067
Black with #A08067
Text Example
Text Example
White with #A08067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08067; }
p { color: rgb(160,128,103); }
H1.HeaderClassName
{
color: #A08067;
}
.AnyTagClassName
{
color: #A08067;
}
</style>
background-color css
<style>
a { background-color: #A08067; }
a { background-color: rgb(160,128,103); }
div.DivClassName
{
background-color: #A08067;
}
.BgClassName
{
background-color: #A08067;
}
</style>
border-color css
<style>
span { border-color: #A08067; }
span { border-color: rgb(160,128,103); }
td.TdClassName
{
border-color: #A08067;
}
.TagClassName
{
border-color: #A08067;
}
</style>