Shades of Medium Wood #A67E5A
Tints of Medium Wood #A67E5A
RGB
CMYK
RGB Variations
Color information
#A67E5A (or 0xA67E5A) is known color: Medium Wood. HEX triplet: A6, 7E and 5A. RGB value is (166,126,90). Sum of RGB (Red+Green+Blue) = 166+126+90=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67E5A is #5981A5. Grayscale: #868686. Windows color (decimal): -5865894 or 5930662. OLE color: 5930662.
HSL color Cylindrical-coordinate representation of color #A67E5A: hue angle of 28.42º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A67E5A is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 126 | 90 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.35 |
| HSL | 28.42º | 0.3% | 0.5% | - |
| HSV(B) | 28.42º | 0.46% | 0.65% | - |
| XYZ | 25.03 | 23.77 | 12.94 | - |
| YUV | 133.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 90 | 0 | 0.24 | 0.46 | 0.35 | 28.42 | 0.3 | 0.5 |
| Hex | A6 | 7E | 5A | 0 | 18 | 2E | 23 | 1C | 1E | 32 |
| Octal | 246 | 176 | 132 | 0 | 30 | 56 | 43 | 34 | 36 | 62 |
| Binary | 10100110 | 1111110 | 1011010 | 0 | 11000 | 101110 | 100011 | 11100 | 11110 | 110010 |
Color Harmonies of #A67E5A
Complementary color
Monochromatic Colors of #A67E5A
Black with #A67E5A
Text Example
Text Example
White with #A67E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67E5A; }
p { color: rgb(166,126,90); }
H1.HeaderClassName
{
color: #A67E5A;
}
.AnyTagClassName
{
color: #A67E5A;
}
</style>
background-color css
<style>
a { background-color: #A67E5A; }
a { background-color: rgb(166,126,90); }
div.DivClassName
{
background-color: #A67E5A;
}
.BgClassName
{
background-color: #A67E5A;
}
</style>
border-color css
<style>
span { border-color: #A67E5A; }
span { border-color: rgb(166,126,90); }
td.TdClassName
{
border-color: #A67E5A;
}
.TagClassName
{
border-color: #A67E5A;
}
</style>