Shades of Medium Wood #A9835E
Tints of Medium Wood #A9835E
RGB
CMYK
RGB Variations
Color information
#A9835E (or 0xA9835E) is known color: Medium Wood. HEX triplet: A9, 83 and 5E. RGB value is (169,131,94). Sum of RGB (Red+Green+Blue) = 169+131+94=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A9835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9835E is #567CA1. Grayscale: #8A8A8A. Windows color (decimal): -5668002 or 6194089. OLE color: 6194089.
HSL color Cylindrical-coordinate representation of color #A9835E: hue angle of 29.6º 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 #A9835E is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 131 | 94 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.34 |
| HSL | 29.6º | 0.3% | 0.52% | - |
| HSV(B) | 29.6º | 0.44% | 0.66% | - |
| XYZ | 26.5 | 25.48 | 14.11 | - |
| YUV | 138.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 94 | 0 | 0.22 | 0.44 | 0.34 | 29.6 | 0.3 | 0.52 |
| Hex | A9 | 83 | 5E | 0 | 16 | 2C | 22 | 1E | 1E | 34 |
| Octal | 251 | 203 | 136 | 0 | 26 | 54 | 42 | 36 | 36 | 64 |
| Binary | 10101001 | 10000011 | 1011110 | 0 | 10110 | 101100 | 100010 | 11110 | 11110 | 110100 |
Color Harmonies of #A9835E
Complementary color
Monochromatic Colors of #A9835E
Black with #A9835E
Text Example
Text Example
White with #A9835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9835E; }
p { color: rgb(169,131,94); }
H1.HeaderClassName
{
color: #A9835E;
}
.AnyTagClassName
{
color: #A9835E;
}
</style>
background-color css
<style>
a { background-color: #A9835E; }
a { background-color: rgb(169,131,94); }
div.DivClassName
{
background-color: #A9835E;
}
.BgClassName
{
background-color: #A9835E;
}
</style>
border-color css
<style>
span { border-color: #A9835E; }
span { border-color: rgb(169,131,94); }
td.TdClassName
{
border-color: #A9835E;
}
.TagClassName
{
border-color: #A9835E;
}
</style>