Shades of Medium Wood #A07963
Tints of Medium Wood #A07963
RGB
CMYK
RGB Variations
Color information
#A07963 (or 0xA07963) is known color: Medium Wood. HEX triplet: A0, 79 and 63. RGB value is (160,121,99). Sum of RGB (Red+Green+Blue) = 160+121+99=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A07963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07963 is #5F869C. Grayscale: #828282. Windows color (decimal): -6260381 or 6519200. OLE color: 6519200.
HSL color Cylindrical-coordinate representation of color #A07963: hue angle of 21.64º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A07963 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 99 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.37 |
| HSL | 21.64º | 0.24% | 0.51% | - |
| HSV(B) | 21.64º | 0.38% | 0.63% | - |
| XYZ | 23.59 | 22.05 | 14.82 | - |
| YUV | 130.15 | 110.42 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 99 | 0 | 0.24 | 0.38 | 0.37 | 21.64 | 0.24 | 0.51 |
| Hex | A0 | 79 | 63 | 0 | 18 | 26 | 25 | 16 | 18 | 33 |
| Octal | 240 | 171 | 143 | 0 | 30 | 46 | 45 | 26 | 30 | 63 |
| Binary | 10100000 | 1111001 | 1100011 | 0 | 11000 | 100110 | 100101 | 10110 | 11000 | 110011 |
Color Harmonies of #A07963
Complementary color
Monochromatic Colors of #A07963
Black with #A07963
Text Example
Text Example
White with #A07963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07963; }
p { color: rgb(160,121,99); }
H1.HeaderClassName
{
color: #A07963;
}
.AnyTagClassName
{
color: #A07963;
}
</style>
background-color css
<style>
a { background-color: #A07963; }
a { background-color: rgb(160,121,99); }
div.DivClassName
{
background-color: #A07963;
}
.BgClassName
{
background-color: #A07963;
}
</style>
border-color css
<style>
span { border-color: #A07963; }
span { border-color: rgb(160,121,99); }
td.TdClassName
{
border-color: #A07963;
}
.TagClassName
{
border-color: #A07963;
}
</style>