crispedge.com

Color picker

Loading...

#aeac95 hex color - Green - Warm color - Information

#aeac95 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #aeac95 Color code in RGB color code model is created after adding 68.24% red color, 67.45% green color and 58.43% blue color. Hex #aeac95 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 14% yellow and 32% black.

Hex #aeac95 color code is between #aaaa99 web safe hex color code and #bbbb88 web safe hex color code. #aaaa99 is the nearest web safe color code. You can see here many more shades of #aeac95 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeaeac95#aeac95
RGB Decimal174, 172, 149rgb(174, 172, 149)
RGB Percent68%, 67%, 58%rgb(68%, 67%, 58%)
CSS RGBa174, 172, 149,1rgba(174,172,149,1)
CMYK Modelcmyk(0%,1%,14%,32%)
HSL Color Space55,13% ,63%hsl(55,13% ,63%)
HSV Color Space55°, 14%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101010110010010101
Octal256254225
Decimal174172149
Hexaeac95

Different shades of #aeac95 color code.

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

Light Shade of #aeac95
#c4c3b2
Dark Shade of #aeac95
#989578
Saturated Shade of #aeac95
#b7b48c
Desaturated Shade of #aeac95
#a5a49e
Grey scale Shade of #aeac95
#a1a1a1
Brighten Shade
#c7c5ae
Most Readable Shade
#000000

Shades of #aeac95 color code

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

#aeac95
#9a9884
#878573
#747263
#605f52
#4d4c42
#3a3931
#262621
#131310
#000000

Similar Color like #aeac95 color

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

#afad96
#b0ae97
#b1af98
#b2b099
#b3b19a
#b4b29b
#b5b39c
#b6b49d
#b7b59e
#b8b69f
#b9b7a0
#bab8a1
#bbb9a2
#bcbaa3
#adab94
#acaa93
#aba992
#aaa891
#a9a790
#a8a68f
#a7a58e
#a6a48d
#a5a38c
#a4a28b
#a3a18a
#a2a089
#a19f88
#a09e87

Monochromatic Color with #aeac95

#aeac95
#d8d6b9
#040403
#2e2e28
#59584c
#838271

Tints of #aeac95 Color

#aeac95
#b7b5a0
#c0beac
#c9c7b8
#d2d0c4
#dbdacf
#e4e3db
#edece7
#f6f5f3
#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

#aeac95
#9597ae

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

Split Complementary

#aeac95
#95a3ae
#a095ae

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

Analogous Color

#aea295
#aea795
#aeac95
#abae95
#a6ae95

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

#aeac95
#95aeac
#ac95ae

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

#aeac95
#95ae9f
#9597ae
#ae95a3

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

#aeac95
#9597ae
#a095ae
#a3ae95

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

#aeac95 Color Code Preview on Black Background Color

This is how #aeac95 Color will look on black background color. Color contrast ratio is 9.13

#aeac95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeac95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeac95

#aeac95 color code is use for CSS Background Color

Background color for the above div is #aeac95

HTML with inline CSS

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

#aeac95 color code is use for CSS Border Color

CSS Border color for the above div is #aeac95

HTML with inline CSS

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

CSS Border Left color for the above div is #aeac95

HTML with inline CSS

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

CSS Border Right color for the above div is #aeac95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeac95

HTML with inline CSS

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

CSS Border Top color for the above div is #aeac95

HTML with inline CSS

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

#aeac95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeac95 Color code Preview on White Background

This is how #aeac95 Color code will look on white background color. Color contrast ratio is 2.30

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

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,172,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(149,151,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,172,149,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.