Shades of Medium Wood #A07A65
Tints of Medium Wood #A07A65
RGB
CMYK
RGB Variations
Color information
#A07A65 (or 0xA07A65) is known color: Medium Wood. HEX triplet: A0, 7A and 65. RGB value is (160,122,101). Sum of RGB (Red+Green+Blue) = 160+122+101=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A65 is #5F859A. Grayscale: #838383. Windows color (decimal): -6260123 or 6650528. OLE color: 6650528.
HSL color Cylindrical-coordinate representation of color #A07A65: hue angle of 21.36º 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 #A07A65 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 101 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.37 |
| HSL | 21.36º | 0.24% | 0.51% | - |
| HSV(B) | 21.36º | 0.37% | 0.63% | - |
| XYZ | 23.81 | 22.33 | 15.37 | - |
| YUV | 130.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 101 | 0 | 0.24 | 0.37 | 0.37 | 21.36 | 0.24 | 0.51 |
| Hex | A0 | 7A | 65 | 0 | 18 | 25 | 25 | 15 | 18 | 33 |
| Octal | 240 | 172 | 145 | 0 | 30 | 45 | 45 | 25 | 30 | 63 |
| Binary | 10100000 | 1111010 | 1100101 | 0 | 11000 | 100101 | 100101 | 10101 | 11000 | 110011 |
Color Harmonies of #A07A65
Complementary color
Monochromatic Colors of #A07A65
Black with #A07A65
Text Example
Text Example
White with #A07A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A65; }
p { color: rgb(160,122,101); }
H1.HeaderClassName
{
color: #A07A65;
}
.AnyTagClassName
{
color: #A07A65;
}
</style>
background-color css
<style>
a { background-color: #A07A65; }
a { background-color: rgb(160,122,101); }
div.DivClassName
{
background-color: #A07A65;
}
.BgClassName
{
background-color: #A07A65;
}
</style>
border-color css
<style>
span { border-color: #A07A65; }
span { border-color: rgb(160,122,101); }
td.TdClassName
{
border-color: #A07A65;
}
.TagClassName
{
border-color: #A07A65;
}
</style>