Shades of Medium Wood #A67F62
Tints of Medium Wood #A67F62
RGB
CMYK
RGB Variations
Color information
#A67F62 (or 0xA67F62) is known color: Medium Wood. HEX triplet: A6, 7F and 62. RGB value is (166,127,98). Sum of RGB (Red+Green+Blue) = 166+127+98=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67F62 is #59809D. Grayscale: #878787. Windows color (decimal): -5865630 or 6455206. OLE color: 6455206.
HSL color Cylindrical-coordinate representation of color #A67F62: hue angle of 25.59º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A67F62 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 127 | 98 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.35 |
| HSL | 25.59º | 0.28% | 0.52% | - |
| HSV(B) | 25.59º | 0.41% | 0.65% | - |
| XYZ | 25.52 | 24.17 | 14.88 | - |
| YUV | 135.36 | 106.92 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 98 | 0 | 0.23 | 0.41 | 0.35 | 25.59 | 0.28 | 0.52 |
| Hex | A6 | 7F | 62 | 0 | 17 | 29 | 23 | 1A | 1C | 34 |
| Octal | 246 | 177 | 142 | 0 | 27 | 51 | 43 | 32 | 34 | 64 |
| Binary | 10100110 | 1111111 | 1100010 | 0 | 10111 | 101001 | 100011 | 11010 | 11100 | 110100 |
Color Harmonies of #A67F62
Complementary color
Monochromatic Colors of #A67F62
Black with #A67F62
Text Example
Text Example
White with #A67F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67F62; }
p { color: rgb(166,127,98); }
H1.HeaderClassName
{
color: #A67F62;
}
.AnyTagClassName
{
color: #A67F62;
}
</style>
background-color css
<style>
a { background-color: #A67F62; }
a { background-color: rgb(166,127,98); }
div.DivClassName
{
background-color: #A67F62;
}
.BgClassName
{
background-color: #A67F62;
}
</style>
border-color css
<style>
span { border-color: #A67F62; }
span { border-color: rgb(166,127,98); }
td.TdClassName
{
border-color: #A67F62;
}
.TagClassName
{
border-color: #A67F62;
}
</style>