Shades of Medium Wood #A07D65
Tints of Medium Wood #A07D65
RGB
CMYK
RGB Variations
Color information
#A07D65 (or 0xA07D65) is known color: Medium Wood. HEX triplet: A0, 7D and 65. RGB value is (160,125,101). Sum of RGB (Red+Green+Blue) = 160+125+101=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D65 is #5F829A. Grayscale: #848484. Windows color (decimal): -6259355 or 6651296. OLE color: 6651296.
HSL color Cylindrical-coordinate representation of color #A07D65: hue angle of 24.41º 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 #A07D65 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 101 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.37 |
| HSL | 24.41º | 0.24% | 0.51% | - |
| HSV(B) | 24.41º | 0.37% | 0.63% | - |
| XYZ | 24.18 | 23.08 | 15.49 | - |
| YUV | 132.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 101 | 0 | 0.22 | 0.37 | 0.37 | 24.41 | 0.24 | 0.51 |
| Hex | A0 | 7D | 65 | 0 | 16 | 25 | 25 | 18 | 18 | 33 |
| Octal | 240 | 175 | 145 | 0 | 26 | 45 | 45 | 30 | 30 | 63 |
| Binary | 10100000 | 1111101 | 1100101 | 0 | 10110 | 100101 | 100101 | 11000 | 11000 | 110011 |
Color Harmonies of #A07D65
Complementary color
Monochromatic Colors of #A07D65
Black with #A07D65
Text Example
Text Example
White with #A07D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D65; }
p { color: rgb(160,125,101); }
H1.HeaderClassName
{
color: #A07D65;
}
.AnyTagClassName
{
color: #A07D65;
}
</style>
background-color css
<style>
a { background-color: #A07D65; }
a { background-color: rgb(160,125,101); }
div.DivClassName
{
background-color: #A07D65;
}
.BgClassName
{
background-color: #A07D65;
}
</style>
border-color css
<style>
span { border-color: #A07D65; }
span { border-color: rgb(160,125,101); }
td.TdClassName
{
border-color: #A07D65;
}
.TagClassName
{
border-color: #A07D65;
}
</style>