Shades of Medium Wood #A08066
Tints of Medium Wood #A08066
RGB
CMYK
RGB Variations
Color information
#A08066 (or 0xA08066) is known color: Medium Wood. HEX triplet: A0, 80 and 66. RGB value is (160,128,102). Sum of RGB (Red+Green+Blue) = 160+128+102=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A08066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08066 is #5F7F99. Grayscale: #868686. Windows color (decimal): -6258586 or 6717600. OLE color: 6717600.
HSL color Cylindrical-coordinate representation of color #A08066: hue angle of 26.9º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A08066 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 102 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.37 |
| HSL | 26.9º | 0.23% | 0.51% | - |
| HSV(B) | 26.9º | 0.36% | 0.63% | - |
| XYZ | 24.61 | 23.87 | 15.88 | - |
| YUV | 134.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 102 | 0 | 0.20 | 0.36 | 0.37 | 26.9 | 0.23 | 0.51 |
| Hex | A0 | 80 | 66 | 0 | 14 | 24 | 25 | 1B | 17 | 33 |
| Octal | 240 | 200 | 146 | 0 | 24 | 44 | 45 | 33 | 27 | 63 |
| Binary | 10100000 | 10000000 | 1100110 | 0 | 10100 | 100100 | 100101 | 11011 | 10111 | 110011 |
Color Harmonies of #A08066
Complementary color
Monochromatic Colors of #A08066
Black with #A08066
Text Example
Text Example
White with #A08066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08066; }
p { color: rgb(160,128,102); }
H1.HeaderClassName
{
color: #A08066;
}
.AnyTagClassName
{
color: #A08066;
}
</style>
background-color css
<style>
a { background-color: #A08066; }
a { background-color: rgb(160,128,102); }
div.DivClassName
{
background-color: #A08066;
}
.BgClassName
{
background-color: #A08066;
}
</style>
border-color css
<style>
span { border-color: #A08066; }
span { border-color: rgb(160,128,102); }
td.TdClassName
{
border-color: #A08066;
}
.TagClassName
{
border-color: #A08066;
}
</style>