crispedge.com

Color picker

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

#ae804c hex color - Yellow - Warm color - Information

#ae804c hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #ae804c Color code in RGB color code model is created after adding 68.24% red color, 50.2% green color and 29.8% blue color. Hex #ae804c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 56% yellow and 32% black.

Hex #ae804c color code is between #aa8844 web safe hex color code and #bb7755 web safe hex color code. #aa8844 is the nearest web safe color code. You can see here many more shades of #ae804c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeae804c#ae804c
RGB Decimal174, 128, 76rgb(174, 128, 76)
RGB Percent68%, 50%, 30%rgb(68%, 50%, 30%)
CSS RGBa174, 128, 76,1rgba(174,128,76,1)
CMYK Modelcmyk(0%,26%,56%,32%)
HSL Color Space32,39% ,49%hsl(32,39% ,49%)
HSV Color Space32°, 56%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101000000001001100
Octal256200114
Decimal17412876
Hexae804c

Different shades of #ae804c color code.

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

Light Shade of #ae804c
#bf996e
Dark Shade of #ae804c
#8a663c
Saturated Shade of #ae804c
#ba813f
Desaturated Shade of #ae804c
#a17f58
Grey scale Shade of #ae804c
#7d7d7d
Brighten Shade
#c79965
Most Readable Shade
#000000

Shades of #ae804c color code

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

#ae804c
#9a7143
#87633b
#745532
#60472a
#4d3821
#3a2a19
#261c10
#130e08
#000000

Similar Color like #ae804c color

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

#af814d
#b0824e
#b1834f
#b28450
#b38551
#b48652
#b58753
#b68854
#b78955
#b88a56
#b98b57
#ba8c58
#bb8d59
#bc8e5a
#ad7f4b
#ac7e4a
#ab7d49
#aa7c48
#a97b47
#a87a46
#a77945
#a67844
#a57743
#a47642
#a37541
#a27440
#a1733f
#a0723e

Monochromatic Color with #ae804c

#ae804c
#d89f5f
#040302
#2e2214
#594127
#836139

Tints of #ae804c Color

#ae804c
#b78e5f
#c09c73
#c9aa87
#d2b89b
#dbc6af
#e4d4c3
#ede2d7
#f6f0eb
#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

#ae804c
#4c7aae

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

Split Complementary

#ae804c
#4cabae
#4f4cae

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

Analogous Color

#ae594c
#ae6c4c
#ae804c
#ae944c
#aea74c

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

#ae804c
#4cae80
#804cae

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

#ae804c
#4cae4f
#4c7aae
#ae4cab

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

#ae804c
#4c7aae
#4f4cae
#abae4c

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

#ae804c Color Code Preview on Black Background Color

This is how #ae804c Color will look on black background color. Color contrast ratio is 5.99

#ae804c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae804c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae804c

#ae804c color code is use for CSS Background Color

Background color for the above div is #ae804c

HTML with inline CSS

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

#ae804c color code is use for CSS Border Color

CSS Border color for the above div is #ae804c

HTML with inline CSS

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

CSS Border Left color for the above div is #ae804c

HTML with inline CSS

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

CSS Border Right color for the above div is #ae804c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae804c

HTML with inline CSS

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

CSS Border Top color for the above div is #ae804c

HTML with inline CSS

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

#ae804c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae804c Color code Preview on White Background

This is how #ae804c Color code will look on white background color. Color contrast ratio is 3.50

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

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.