Shades of Medium Wood #A78467
Tints of Medium Wood #A78467
RGB
CMYK
RGB Variations
Color information
#A78467 (or 0xA78467) is known color: Medium Wood. HEX triplet: A7, 84 and 67. RGB value is (167,132,103). Sum of RGB (Red+Green+Blue) = 167+132+103=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A78467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78467 is #587B98. Grayscale: #8B8B8B. Windows color (decimal): -5798809 or 6784167. OLE color: 6784167.
HSL color Cylindrical-coordinate representation of color #A78467: hue angle of 27.19º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A78467 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 132 | 103 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.35 |
| HSL | 27.19º | 0.27% | 0.53% | - |
| HSV(B) | 27.19º | 0.38% | 0.65% | - |
| XYZ | 26.64 | 25.7 | 16.39 | - |
| YUV | 139.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 132 | 103 | 0 | 0.21 | 0.38 | 0.35 | 27.19 | 0.27 | 0.53 |
| Hex | A7 | 84 | 67 | 0 | 15 | 26 | 23 | 1B | 1B | 35 |
| Octal | 247 | 204 | 147 | 0 | 25 | 46 | 43 | 33 | 33 | 65 |
| Binary | 10100111 | 10000100 | 1100111 | 0 | 10101 | 100110 | 100011 | 11011 | 11011 | 110101 |
Color Harmonies of #A78467
Complementary color
Monochromatic Colors of #A78467
Black with #A78467
Text Example
Text Example
White with #A78467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78467; }
p { color: rgb(167,132,103); }
H1.HeaderClassName
{
color: #A78467;
}
.AnyTagClassName
{
color: #A78467;
}
</style>
background-color css
<style>
a { background-color: #A78467; }
a { background-color: rgb(167,132,103); }
div.DivClassName
{
background-color: #A78467;
}
.BgClassName
{
background-color: #A78467;
}
</style>
border-color css
<style>
span { border-color: #A78467; }
span { border-color: rgb(167,132,103); }
td.TdClassName
{
border-color: #A78467;
}
.TagClassName
{
border-color: #A78467;
}
</style>