Shades of Medium Wood #A7846F
Tints of Medium Wood #A7846F
RGB
CMYK
RGB Variations
Color information
#A7846F (or 0xA7846F) is known color: Medium Wood. HEX triplet: A7, 84 and 6F. RGB value is (167,132,111). Sum of RGB (Red+Green+Blue) = 167+132+111=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A7846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7846F is #587B90. Grayscale: #8C8C8C. Windows color (decimal): -5798801 or 7308455. OLE color: 7308455.
HSL color Cylindrical-coordinate representation of color #A7846F: hue angle of 22.5º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7846F is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 132 | 111 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.35 |
| HSL | 22.5º | 0.24% | 0.55% | - |
| HSV(B) | 22.5º | 0.34% | 0.65% | - |
| XYZ | 27.06 | 25.87 | 18.61 | - |
| YUV | 140.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 132 | 111 | 0 | 0.21 | 0.34 | 0.35 | 22.5 | 0.24 | 0.55 |
| Hex | A7 | 84 | 6F | 0 | 15 | 22 | 23 | 16 | 18 | 37 |
| Octal | 247 | 204 | 157 | 0 | 25 | 42 | 43 | 26 | 30 | 67 |
| Binary | 10100111 | 10000100 | 1101111 | 0 | 10101 | 100010 | 100011 | 10110 | 11000 | 110111 |
Color Harmonies of #A7846F
Complementary color
Monochromatic Colors of #A7846F
Black with #A7846F
Text Example
Text Example
White with #A7846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7846F; }
p { color: rgb(167,132,111); }
H1.HeaderClassName
{
color: #A7846F;
}
.AnyTagClassName
{
color: #A7846F;
}
</style>
background-color css
<style>
a { background-color: #A7846F; }
a { background-color: rgb(167,132,111); }
div.DivClassName
{
background-color: #A7846F;
}
.BgClassName
{
background-color: #A7846F;
}
</style>
border-color css
<style>
span { border-color: #A7846F; }
span { border-color: rgb(167,132,111); }
td.TdClassName
{
border-color: #A7846F;
}
.TagClassName
{
border-color: #A7846F;
}
</style>