Shades of Medium Wood #A07E6B
Tints of Medium Wood #A07E6B
RGB
CMYK
RGB Variations
Color information
#A07E6B (or 0xA07E6B) is known color: Medium Wood. HEX triplet: A0, 7E and 6B. RGB value is (160,126,107). Sum of RGB (Red+Green+Blue) = 160+126+107=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E6B is #5F8194. Grayscale: #868686. Windows color (decimal): -6259093 or 7044768. OLE color: 7044768.
HSL color Cylindrical-coordinate representation of color #A07E6B: hue angle of 21.51º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A07E6B is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 126 | 107 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.37 |
| HSL | 21.51º | 0.22% | 0.52% | - |
| HSV(B) | 21.51º | 0.33% | 0.63% | - |
| XYZ | 24.61 | 23.46 | 17.14 | - |
| YUV | 134 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 107 | 0 | 0.21 | 0.33 | 0.37 | 21.51 | 0.22 | 0.52 |
| Hex | A0 | 7E | 6B | 0 | 15 | 21 | 25 | 16 | 16 | 34 |
| Octal | 240 | 176 | 153 | 0 | 25 | 41 | 45 | 26 | 26 | 64 |
| Binary | 10100000 | 1111110 | 1101011 | 0 | 10101 | 100001 | 100101 | 10110 | 10110 | 110100 |
Color Harmonies of #A07E6B
Complementary color
Monochromatic Colors of #A07E6B
Black with #A07E6B
Text Example
Text Example
White with #A07E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07E6B; }
p { color: rgb(160,126,107); }
H1.HeaderClassName
{
color: #A07E6B;
}
.AnyTagClassName
{
color: #A07E6B;
}
</style>
background-color css
<style>
a { background-color: #A07E6B; }
a { background-color: rgb(160,126,107); }
div.DivClassName
{
background-color: #A07E6B;
}
.BgClassName
{
background-color: #A07E6B;
}
</style>
border-color css
<style>
span { border-color: #A07E6B; }
span { border-color: rgb(160,126,107); }
td.TdClassName
{
border-color: #A07E6B;
}
.TagClassName
{
border-color: #A07E6B;
}
</style>