crispedge.com

Color picker

Loading...

#aaa78c hex color - Green - Warm color - Information

#aaa78c hex color - Green - Warm color

Color Hue/Base color: Green

Hex #aaa78c Color code in RGB color code model is created after adding 66.67% red color, 65.49% green color and 54.9% blue color. Hex #aaa78c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 2% magenta, 18% yellow and 33% black.

Hex #aaa78c color code is between #99aa88 web safe hex color code and #bb9999 web safe hex color code. #99aa88 is the nearest web safe color code. You can see here many more shades of #aaa78c color code.

0 Likes 0 Comments | 7 Views

RGB Chart

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

Color Table

Hex Color Codeaaa78c#aaa78c
RGB Decimal170, 167, 140rgb(170, 167, 140)
RGB Percent67%, 65%, 55%rgb(67%, 65%, 55%)
CSS RGBa170, 167, 140,1rgba(170,167,140,1)
CMYK Modelcmyk(0%,2%,18%,33%)
HSL Color Space54,15% ,61%hsl(54,15% ,61%)
HSV Color Space54°, 18%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010101010011110001100
Octal252247214
Decimal170167140
Hexaaa78c

Different shades of #aaa78c color code.

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

Light Shade of #aaa78c
#c0bda9
Dark Shade of #aaa78c
#94916f
Saturated Shade of #aaa78c
#b4af82
Desaturated Shade of #aaa78c
#a09f96
Grey scale Shade of #aaa78c
#9b9b9b
Brighten Shade
#c3c0a5
Most Readable Shade
#000000

Shades of #aaa78c color code

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

#aaa78c
#97947c
#84816c
#716f5d
#5e5c4d
#4b4a3e
#38372e
#25251f
#12120f
#000000

Similar Color like #aaa78c color

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

#aba88d
#aca98e
#adaa8f
#aeab90
#afac91
#b0ad92
#b1ae93
#b2af94
#b3b095
#b4b196
#b5b297
#b6b398
#b7b499
#b8b59a
#a9a68b
#a8a58a
#a7a489
#a6a388
#a5a287
#a4a186
#a3a085
#a29f84
#a19e83
#a09d82
#9f9c81
#9e9b80
#9d9a7f
#9c997e

Monochromatic Color with #aaa78c

#aaa78c
#d4d1af
#fffad2
#2a2a23
#555346
#7f7d69

Tints of #aaa78c Color

#aaa78c
#b3b098
#bcbaa5
#c6c4b2
#cfcebf
#d9d7cb
#e2e1d8
#ecebe5
#f5f5f2
#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

#aaa78c
#8c8faa

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

Split Complementary

#aaa78c
#8c9eaa
#988caa

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

Analogous Color

#aa9b8c
#aaa18c
#aaa78c
#a7aa8c
#a1aa8c

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

#aaa78c
#8caaa7
#a78caa

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

#aaa78c
#8caa98
#8c8faa
#aa8c9e

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

#aaa78c
#8c8faa
#988caa
#9eaa8c

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

#aaa78c Color Code Preview on Black Background Color

This is how #aaa78c Color will look on black background color. Color contrast ratio is 8.62

#aaa78c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa78c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa78c

#aaa78c color code is use for CSS Background Color

Background color for the above div is #aaa78c

HTML with inline CSS

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

#aaa78c color code is use for CSS Border Color

CSS Border color for the above div is #aaa78c

HTML with inline CSS

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

CSS Border Left color for the above div is #aaa78c

HTML with inline CSS

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

CSS Border Right color for the above div is #aaa78c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaa78c

HTML with inline CSS

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

CSS Border Top color for the above div is #aaa78c

HTML with inline CSS

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

#aaa78c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaa78c Color code Preview on White Background

This is how #aaa78c Color code will look on white background color. Color contrast ratio is 2.44

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

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(170,167,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(140,143,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,167,140,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.