Shades of Medium Wood #A7846E
Tints of Medium Wood #A7846E
RGB
CMYK
RGB Variations
Color information
#A7846E (or 0xA7846E) is known color: Medium Wood. HEX triplet: A7, 84 and 6E. RGB value is (167,132,110). Sum of RGB (Red+Green+Blue) = 167+132+110=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A7846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7846E is #587B91. Grayscale: #8C8C8C. Windows color (decimal): -5798802 or 7242919. OLE color: 7242919.
HSL color Cylindrical-coordinate representation of color #A7846E: hue angle of 23.16º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7846E is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 132 | 110 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.35 |
| HSL | 23.16º | 0.24% | 0.54% | - |
| HSV(B) | 23.16º | 0.34% | 0.65% | - |
| XYZ | 27 | 25.84 | 18.32 | - |
| YUV | 139.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 132 | 110 | 0 | 0.21 | 0.34 | 0.35 | 23.16 | 0.24 | 0.54 |
| Hex | A7 | 84 | 6E | 0 | 15 | 22 | 23 | 17 | 18 | 36 |
| Octal | 247 | 204 | 156 | 0 | 25 | 42 | 43 | 27 | 30 | 66 |
| Binary | 10100111 | 10000100 | 1101110 | 0 | 10101 | 100010 | 100011 | 10111 | 11000 | 110110 |
Color Harmonies of #A7846E
Complementary color
Monochromatic Colors of #A7846E
Black with #A7846E
Text Example
Text Example
White with #A7846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7846E; }
p { color: rgb(167,132,110); }
H1.HeaderClassName
{
color: #A7846E;
}
.AnyTagClassName
{
color: #A7846E;
}
</style>
background-color css
<style>
a { background-color: #A7846E; }
a { background-color: rgb(167,132,110); }
div.DivClassName
{
background-color: #A7846E;
}
.BgClassName
{
background-color: #A7846E;
}
</style>
border-color css
<style>
span { border-color: #A7846E; }
span { border-color: rgb(167,132,110); }
td.TdClassName
{
border-color: #A7846E;
}
.TagClassName
{
border-color: #A7846E;
}
</style>