Shades of Medium Wood #A9806B
Tints of Medium Wood #A9806B
RGB
CMYK
RGB Variations
Color information
#A9806B (or 0xA9806B) is known color: Medium Wood. HEX triplet: A9, 80 and 6B. RGB value is (169,128,107). Sum of RGB (Red+Green+Blue) = 169+128+107=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A9806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9806B is #567F94. Grayscale: #898989. Windows color (decimal): -5668757 or 7045289. OLE color: 7045289.
HSL color Cylindrical-coordinate representation of color #A9806B: hue angle of 20.32º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9806B is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 107 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.34 |
| HSL | 20.32º | 0.26% | 0.54% | - |
| HSV(B) | 20.32º | 0.37% | 0.66% | - |
| XYZ | 26.74 | 24.93 | 17.31 | - |
| YUV | 137.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 107 | 0 | 0.24 | 0.37 | 0.34 | 20.32 | 0.26 | 0.54 |
| Hex | A9 | 80 | 6B | 0 | 18 | 25 | 22 | 14 | 1A | 36 |
| Octal | 251 | 200 | 153 | 0 | 30 | 45 | 42 | 24 | 32 | 66 |
| Binary | 10101001 | 10000000 | 1101011 | 0 | 11000 | 100101 | 100010 | 10100 | 11010 | 110110 |
Color Harmonies of #A9806B
Complementary color
Monochromatic Colors of #A9806B
Black with #A9806B
Text Example
Text Example
White with #A9806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9806B; }
p { color: rgb(169,128,107); }
H1.HeaderClassName
{
color: #A9806B;
}
.AnyTagClassName
{
color: #A9806B;
}
</style>
background-color css
<style>
a { background-color: #A9806B; }
a { background-color: rgb(169,128,107); }
div.DivClassName
{
background-color: #A9806B;
}
.BgClassName
{
background-color: #A9806B;
}
</style>
border-color css
<style>
span { border-color: #A9806B; }
span { border-color: rgb(169,128,107); }
td.TdClassName
{
border-color: #A9806B;
}
.TagClassName
{
border-color: #A9806B;
}
</style>