What is hex #A0785A color?

 
The hex code #A0785A is also know by an other name that is Chamoisee.
This color is composed of 160% red, 120% green and 90% blue. So we can say that the RGB value is (160,120,90)
You need to use it for a printer? The CMYK colors code equivalent of hex #A0785A is C:0 M:25 Y:44, K:37) .
In the HSV/HSB scale, #A0785A has a hue of 26°, 44% saturation and a brightness value of 63%.
If you want to know all about the hex #A0785A, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #A0785A (complementary, analogous, triadic, tetradic...).

Hex #A0785A Color Codes & Equivalents

Color Name [Chamoisee]
RGB Values (160,120,90)
CMYK Values (0%, 25%, 44%, 37%)
HSV/HSB Values (26°, 44%, 63%)
Closest Web Safe
#996666 [Copper Rose]
Inverse Color
#5f87a5
Closest Pantone®
7504 C
Closest RAL
RAL 1011 [Brown beige]
Complementary Color
#5a82a0

#A0785A Converted to Grayscale Codes

Average
#7b7b7b
Lightness (Desaturation)
#7d7d7d
Weighted (BT601)
#818181
Luma (BT709)
#7e7e7e

Hex #A0785A Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #A0785A is #5a82a0. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #A0785A you will find #5a82a0. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#A0785A #5a82a0

Analogous Palette

The analogous color scheme of #A0785A is composed with colors #A05A5F and #A09B5A. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #A0785A with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#A05A5F #A0785A #A09B5A

Split-Complementary Palette

The split-complementary color scheme of #A0785A is composed with colors #5A5FA0 and #5AA09B. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#A0785A #5A5FA0 #5AA09B

Triadic Palette

The triadic color scheme of #A0785A is composed with colors #785AA0 and #5AA078. They are located to the right and left of your main color #A0785A with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#A0785A #785AA0 #5AA078

Tetradic Palette

The tetradic color scheme of #A0785A is composed with colors #5AA078, #5A82A0 and #A05A82 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#A0785A #5AA078 #5A82A0 #A05A82

Square Palette

The square color scheme of #A0785A is composed with colors #5FA05A, #5A82A0 and #9B5AA0 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#A0785A #5FA05A #5A82A0 #9B5AA0

Tints, Tones & Shades of Hex #A0785A

Tints

Tints are created by adding white, resulting in lighter shades of #A0785A.

#A0785A #A88265 #B08D72 #B7977F #BEA28C #C6AC99 #CDB7A6 #D4C2B3

Tones

Tones are made by mixing with gray, softening the original color.

#A0785A #937966 #877B72 #7D7D7D #7D7D7D #7D7D7D #7D7D7D #7D7D7D

Shades

Shades result from adding black, creating darker variations.

#A0785A #926E52 #85644B #785A43 #6B503C #5E4735 #513D2D #443326

Hex #A0785A in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #A0785A
Java new Color(160,120,90);
Python Color(#A0785A)
.NET Color.FromArgb(255, 160,120,90);
Swift / iOS UIColor(red: 0.63, green: 0.47, blue: 0.35, alpha: 1)
Kotlin / Android Color.rgb(160, 120, 90)