Shades of Medium Wood #A9836C
Tints of Medium Wood #A9836C
RGB
CMYK
RGB Variations
Color information
#A9836C (or 0xA9836C) is known color: Medium Wood. HEX triplet: A9, 83 and 6C. RGB value is (169,131,108). Sum of RGB (Red+Green+Blue) = 169+131+108=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A9836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9836C is #567C93. Grayscale: #8B8B8B. Windows color (decimal): -5667988 or 7111593. OLE color: 7111593.
HSL color Cylindrical-coordinate representation of color #A9836C: hue angle of 22.62º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9836C is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 131 | 108 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.34 |
| HSL | 22.62º | 0.26% | 0.54% | - |
| HSV(B) | 22.62º | 0.36% | 0.66% | - |
| XYZ | 27.19 | 25.75 | 17.72 | - |
| YUV | 139.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 108 | 0 | 0.22 | 0.36 | 0.34 | 22.62 | 0.26 | 0.54 |
| Hex | A9 | 83 | 6C | 0 | 16 | 24 | 22 | 17 | 1A | 36 |
| Octal | 251 | 203 | 154 | 0 | 26 | 44 | 42 | 27 | 32 | 66 |
| Binary | 10101001 | 10000011 | 1101100 | 0 | 10110 | 100100 | 100010 | 10111 | 11010 | 110110 |
Color Harmonies of #A9836C
Complementary color
Monochromatic Colors of #A9836C
Black with #A9836C
Text Example
Text Example
White with #A9836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9836C; }
p { color: rgb(169,131,108); }
H1.HeaderClassName
{
color: #A9836C;
}
.AnyTagClassName
{
color: #A9836C;
}
</style>
background-color css
<style>
a { background-color: #A9836C; }
a { background-color: rgb(169,131,108); }
div.DivClassName
{
background-color: #A9836C;
}
.BgClassName
{
background-color: #A9836C;
}
</style>
border-color css
<style>
span { border-color: #A9836C; }
span { border-color: rgb(169,131,108); }
td.TdClassName
{
border-color: #A9836C;
}
.TagClassName
{
border-color: #A9836C;
}
</style>