Shades of Medium Wood #A0806B
Tints of Medium Wood #A0806B
RGB
CMYK
RGB Variations
Color information
#A0806B (or 0xA0806B) is known color: Medium Wood. HEX triplet: A0, 80 and 6B. RGB value is (160,128,107). Sum of RGB (Red+Green+Blue) = 160+128+107=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A0806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0806B is #5F7F94. Grayscale: #878787. Windows color (decimal): -6258581 or 7045280. OLE color: 7045280.
HSL color Cylindrical-coordinate representation of color #A0806B: hue angle of 23.77º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0806B is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 107 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.37 |
| HSL | 23.77º | 0.22% | 0.52% | - |
| HSV(B) | 23.77º | 0.33% | 0.63% | - |
| XYZ | 24.87 | 23.97 | 17.23 | - |
| YUV | 135.17 | 112.1 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 107 | 0 | 0.20 | 0.33 | 0.37 | 23.77 | 0.22 | 0.52 |
| Hex | A0 | 80 | 6B | 0 | 14 | 21 | 25 | 18 | 16 | 34 |
| Octal | 240 | 200 | 153 | 0 | 24 | 41 | 45 | 30 | 26 | 64 |
| Binary | 10100000 | 10000000 | 1101011 | 0 | 10100 | 100001 | 100101 | 11000 | 10110 | 110100 |
Color Harmonies of #A0806B
Complementary color
Monochromatic Colors of #A0806B
Black with #A0806B
Text Example
Text Example
White with #A0806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0806B; }
p { color: rgb(160,128,107); }
H1.HeaderClassName
{
color: #A0806B;
}
.AnyTagClassName
{
color: #A0806B;
}
</style>
background-color css
<style>
a { background-color: #A0806B; }
a { background-color: rgb(160,128,107); }
div.DivClassName
{
background-color: #A0806B;
}
.BgClassName
{
background-color: #A0806B;
}
</style>
border-color css
<style>
span { border-color: #A0806B; }
span { border-color: rgb(160,128,107); }
td.TdClassName
{
border-color: #A0806B;
}
.TagClassName
{
border-color: #A0806B;
}
</style>