crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#a0785a hex color - Chamoisee - Brown - Warm color - Information

#a0785a hex color - Chamoisee - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #a0785a Color Code is also known as Chamoisee color.

Hex #a0785a Color code in RGB color code model is created after adding 62.75% red color, 47.06% green color and 35.29% blue color. Hex #a0785a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 44% yellow and 37% black.

Hex #a0785a color code is between #997755 web safe hex color code and #aa8866 web safe hex color code. #997755 is the nearest web safe color code. You can see here many more shades of #a0785a color code.

0 Likes 0 Comments | 62 Views

Color Table

Hex Color Codea0785a#a0785a
RGB Decimal160, 120, 90rgb(160, 120, 90)
RGB Percent63%, 47%, 35%rgb(63%, 47%, 35%)
CSS RGBa160, 120, 90,1rgba(160,120,90,1)
CMYK Modelcmyk(0%,25%,44%,37%)
HSL Color Space26,28% ,49%hsl(26,28% ,49%)
HSV Color Space26°, 44%, 63%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000000111100001011010
Octal240170132
Decimal16012090
Hexa0785a

Different shades of #a0785a color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #a0785a
#b49279
Dark Shade of #a0785a
#7f5f48
Saturated Shade of #a0785a
#ac764d
Desaturated Shade of #a0785a
#937a66
Grey scale Shade of #a0785a
#7d7d7d
Brighten Shade
#b99173
Most Readable Shade
#FFFFFF

Shades of #a0785a color code

Generate more color scales with scales (color stack) generator.

#a0785a
#8e6a50
#7c5d46
#6a503c
#584232
#473528
#35281e
#231a14
#110d0a
#000000

Similar Color like #a0785a color

Find visually similar hex color codes nearing to #a0785a hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#a1795b
#a27a5c
#a37b5d
#a47c5e
#a57d5f
#a67e60
#a77f61
#a88062
#a98163
#aa8264
#ab8365
#ac8466
#ad8567
#ae8668
#9f7759
#9e7658
#9d7557
#9c7456
#9b7355
#9a7254
#997153
#987052
#976f51
#966e50
#956d4f
#946c4e
#936b4d
#926a4c

Monochromatic Color with #a0785a

#a0785a
#ca9872
#f5b88a
#201812
#4b382a
#755842

Tints of #a0785a Color

#a0785a
#aa876c
#b5967e
#bfa591
#cab4a3
#d4c3b5
#dfd2c8
#e9e1da
#f4f0ec
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#a0785a
#5a82a0

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#a0785a
#5aa09b
#5a5fa0

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#a05c5a
#a06a5a
#a0785a
#a0865a
#a0945a

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#a0785a
#5aa078
#785aa0

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#a0785a
#5fa05a
#5a82a0
#9b5aa0

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#a0785a
#5a82a0
#5a5fa0
#a09b5a

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #a0785a Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#a0785a Color Code Preview on Black Background Color

This is how #a0785a Color will look on black background color. Color contrast ratio is 5.33

#a0785a in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#a0785a">Your Example Paragraph content text in with font color #a0785a </p>

Your Example Paragraph content text in with font color #a0785a

HTML with inline CSS

<div style="color:#a0785a">Your Paragraph text in with font color #a0785a </div>

Your Example Paragraph content text in with font color #a0785a

#a0785a color code is use for CSS Background Color

Background color for the above div is #a0785a

HTML with inline CSS

<div style="background-color:#a0785a;"></div>

#a0785a color code is use for CSS Border Color

CSS Border color for the above div is #a0785a

HTML with inline CSS

<div style="border:5px solid #a0785a;"></div>

CSS Border Left color for the above div is #a0785a

HTML with inline CSS

<div style="border-left:5px solid #a0785a;"></div>

CSS Border Right color for the above div is #a0785a

HTML with inline CSS

<div style="border-right:5px solid #a0785a;"></div>

CSS Border Bottom color for the above div is #a0785a

HTML with inline CSS

<div style="border-bottom:5px solid #a0785a;"></div>

CSS Border Top color for the above div is #a0785a

HTML with inline CSS

<div style="border-top:5px solid #a0785a;"></div>

#a0785a hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#a0785a; } .examplecolorclass {color:#a0785a; } .examplebordercolor {border:3px solid #a0785a; }

#a0785a Color code Preview on White Background

This is how #a0785a Color code will look on white background color. Color contrast ratio is 3.94

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #a0785a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #a0785a; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 62 Views

Post your comment:-

By submitting comment you agree to our privacy policy.