Shades of Medium Wood #A67E62
Tints of Medium Wood #A67E62
RGB
CMYK
RGB Variations
Color information
#A67E62 (or 0xA67E62) is known color: Medium Wood. HEX triplet: A6, 7E and 62. RGB value is (166,126,98). Sum of RGB (Red+Green+Blue) = 166+126+98=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67E62 is #59819D. Grayscale: #868686. Windows color (decimal): -5865886 or 6454950. OLE color: 6454950.
HSL color Cylindrical-coordinate representation of color #A67E62: hue angle of 24.71º 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 #A67E62 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 126 | 98 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.35 |
| HSL | 24.71º | 0.28% | 0.52% | - |
| HSV(B) | 24.71º | 0.41% | 0.65% | - |
| XYZ | 25.39 | 23.91 | 14.83 | - |
| YUV | 134.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 98 | 0 | 0.24 | 0.41 | 0.35 | 24.71 | 0.28 | 0.52 |
| Hex | A6 | 7E | 62 | 0 | 18 | 29 | 23 | 19 | 1C | 34 |
| Octal | 246 | 176 | 142 | 0 | 30 | 51 | 43 | 31 | 34 | 64 |
| Binary | 10100110 | 1111110 | 1100010 | 0 | 11000 | 101001 | 100011 | 11001 | 11100 | 110100 |
Color Harmonies of #A67E62
Complementary color
Monochromatic Colors of #A67E62
Black with #A67E62
Text Example
Text Example
White with #A67E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67E62; }
p { color: rgb(166,126,98); }
H1.HeaderClassName
{
color: #A67E62;
}
.AnyTagClassName
{
color: #A67E62;
}
</style>
background-color css
<style>
a { background-color: #A67E62; }
a { background-color: rgb(166,126,98); }
div.DivClassName
{
background-color: #A67E62;
}
.BgClassName
{
background-color: #A67E62;
}
</style>
border-color css
<style>
span { border-color: #A67E62; }
span { border-color: rgb(166,126,98); }
td.TdClassName
{
border-color: #A67E62;
}
.TagClassName
{
border-color: #A67E62;
}
</style>