Shades of Medium Wood #A9836E
Tints of Medium Wood #A9836E
RGB
CMYK
RGB Variations
Color information
#A9836E (or 0xA9836E) is known color: Medium Wood. HEX triplet: A9, 83 and 6E. RGB value is (169,131,110). Sum of RGB (Red+Green+Blue) = 169+131+110=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A9836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9836E is #567C91. Grayscale: #8C8C8C. Windows color (decimal): -5667986 or 7242665. OLE color: 7242665.
HSL color Cylindrical-coordinate representation of color #A9836E: hue angle of 21.36º 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 #A9836E is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 131 | 110 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.34 |
| HSL | 21.36º | 0.26% | 0.55% | - |
| HSV(B) | 21.36º | 0.35% | 0.66% | - |
| XYZ | 27.29 | 25.79 | 18.29 | - |
| YUV | 139.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 110 | 0 | 0.22 | 0.35 | 0.34 | 21.36 | 0.26 | 0.55 |
| Hex | A9 | 83 | 6E | 0 | 16 | 23 | 22 | 15 | 1A | 37 |
| Octal | 251 | 203 | 156 | 0 | 26 | 43 | 42 | 25 | 32 | 67 |
| Binary | 10101001 | 10000011 | 1101110 | 0 | 10110 | 100011 | 100010 | 10101 | 11010 | 110111 |
Color Harmonies of #A9836E
Complementary color
Monochromatic Colors of #A9836E
Black with #A9836E
Text Example
Text Example
White with #A9836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9836E; }
p { color: rgb(169,131,110); }
H1.HeaderClassName
{
color: #A9836E;
}
.AnyTagClassName
{
color: #A9836E;
}
</style>
background-color css
<style>
a { background-color: #A9836E; }
a { background-color: rgb(169,131,110); }
div.DivClassName
{
background-color: #A9836E;
}
.BgClassName
{
background-color: #A9836E;
}
</style>
border-color css
<style>
span { border-color: #A9836E; }
span { border-color: rgb(169,131,110); }
td.TdClassName
{
border-color: #A9836E;
}
.TagClassName
{
border-color: #A9836E;
}
</style>