crispedge.com

Color picker

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

#ae8e50 hex color - Yellow - Warm color - Information

#ae8e50 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #ae8e50 Color code in RGB color code model is created after adding 68.24% red color, 55.69% green color and 31.37% blue color. Hex #ae8e50 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 54% yellow and 32% black.

Hex #ae8e50 color code is between #aa8855 web safe hex color code and #bb9944 web safe hex color code. #aa8855 is the nearest web safe color code. You can see here many more shades of #ae8e50 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeae8e50#ae8e50
RGB Decimal174, 142, 80rgb(174, 142, 80)
RGB Percent68%, 56%, 31%rgb(68%, 56%, 31%)
CSS RGBa174, 142, 80,1rgba(174,142,80,1)
CMYK Modelcmyk(0%,18%,54%,32%)
HSL Color Space40,37% ,50%hsl(40,37% ,50%)
HSV Color Space40°, 54%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101000111001010000
Octal256216120
Decimal17414280
Hexae8e50

Different shades of #ae8e50 color code.

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

Light Shade of #ae8e50
#bea573
Dark Shade of #ae8e50
#8b7140
Saturated Shade of #ae8e50
#bb9243
Desaturated Shade of #ae8e50
#a18a5d
Grey scale Shade of #ae8e50
#7f7f7f
Brighten Shade
#c7a769
Most Readable Shade
#000000

Shades of #ae8e50 color code

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

#ae8e50
#9a7e47
#876e3e
#745e35
#604e2c
#4d3f23
#3a2f1a
#261f11
#130f08
#000000

Similar Color like #ae8e50 color

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

#af8f51
#b09052
#b19153
#b29254
#b39355
#b49456
#b59557
#b69658
#b79759
#b8985a
#b9995b
#ba9a5c
#bb9b5d
#bc9c5e
#ad8d4f
#ac8c4e
#ab8b4d
#aa8a4c
#a9894b
#a8884a
#a78749
#a68648
#a58547
#a48446
#a38345
#a28244
#a18143
#a08042

Monochromatic Color with #ae8e50

#ae8e50
#d8b164
#040302
#2e2615
#594929
#836b3c

Tints of #ae8e50 Color

#ae8e50
#b79a63
#c0a776
#c9b38a
#d2c09d
#dbccb1
#e4d9c4
#ede5d8
#f6f2eb
#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

#ae8e50
#5070ae

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

Split Complementary

#ae8e50
#509fae
#5f50ae

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

Analogous Color

#ae6850
#ae7b50
#ae8e50
#aea150
#a8ae50

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

#ae8e50
#50ae8e
#8e50ae

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

#ae8e50
#50ae5f
#5070ae
#ae509f

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

#ae8e50
#5070ae
#5f50ae
#9fae50

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

#ae8e50 Color Code Preview on Black Background Color

This is how #ae8e50 Color will look on black background color. Color contrast ratio is 6.78

#ae8e50 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae8e50

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae8e50

#ae8e50 color code is use for CSS Background Color

Background color for the above div is #ae8e50

HTML with inline CSS

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

#ae8e50 color code is use for CSS Border Color

CSS Border color for the above div is #ae8e50

HTML with inline CSS

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

CSS Border Left color for the above div is #ae8e50

HTML with inline CSS

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

CSS Border Right color for the above div is #ae8e50

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae8e50

HTML with inline CSS

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

CSS Border Top color for the above div is #ae8e50

HTML with inline CSS

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

#ae8e50 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae8e50 Color code Preview on White Background

This is how #ae8e50 Color code will look on white background color. Color contrast ratio is 3.10

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.