Shades of Medium Wood #A67E6B
Tints of Medium Wood #A67E6B
RGB
CMYK
RGB Variations
Color information
#A67E6B (or 0xA67E6B) is known color: Medium Wood. HEX triplet: A6, 7E and 6B. RGB value is (166,126,107). Sum of RGB (Red+Green+Blue) = 166+126+107=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67E6B is #598194. Grayscale: #878787. Windows color (decimal): -5865877 or 7044774. OLE color: 7044774.
HSL color Cylindrical-coordinate representation of color #A67E6B: hue angle of 19.32º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A67E6B is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 126 | 107 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.35 |
| HSL | 19.32º | 0.25% | 0.54% | - |
| HSV(B) | 19.32º | 0.36% | 0.65% | - |
| XYZ | 25.84 | 24.09 | 17.2 | - |
| YUV | 135.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 107 | 0 | 0.24 | 0.36 | 0.35 | 19.32 | 0.25 | 0.54 |
| Hex | A6 | 7E | 6B | 0 | 18 | 24 | 23 | 13 | 19 | 36 |
| Octal | 246 | 176 | 153 | 0 | 30 | 44 | 43 | 23 | 31 | 66 |
| Binary | 10100110 | 1111110 | 1101011 | 0 | 11000 | 100100 | 100011 | 10011 | 11001 | 110110 |
Color Harmonies of #A67E6B
Complementary color
Monochromatic Colors of #A67E6B
Black with #A67E6B
Text Example
Text Example
White with #A67E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67E6B; }
p { color: rgb(166,126,107); }
H1.HeaderClassName
{
color: #A67E6B;
}
.AnyTagClassName
{
color: #A67E6B;
}
</style>
background-color css
<style>
a { background-color: #A67E6B; }
a { background-color: rgb(166,126,107); }
div.DivClassName
{
background-color: #A67E6B;
}
.BgClassName
{
background-color: #A67E6B;
}
</style>
border-color css
<style>
span { border-color: #A67E6B; }
span { border-color: rgb(166,126,107); }
td.TdClassName
{
border-color: #A67E6B;
}
.TagClassName
{
border-color: #A67E6B;
}
</style>