Shades of Medium Wood #A7845E
Tints of Medium Wood #A7845E
RGB
CMYK
RGB Variations
Color information
#A7845E (or 0xA7845E) is known color: Medium Wood. HEX triplet: A7, 84 and 5E. RGB value is (167,132,94). Sum of RGB (Red+Green+Blue) = 167+132+94=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A7845E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7845E is #587BA1. Grayscale: #8A8A8A. Windows color (decimal): -5798818 or 6194343. OLE color: 6194343.
HSL color Cylindrical-coordinate representation of color #A7845E: hue angle of 31.23º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7845E is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 132 | 94 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.35 |
| HSL | 31.23º | 0.29% | 0.51% | - |
| HSV(B) | 31.23º | 0.44% | 0.65% | - |
| XYZ | 26.21 | 25.53 | 14.14 | - |
| YUV | 138.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 132 | 94 | 0 | 0.21 | 0.44 | 0.35 | 31.23 | 0.29 | 0.51 |
| Hex | A7 | 84 | 5E | 0 | 15 | 2C | 23 | 1F | 1D | 33 |
| Octal | 247 | 204 | 136 | 0 | 25 | 54 | 43 | 37 | 35 | 63 |
| Binary | 10100111 | 10000100 | 1011110 | 0 | 10101 | 101100 | 100011 | 11111 | 11101 | 110011 |
Color Harmonies of #A7845E
Complementary color
Monochromatic Colors of #A7845E
Black with #A7845E
Text Example
Text Example
White with #A7845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7845E; }
p { color: rgb(167,132,94); }
H1.HeaderClassName
{
color: #A7845E;
}
.AnyTagClassName
{
color: #A7845E;
}
</style>
background-color css
<style>
a { background-color: #A7845E; }
a { background-color: rgb(167,132,94); }
div.DivClassName
{
background-color: #A7845E;
}
.BgClassName
{
background-color: #A7845E;
}
</style>
border-color css
<style>
span { border-color: #A7845E; }
span { border-color: rgb(167,132,94); }
td.TdClassName
{
border-color: #A7845E;
}
.TagClassName
{
border-color: #A7845E;
}
</style>