Shades of Medium Wood #A7826B
Tints of Medium Wood #A7826B
RGB
CMYK
RGB Variations
Color information
#A7826B (or 0xA7826B) is known color: Medium Wood. HEX triplet: A7, 82 and 6B. RGB value is (167,130,107). Sum of RGB (Red+Green+Blue) = 167+130+107=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A7826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7826B is #587D94. Grayscale: #8A8A8A. Windows color (decimal): -5799317 or 7045799. OLE color: 7045799.
HSL color Cylindrical-coordinate representation of color #A7826B: hue angle of 23º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7826B is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 130 | 107 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.35 |
| HSL | 23º | 0.25% | 0.54% | - |
| HSV(B) | 23º | 0.36% | 0.65% | - |
| XYZ | 26.57 | 25.24 | 17.38 | - |
| YUV | 138.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 130 | 107 | 0 | 0.22 | 0.36 | 0.35 | 23 | 0.25 | 0.54 |
| Hex | A7 | 82 | 6B | 0 | 16 | 24 | 23 | 17 | 19 | 36 |
| Octal | 247 | 202 | 153 | 0 | 26 | 44 | 43 | 27 | 31 | 66 |
| Binary | 10100111 | 10000010 | 1101011 | 0 | 10110 | 100100 | 100011 | 10111 | 11001 | 110110 |
Color Harmonies of #A7826B
Complementary color
Monochromatic Colors of #A7826B
Black with #A7826B
Text Example
Text Example
White with #A7826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7826B; }
p { color: rgb(167,130,107); }
H1.HeaderClassName
{
color: #A7826B;
}
.AnyTagClassName
{
color: #A7826B;
}
</style>
background-color css
<style>
a { background-color: #A7826B; }
a { background-color: rgb(167,130,107); }
div.DivClassName
{
background-color: #A7826B;
}
.BgClassName
{
background-color: #A7826B;
}
</style>
border-color css
<style>
span { border-color: #A7826B; }
span { border-color: rgb(167,130,107); }
td.TdClassName
{
border-color: #A7826B;
}
.TagClassName
{
border-color: #A7826B;
}
</style>