Shades of Medium Wood #A67E60
Tints of Medium Wood #A67E60
RGB
CMYK
RGB Variations
Color information
#A67E60 (or 0xA67E60) is known color: Medium Wood. HEX triplet: A6, 7E and 60. RGB value is (166,126,96). Sum of RGB (Red+Green+Blue) = 166+126+96=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67E60 is #59819F. Grayscale: #868686. Windows color (decimal): -5865888 or 6323878. OLE color: 6323878.
HSL color Cylindrical-coordinate representation of color #A67E60: hue angle of 25.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A67E60 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 126 | 96 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.35 |
| HSL | 25.71º | 0.28% | 0.51% | - |
| HSV(B) | 25.71º | 0.42% | 0.65% | - |
| XYZ | 25.3 | 23.87 | 14.34 | - |
| YUV | 134.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 96 | 0 | 0.24 | 0.42 | 0.35 | 25.71 | 0.28 | 0.51 |
| Hex | A6 | 7E | 60 | 0 | 18 | 2A | 23 | 1A | 1C | 33 |
| Octal | 246 | 176 | 140 | 0 | 30 | 52 | 43 | 32 | 34 | 63 |
| Binary | 10100110 | 1111110 | 1100000 | 0 | 11000 | 101010 | 100011 | 11010 | 11100 | 110011 |
Color Harmonies of #A67E60
Complementary color
Monochromatic Colors of #A67E60
Black with #A67E60
Text Example
Text Example
White with #A67E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67E60; }
p { color: rgb(166,126,96); }
H1.HeaderClassName
{
color: #A67E60;
}
.AnyTagClassName
{
color: #A67E60;
}
</style>
background-color css
<style>
a { background-color: #A67E60; }
a { background-color: rgb(166,126,96); }
div.DivClassName
{
background-color: #A67E60;
}
.BgClassName
{
background-color: #A67E60;
}
</style>
border-color css
<style>
span { border-color: #A67E60; }
span { border-color: rgb(166,126,96); }
td.TdClassName
{
border-color: #A67E60;
}
.TagClassName
{
border-color: #A67E60;
}
</style>