crispedge.com

Color picker

Loading...

#aea26e hex color - Autumn Sage - Green - Warm color - Information

#aea26e hex color - Autumn Sage - Green - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Green

Hex #aea26e Color Code is also known as Autumn Sage color.

Hex #aea26e Color code in RGB color code model is created after adding 68.24% red color, 63.53% green color and 43.14% blue color. Hex #aea26e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 7% magenta, 37% yellow and 32% black.

Hex #aea26e color code is between #aaaa66 web safe hex color code and #bb9977 web safe hex color code. #aaaa66 is the nearest web safe color code. You can see here many more shades of #aea26e color code.

0 Likes 0 Comments | 41 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeaea26e#aea26e
RGB Decimal174, 162, 110rgb(174, 162, 110)
RGB Percent68%, 64%, 43%rgb(68%, 64%, 43%)
CSS RGBa174, 162, 110,1rgba(174,162,110,1)
CMYK Modelcmyk(0%,7%,37%,32%)
HSL Color Space49,28% ,56%hsl(49,28% ,56%)
HSV Color Space49°, 37%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101010001001101110
Octal256242156
Decimal174162110
Hexaea26e

Different shades of #aea26e color code.

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

Light Shade of #aea26e
#c0b78f
Dark Shade of #aea26e
#958954
Saturated Shade of #aea26e
#b9a963
Desaturated Shade of #aea26e
#a39b79
Grey scale Shade of #aea26e
#8e8e8e
Brighten Shade
#c7bb87
Most Readable Shade
#000000

Shades of #aea26e color code

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

#aea26e
#9a9061
#877e55
#746c49
#605a3d
#4d4830
#3a3624
#262418
#13120c
#000000

Similar Color like #aea26e color

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

#afa36f
#b0a470
#b1a571
#b2a672
#b3a773
#b4a874
#b5a975
#b6aa76
#b7ab77
#b8ac78
#b9ad79
#baae7a
#bbaf7b
#bcb07c
#ada16d
#aca06c
#ab9f6b
#aa9e6a
#a99d69
#a89c68
#a79b67
#a69a66
#a59965
#a49864
#a39763
#a29662
#a19561
#a09460

Monochromatic Color with #aea26e

#aea26e
#d8ca89
#040403
#2e2b1d
#595338
#837a53

Tints of #aea26e Color

#aea26e
#b7ac7e
#c0b68e
#c9c19e
#d2cbae
#dbd5be
#e4e0ce
#edeade
#f6f4ee
#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

#aea26e
#6e7aae

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

Split Complementary

#aea26e
#6e9aae
#826eae

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

Analogous Color

#ae886e
#ae956e
#aea26e
#adae6e
#a0ae6e

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

#aea26e
#6eaea2
#a26eae

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

#aea26e
#6eae82
#6e7aae
#ae6e9a

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

#aea26e
#6e7aae
#826eae
#9aae6e

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

#aea26e Color Code Preview on Black Background Color

This is how #aea26e Color will look on black background color. Color contrast ratio is 8.19

#aea26e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aea26e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aea26e

#aea26e color code is use for CSS Background Color

Background color for the above div is #aea26e

HTML with inline CSS

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

#aea26e color code is use for CSS Border Color

CSS Border color for the above div is #aea26e

HTML with inline CSS

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

CSS Border Left color for the above div is #aea26e

HTML with inline CSS

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

CSS Border Right color for the above div is #aea26e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aea26e

HTML with inline CSS

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

CSS Border Top color for the above div is #aea26e

HTML with inline CSS

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

#aea26e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aea26e Color code Preview on White Background

This is how #aea26e Color code will look on white background color. Color contrast ratio is 2.56

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(174,162,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(110,122,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,162,110,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 41 Views

Post your comment:-

By submitting comment you agree to our privacy policy.