Shades of Medium Wood #A78465
Tints of Medium Wood #A78465
RGB
CMYK
RGB Variations
Color information
#A78465 (or 0xA78465) is known color: Medium Wood. HEX triplet: A7, 84 and 65. RGB value is (167,132,101). Sum of RGB (Red+Green+Blue) = 167+132+101=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A78465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78465 is #587B9A. Grayscale: #8B8B8B. Windows color (decimal): -5798811 or 6653095. OLE color: 6653095.
HSL color Cylindrical-coordinate representation of color #A78465: hue angle of 28.18º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A78465 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 132 | 101 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.35 |
| HSL | 28.18º | 0.27% | 0.53% | - |
| HSV(B) | 28.18º | 0.4% | 0.65% | - |
| XYZ | 26.54 | 25.66 | 15.87 | - |
| YUV | 138.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 132 | 101 | 0 | 0.21 | 0.40 | 0.35 | 28.18 | 0.27 | 0.53 |
| Hex | A7 | 84 | 65 | 0 | 15 | 28 | 23 | 1C | 1B | 35 |
| Octal | 247 | 204 | 145 | 0 | 25 | 50 | 43 | 34 | 33 | 65 |
| Binary | 10100111 | 10000100 | 1100101 | 0 | 10101 | 101000 | 100011 | 11100 | 11011 | 110101 |
Color Harmonies of #A78465
Complementary color
Monochromatic Colors of #A78465
Black with #A78465
Text Example
Text Example
White with #A78465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78465; }
p { color: rgb(167,132,101); }
H1.HeaderClassName
{
color: #A78465;
}
.AnyTagClassName
{
color: #A78465;
}
</style>
background-color css
<style>
a { background-color: #A78465; }
a { background-color: rgb(167,132,101); }
div.DivClassName
{
background-color: #A78465;
}
.BgClassName
{
background-color: #A78465;
}
</style>
border-color css
<style>
span { border-color: #A78465; }
span { border-color: rgb(167,132,101); }
td.TdClassName
{
border-color: #A78465;
}
.TagClassName
{
border-color: #A78465;
}
</style>