Shades of Medium Wood #A78466
Tints of Medium Wood #A78466
RGB
CMYK
RGB Variations
Color information
#A78466 (or 0xA78466) is known color: Medium Wood. HEX triplet: A7, 84 and 66. RGB value is (167,132,102). Sum of RGB (Red+Green+Blue) = 167+132+102=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A78466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78466 is #587B99. Grayscale: #8B8B8B. Windows color (decimal): -5798810 or 6718631. OLE color: 6718631.
HSL color Cylindrical-coordinate representation of color #A78466: hue angle of 27.69º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A78466 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 132 | 102 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.35 |
| HSL | 27.69º | 0.27% | 0.53% | - |
| HSV(B) | 27.69º | 0.39% | 0.65% | - |
| XYZ | 26.59 | 25.68 | 16.13 | - |
| YUV | 139.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 132 | 102 | 0 | 0.21 | 0.39 | 0.35 | 27.69 | 0.27 | 0.53 |
| Hex | A7 | 84 | 66 | 0 | 15 | 27 | 23 | 1C | 1B | 35 |
| Octal | 247 | 204 | 146 | 0 | 25 | 47 | 43 | 34 | 33 | 65 |
| Binary | 10100111 | 10000100 | 1100110 | 0 | 10101 | 100111 | 100011 | 11100 | 11011 | 110101 |
Color Harmonies of #A78466
Complementary color
Monochromatic Colors of #A78466
Black with #A78466
Text Example
Text Example
White with #A78466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78466; }
p { color: rgb(167,132,102); }
H1.HeaderClassName
{
color: #A78466;
}
.AnyTagClassName
{
color: #A78466;
}
</style>
background-color css
<style>
a { background-color: #A78466; }
a { background-color: rgb(167,132,102); }
div.DivClassName
{
background-color: #A78466;
}
.BgClassName
{
background-color: #A78466;
}
</style>
border-color css
<style>
span { border-color: #A78466; }
span { border-color: rgb(167,132,102); }
td.TdClassName
{
border-color: #A78466;
}
.TagClassName
{
border-color: #A78466;
}
</style>