Shades of Medium Wood #A07A66
Tints of Medium Wood #A07A66
RGB
CMYK
RGB Variations
Color information
#A07A66 (or 0xA07A66) is known color: Medium Wood. HEX triplet: A0, 7A and 66. RGB value is (160,122,102). Sum of RGB (Red+Green+Blue) = 160+122+102=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A66 is #5F8599. Grayscale: #838383. Windows color (decimal): -6260122 or 6716064. OLE color: 6716064.
HSL color Cylindrical-coordinate representation of color #A07A66: hue angle of 20.69º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A07A66 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 102 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.37 |
| HSL | 20.69º | 0.23% | 0.51% | - |
| HSV(B) | 20.69º | 0.36% | 0.63% | - |
| XYZ | 23.86 | 22.35 | 15.63 | - |
| YUV | 131.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 102 | 0 | 0.24 | 0.36 | 0.37 | 20.69 | 0.23 | 0.51 |
| Hex | A0 | 7A | 66 | 0 | 18 | 24 | 25 | 15 | 17 | 33 |
| Octal | 240 | 172 | 146 | 0 | 30 | 44 | 45 | 25 | 27 | 63 |
| Binary | 10100000 | 1111010 | 1100110 | 0 | 11000 | 100100 | 100101 | 10101 | 10111 | 110011 |
Color Harmonies of #A07A66
Complementary color
Monochromatic Colors of #A07A66
Black with #A07A66
Text Example
Text Example
White with #A07A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A66; }
p { color: rgb(160,122,102); }
H1.HeaderClassName
{
color: #A07A66;
}
.AnyTagClassName
{
color: #A07A66;
}
</style>
background-color css
<style>
a { background-color: #A07A66; }
a { background-color: rgb(160,122,102); }
div.DivClassName
{
background-color: #A07A66;
}
.BgClassName
{
background-color: #A07A66;
}
</style>
border-color css
<style>
span { border-color: #A07A66; }
span { border-color: rgb(160,122,102); }
td.TdClassName
{
border-color: #A07A66;
}
.TagClassName
{
border-color: #A07A66;
}
</style>