Shades of Medium Wood #A78266
Tints of Medium Wood #A78266
RGB
CMYK
RGB Variations
Color information
#A78266 (or 0xA78266) is known color: Medium Wood. HEX triplet: A7, 82 and 66. RGB value is (167,130,102). Sum of RGB (Red+Green+Blue) = 167+130+102=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A78266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78266 is #587D99. Grayscale: #8A8A8A. Windows color (decimal): -5799322 or 6718119. OLE color: 6718119.
HSL color Cylindrical-coordinate representation of color #A78266: hue angle of 25.85º 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 #A78266 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 130 | 102 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.35 |
| HSL | 25.85º | 0.27% | 0.53% | - |
| HSV(B) | 25.85º | 0.39% | 0.65% | - |
| XYZ | 26.32 | 25.14 | 16.04 | - |
| YUV | 137.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 130 | 102 | 0 | 0.22 | 0.39 | 0.35 | 25.85 | 0.27 | 0.53 |
| Hex | A7 | 82 | 66 | 0 | 16 | 27 | 23 | 1A | 1B | 35 |
| Octal | 247 | 202 | 146 | 0 | 26 | 47 | 43 | 32 | 33 | 65 |
| Binary | 10100111 | 10000010 | 1100110 | 0 | 10110 | 100111 | 100011 | 11010 | 11011 | 110101 |
Color Harmonies of #A78266
Complementary color
Monochromatic Colors of #A78266
Black with #A78266
Text Example
Text Example
White with #A78266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78266; }
p { color: rgb(167,130,102); }
H1.HeaderClassName
{
color: #A78266;
}
.AnyTagClassName
{
color: #A78266;
}
</style>
background-color css
<style>
a { background-color: #A78266; }
a { background-color: rgb(167,130,102); }
div.DivClassName
{
background-color: #A78266;
}
.BgClassName
{
background-color: #A78266;
}
</style>
border-color css
<style>
span { border-color: #A78266; }
span { border-color: rgb(167,130,102); }
td.TdClassName
{
border-color: #A78266;
}
.TagClassName
{
border-color: #A78266;
}
</style>