Shades of Medium Wood #A07F65
Tints of Medium Wood #A07F65
RGB
CMYK
RGB Variations
Color information
#A07F65 (or 0xA07F65) is known color: Medium Wood. HEX triplet: A0, 7F and 65. RGB value is (160,127,101). Sum of RGB (Red+Green+Blue) = 160+127+101=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07F65 is #5F809A. Grayscale: #868686. Windows color (decimal): -6258843 or 6651808. OLE color: 6651808.
HSL color Cylindrical-coordinate representation of color #A07F65: hue angle of 26.44º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A07F65 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 101 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.37 |
| HSL | 26.44º | 0.24% | 0.51% | - |
| HSV(B) | 26.44º | 0.37% | 0.63% | - |
| XYZ | 24.44 | 23.59 | 15.58 | - |
| YUV | 133.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 101 | 0 | 0.21 | 0.37 | 0.37 | 26.44 | 0.24 | 0.51 |
| Hex | A0 | 7F | 65 | 0 | 15 | 25 | 25 | 1A | 18 | 33 |
| Octal | 240 | 177 | 145 | 0 | 25 | 45 | 45 | 32 | 30 | 63 |
| Binary | 10100000 | 1111111 | 1100101 | 0 | 10101 | 100101 | 100101 | 11010 | 11000 | 110011 |
Color Harmonies of #A07F65
Complementary color
Monochromatic Colors of #A07F65
Black with #A07F65
Text Example
Text Example
White with #A07F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F65; }
p { color: rgb(160,127,101); }
H1.HeaderClassName
{
color: #A07F65;
}
.AnyTagClassName
{
color: #A07F65;
}
</style>
background-color css
<style>
a { background-color: #A07F65; }
a { background-color: rgb(160,127,101); }
div.DivClassName
{
background-color: #A07F65;
}
.BgClassName
{
background-color: #A07F65;
}
</style>
border-color css
<style>
span { border-color: #A07F65; }
span { border-color: rgb(160,127,101); }
td.TdClassName
{
border-color: #A07F65;
}
.TagClassName
{
border-color: #A07F65;
}
</style>