Shades of Medium Wood #A9806E
Tints of Medium Wood #A9806E
RGB
CMYK
RGB Variations
Color information
#A9806E (or 0xA9806E) is known color: Medium Wood. HEX triplet: A9, 80 and 6E. RGB value is (169,128,110). Sum of RGB (Red+Green+Blue) = 169+128+110=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A9806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9806E is #567F91. Grayscale: #8A8A8A. Windows color (decimal): -5668754 or 7241897. OLE color: 7241897.
HSL color Cylindrical-coordinate representation of color #A9806E: hue angle of 18.31º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9806E is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 110 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.34 |
| HSL | 18.31º | 0.26% | 0.55% | - |
| HSV(B) | 18.31º | 0.35% | 0.66% | - |
| XYZ | 26.9 | 25 | 18.16 | - |
| YUV | 138.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 110 | 0 | 0.24 | 0.35 | 0.34 | 18.31 | 0.26 | 0.55 |
| Hex | A9 | 80 | 6E | 0 | 18 | 23 | 22 | 12 | 1A | 37 |
| Octal | 251 | 200 | 156 | 0 | 30 | 43 | 42 | 22 | 32 | 67 |
| Binary | 10101001 | 10000000 | 1101110 | 0 | 11000 | 100011 | 100010 | 10010 | 11010 | 110111 |
Color Harmonies of #A9806E
Complementary color
Monochromatic Colors of #A9806E
Black with #A9806E
Text Example
Text Example
White with #A9806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9806E; }
p { color: rgb(169,128,110); }
H1.HeaderClassName
{
color: #A9806E;
}
.AnyTagClassName
{
color: #A9806E;
}
</style>
background-color css
<style>
a { background-color: #A9806E; }
a { background-color: rgb(169,128,110); }
div.DivClassName
{
background-color: #A9806E;
}
.BgClassName
{
background-color: #A9806E;
}
</style>
border-color css
<style>
span { border-color: #A9806E; }
span { border-color: rgb(169,128,110); }
td.TdClassName
{
border-color: #A9806E;
}
.TagClassName
{
border-color: #A9806E;
}
</style>