Shades of Medium Wood #A07A68
Tints of Medium Wood #A07A68
RGB
CMYK
RGB Variations
Color information
#A07A68 (or 0xA07A68) is known color: Medium Wood. HEX triplet: A0, 7A and 68. RGB value is (160,122,104). Sum of RGB (Red+Green+Blue) = 160+122+104=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A68 is #5F8597. Grayscale: #838383. Windows color (decimal): -6260120 or 6847136. OLE color: 6847136.
HSL color Cylindrical-coordinate representation of color #A07A68: hue angle of 19.29º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A07A68 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 104 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.37 |
| HSL | 19.29º | 0.23% | 0.52% | - |
| HSV(B) | 19.29º | 0.35% | 0.63% | - |
| XYZ | 23.96 | 22.39 | 16.16 | - |
| YUV | 131.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 104 | 0 | 0.24 | 0.35 | 0.37 | 19.29 | 0.23 | 0.52 |
| Hex | A0 | 7A | 68 | 0 | 18 | 23 | 25 | 13 | 17 | 34 |
| Octal | 240 | 172 | 150 | 0 | 30 | 43 | 45 | 23 | 27 | 64 |
| Binary | 10100000 | 1111010 | 1101000 | 0 | 11000 | 100011 | 100101 | 10011 | 10111 | 110100 |
Color Harmonies of #A07A68
Complementary color
Monochromatic Colors of #A07A68
Black with #A07A68
Text Example
Text Example
White with #A07A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A68; }
p { color: rgb(160,122,104); }
H1.HeaderClassName
{
color: #A07A68;
}
.AnyTagClassName
{
color: #A07A68;
}
</style>
background-color css
<style>
a { background-color: #A07A68; }
a { background-color: rgb(160,122,104); }
div.DivClassName
{
background-color: #A07A68;
}
.BgClassName
{
background-color: #A07A68;
}
</style>
border-color css
<style>
span { border-color: #A07A68; }
span { border-color: rgb(160,122,104); }
td.TdClassName
{
border-color: #A07A68;
}
.TagClassName
{
border-color: #A07A68;
}
</style>