Shades of Medium Wood #A1785E
Tints of Medium Wood #A1785E
RGB
CMYK
RGB Variations
Color information
#A1785E (or 0xA1785E) is known color: Medium Wood. HEX triplet: A1, 78 and 5E. RGB value is (161,120,94). Sum of RGB (Red+Green+Blue) = 161+120+94=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A1785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1785E is #5E87A1. Grayscale: #818181. Windows color (decimal): -6195106 or 6191265. OLE color: 6191265.
HSL color Cylindrical-coordinate representation of color #A1785E: hue angle of 23.28º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1785E is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 120 | 94 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.37 |
| HSL | 23.28º | 0.26% | 0.5% | - |
| HSV(B) | 23.28º | 0.42% | 0.63% | - |
| XYZ | 23.43 | 21.82 | 13.57 | - |
| YUV | 129.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 94 | 0 | 0.25 | 0.42 | 0.37 | 23.28 | 0.26 | 0.5 |
| Hex | A1 | 78 | 5E | 0 | 19 | 2A | 25 | 17 | 1A | 32 |
| Octal | 241 | 170 | 136 | 0 | 31 | 52 | 45 | 27 | 32 | 62 |
| Binary | 10100001 | 1111000 | 1011110 | 0 | 11001 | 101010 | 100101 | 10111 | 11010 | 110010 |
Color Harmonies of #A1785E
Complementary color
Monochromatic Colors of #A1785E
Black with #A1785E
Text Example
Text Example
White with #A1785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1785E; }
p { color: rgb(161,120,94); }
H1.HeaderClassName
{
color: #A1785E;
}
.AnyTagClassName
{
color: #A1785E;
}
</style>
background-color css
<style>
a { background-color: #A1785E; }
a { background-color: rgb(161,120,94); }
div.DivClassName
{
background-color: #A1785E;
}
.BgClassName
{
background-color: #A1785E;
}
</style>
border-color css
<style>
span { border-color: #A1785E; }
span { border-color: rgb(161,120,94); }
td.TdClassName
{
border-color: #A1785E;
}
.TagClassName
{
border-color: #A1785E;
}
</style>