Shades of Medium Wood #A0795F
Tints of Medium Wood #A0795F
RGB
CMYK
RGB Variations
Color information
#A0795F (or 0xA0795F) is known color: Medium Wood. HEX triplet: A0, 79 and 5F. RGB value is (160,121,95). Sum of RGB (Red+Green+Blue) = 160+121+95=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A0795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0795F is #5F86A0. Grayscale: #818181. Windows color (decimal): -6260385 or 6257056. OLE color: 6257056.
HSL color Cylindrical-coordinate representation of color #A0795F: hue angle of 24º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0795F is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 95 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.37 |
| HSL | 24º | 0.25% | 0.5% | - |
| HSV(B) | 24º | 0.41% | 0.63% | - |
| XYZ | 23.4 | 21.97 | 13.83 | - |
| YUV | 129.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 95 | 0 | 0.24 | 0.41 | 0.37 | 24 | 0.25 | 0.5 |
| Hex | A0 | 79 | 5F | 0 | 18 | 29 | 25 | 18 | 19 | 32 |
| Octal | 240 | 171 | 137 | 0 | 30 | 51 | 45 | 30 | 31 | 62 |
| Binary | 10100000 | 1111001 | 1011111 | 0 | 11000 | 101001 | 100101 | 11000 | 11001 | 110010 |
Color Harmonies of #A0795F
Complementary color
Monochromatic Colors of #A0795F
Black with #A0795F
Text Example
Text Example
White with #A0795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0795F; }
p { color: rgb(160,121,95); }
H1.HeaderClassName
{
color: #A0795F;
}
.AnyTagClassName
{
color: #A0795F;
}
</style>
background-color css
<style>
a { background-color: #A0795F; }
a { background-color: rgb(160,121,95); }
div.DivClassName
{
background-color: #A0795F;
}
.BgClassName
{
background-color: #A0795F;
}
</style>
border-color css
<style>
span { border-color: #A0795F; }
span { border-color: rgb(160,121,95); }
td.TdClassName
{
border-color: #A0795F;
}
.TagClassName
{
border-color: #A0795F;
}
</style>