Shades of Medium Wood #A3836F
Tints of Medium Wood #A3836F
RGB
CMYK
RGB Variations
Color information
#A3836F (or 0xA3836F) is known color: Medium Wood. HEX triplet: A3, 83 and 6F. RGB value is (163,131,111). Sum of RGB (Red+Green+Blue) = 163+131+111=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A3836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3836F is #5C7C90. Grayscale: #8A8A8A. Windows color (decimal): -6061201 or 7308195. OLE color: 7308195.
HSL color Cylindrical-coordinate representation of color #A3836F: hue angle of 23.08º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3836F is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 131 | 111 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.36 |
| HSL | 23.08º | 0.22% | 0.54% | - |
| HSV(B) | 23.08º | 0.32% | 0.64% | - |
| XYZ | 26.09 | 25.17 | 18.52 | - |
| YUV | 138.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 111 | 0 | 0.20 | 0.32 | 0.36 | 23.08 | 0.22 | 0.54 |
| Hex | A3 | 83 | 6F | 0 | 14 | 20 | 24 | 17 | 16 | 36 |
| Octal | 243 | 203 | 157 | 0 | 24 | 40 | 44 | 27 | 26 | 66 |
| Binary | 10100011 | 10000011 | 1101111 | 0 | 10100 | 100000 | 100100 | 10111 | 10110 | 110110 |
Color Harmonies of #A3836F
Complementary color
Monochromatic Colors of #A3836F
Black with #A3836F
Text Example
Text Example
White with #A3836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3836F; }
p { color: rgb(163,131,111); }
H1.HeaderClassName
{
color: #A3836F;
}
.AnyTagClassName
{
color: #A3836F;
}
</style>
background-color css
<style>
a { background-color: #A3836F; }
a { background-color: rgb(163,131,111); }
div.DivClassName
{
background-color: #A3836F;
}
.BgClassName
{
background-color: #A3836F;
}
</style>
border-color css
<style>
span { border-color: #A3836F; }
span { border-color: rgb(163,131,111); }
td.TdClassName
{
border-color: #A3836F;
}
.TagClassName
{
border-color: #A3836F;
}
</style>