Shades of Medium Wood #A78370
Tints of Medium Wood #A78370
RGB
CMYK
RGB Variations
Color information
#A78370 (or 0xA78370) is known color: Medium Wood. HEX triplet: A7, 83 and 70. RGB value is (167,131,112). Sum of RGB (Red+Green+Blue) = 167+131+112=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A78370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78370 is #587C8F. Grayscale: #8B8B8B. Windows color (decimal): -5799056 or 7373735. OLE color: 7373735.
HSL color Cylindrical-coordinate representation of color #A78370: hue angle of 20.73º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A78370 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 131 | 112 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.35 |
| HSL | 20.73º | 0.24% | 0.55% | - |
| HSV(B) | 20.73º | 0.33% | 0.65% | - |
| XYZ | 26.98 | 25.62 | 18.85 | - |
| YUV | 139.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 131 | 112 | 0 | 0.22 | 0.33 | 0.35 | 20.73 | 0.24 | 0.55 |
| Hex | A7 | 83 | 70 | 0 | 16 | 21 | 23 | 15 | 18 | 37 |
| Octal | 247 | 203 | 160 | 0 | 26 | 41 | 43 | 25 | 30 | 67 |
| Binary | 10100111 | 10000011 | 1110000 | 0 | 10110 | 100001 | 100011 | 10101 | 11000 | 110111 |
Color Harmonies of #A78370
Complementary color
Monochromatic Colors of #A78370
Black with #A78370
Text Example
Text Example
White with #A78370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78370; }
p { color: rgb(167,131,112); }
H1.HeaderClassName
{
color: #A78370;
}
.AnyTagClassName
{
color: #A78370;
}
</style>
background-color css
<style>
a { background-color: #A78370; }
a { background-color: rgb(167,131,112); }
div.DivClassName
{
background-color: #A78370;
}
.BgClassName
{
background-color: #A78370;
}
</style>
border-color css
<style>
span { border-color: #A78370; }
span { border-color: rgb(167,131,112); }
td.TdClassName
{
border-color: #A78370;
}
.TagClassName
{
border-color: #A78370;
}
</style>