Shades of Medium Wood #A9805E
Tints of Medium Wood #A9805E
RGB
CMYK
RGB Variations
Color information
#A9805E (or 0xA9805E) is known color: Medium Wood. HEX triplet: A9, 80 and 5E. RGB value is (169,128,94). Sum of RGB (Red+Green+Blue) = 169+128+94=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A9805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9805E is #567FA1. Grayscale: #888888. Windows color (decimal): -5668770 or 6193321. OLE color: 6193321.
HSL color Cylindrical-coordinate representation of color #A9805E: hue angle of 27.2º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9805E is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 94 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.34 |
| HSL | 27.2º | 0.3% | 0.52% | - |
| HSV(B) | 27.2º | 0.44% | 0.66% | - |
| XYZ | 26.1 | 24.68 | 13.98 | - |
| YUV | 136.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 94 | 0 | 0.24 | 0.44 | 0.34 | 27.2 | 0.3 | 0.52 |
| Hex | A9 | 80 | 5E | 0 | 18 | 2C | 22 | 1B | 1E | 34 |
| Octal | 251 | 200 | 136 | 0 | 30 | 54 | 42 | 33 | 36 | 64 |
| Binary | 10101001 | 10000000 | 1011110 | 0 | 11000 | 101100 | 100010 | 11011 | 11110 | 110100 |
Color Harmonies of #A9805E
Complementary color
Monochromatic Colors of #A9805E
Black with #A9805E
Text Example
Text Example
White with #A9805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9805E; }
p { color: rgb(169,128,94); }
H1.HeaderClassName
{
color: #A9805E;
}
.AnyTagClassName
{
color: #A9805E;
}
</style>
background-color css
<style>
a { background-color: #A9805E; }
a { background-color: rgb(169,128,94); }
div.DivClassName
{
background-color: #A9805E;
}
.BgClassName
{
background-color: #A9805E;
}
</style>
border-color css
<style>
span { border-color: #A9805E; }
span { border-color: rgb(169,128,94); }
td.TdClassName
{
border-color: #A9805E;
}
.TagClassName
{
border-color: #A9805E;
}
</style>