crispedge.com

Color picker

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

#a36e5e hex color - Brown - Warm color - Information

#a36e5e hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #a36e5e Color code in RGB color code model is created after adding 63.92% red color, 43.14% green color and 36.86% blue color. Hex #a36e5e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 42% yellow and 36% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea36e5e#a36e5e
RGB Decimal163, 110, 94rgb(163, 110, 94)
RGB Percent64%, 43%, 37%rgb(64%, 43%, 37%)
CSS RGBa163, 110, 94,1rgba(163,110,94,1)
CMYK Modelcmyk(0%,33%,42%,36%)
HSL Color Space14,27% ,50%hsl(14,27% ,50%)
HSV Color Space14°, 42%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000110110111001011110
Octal243156136
Decimal16311094
Hexa36e5e

Different shades of #a36e5e color code.

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

Light Shade of #a36e5e
#b68b7e
Dark Shade of #a36e5e
#83584b
Saturated Shade of #a36e5e
#b06751
Desaturated Shade of #a36e5e
#96756b
Grey scale Shade of #a36e5e
#808080
Brighten Shade
#bc8777
Most Readable Shade
#FFFFFF

Shades of #a36e5e color code

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

#a36e5e
#906153
#7e5549
#6c493e
#5a3d34
#483029
#36241f
#241814
#120c0a
#000000

Similar Color like #a36e5e color

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

#a46f5f
#a57060
#a67161
#a77262
#a87363
#a97464
#aa7565
#ab7666
#ac7767
#ad7868
#ae7969
#af7a6a
#b07b6b
#b17c6c
#a26d5d
#a16c5c
#a06b5b
#9f6a5a
#9e6959
#9d6858
#9c6757
#9b6656
#9a6555
#996454
#986353
#976252
#966151
#956050

Monochromatic Color with #a36e5e

#a36e5e
#cd8b76
#f8a78f
#231814
#4e352d
#785145

Tints of #a36e5e Color

#a36e5e
#ad7e6f
#b78e81
#c19e93
#cbaea5
#d6beb7
#e0cec9
#eadedb
#f4eeed
#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

#a36e5e
#5e93a3

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

Split Complementary

#a36e5e
#5ea391
#5e71a3

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

Analogous Color

#a35e6a
#a3605e
#a36e5e
#a37c5e
#a38a5e

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

#a36e5e
#5ea36e
#6e5ea3

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

#a36e5e
#70a35e
#5e93a3
#905ea3

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

#a36e5e
#5e93a3
#5e71a3
#a3915e

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 #a36e5e 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.

#a36e5e Color Code Preview on Black Background Color

This is how #a36e5e Color will look on black background color. Color contrast ratio is 4.95

#a36e5e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a36e5e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a36e5e

#a36e5e color code is use for CSS Background Color

Background color for the above div is #a36e5e

HTML with inline CSS

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

#a36e5e color code is use for CSS Border Color

CSS Border color for the above div is #a36e5e

HTML with inline CSS

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

CSS Border Left color for the above div is #a36e5e

HTML with inline CSS

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

CSS Border Right color for the above div is #a36e5e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a36e5e

HTML with inline CSS

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

CSS Border Top color for the above div is #a36e5e

HTML with inline CSS

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

#a36e5e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a36e5e Color code Preview on White Background

This is how #a36e5e Color code will look on white background color. Color contrast ratio is 4.24

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 #a36e5e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #a36e5e; }

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.