crispedge.com

Color picker

Loading...

#abaa7a hex color - Green - Warm color - Information

#abaa7a hex color - Green - Warm color

Color Hue/Base color: Green

Hex #abaa7a Color code in RGB color code model is created after adding 67.06% red color, 66.67% green color and 47.84% blue color. Hex #abaa7a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 29% yellow and 33% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeabaa7a#abaa7a
RGB Decimal171, 170, 122rgb(171, 170, 122)
RGB Percent67%, 67%, 48%rgb(67%, 67%, 48%)
CSS RGBa171, 170, 122,1rgba(171,170,122,1)
CMYK Modelcmyk(0%,1%,29%,33%)
HSL Color Space59,23% ,57%hsl(59,23% ,57%)
HSV Color Space59°, 29%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010111010101001111010
Octal253252172
Decimal171170122
Hexabaa7a

Different shades of #abaa7a color code.

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

Light Shade of #abaa7a
#bfbe99
Dark Shade of #abaa7a
#94935e
Saturated Shade of #abaa7a
#b6b46f
Desaturated Shade of #abaa7a
#a0a085
Grey scale Shade of #abaa7a
#929292
Brighten Shade
#c4c393
Most Readable Shade
#000000

Shades of #abaa7a color code

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

#abaa7a
#98976c
#85845e
#727151
#5f5e43
#4c4b36
#393828
#26251b
#13120d
#000000

Similar Color like #abaa7a color

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

#acab7b
#adac7c
#aead7d
#afae7e
#b0af7f
#b1b080
#b2b181
#b3b282
#b4b383
#b5b484
#b6b585
#b7b686
#b8b787
#b9b888
#aaa979
#a9a878
#a8a777
#a7a676
#a6a575
#a5a474
#a4a373
#a3a272
#a2a171
#a1a070
#a09f6f
#9f9e6e
#9e9d6d
#9d9c6c

Monochromatic Color with #abaa7a

#abaa7a
#d5d498
#010101
#2b2b1f
#56553d
#80805c

Tints of #abaa7a Color

#abaa7a
#b4b388
#bdbc97
#c7c6a6
#d0cfb5
#d9d9c3
#e3e2d2
#ecece1
#f5f5f0
#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

#abaa7a
#7a7bab

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

Split Complementary

#abaa7a
#7a93ab
#917aab

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

Analogous Color

#ab967a
#aba07a
#abaa7a
#a2ab7a
#98ab7a

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

#abaa7a
#7aabaa
#aa7aab

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

#abaa7a
#7aab91
#7a7bab
#ab7a93

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

#abaa7a
#7a7bab
#917aab
#93ab7a

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

#abaa7a Color Code Preview on Black Background Color

This is how #abaa7a Color will look on black background color. Color contrast ratio is 8.76

#abaa7a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abaa7a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abaa7a

#abaa7a color code is use for CSS Background Color

Background color for the above div is #abaa7a

HTML with inline CSS

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

#abaa7a color code is use for CSS Border Color

CSS Border color for the above div is #abaa7a

HTML with inline CSS

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

CSS Border Left color for the above div is #abaa7a

HTML with inline CSS

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

CSS Border Right color for the above div is #abaa7a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abaa7a

HTML with inline CSS

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

CSS Border Top color for the above div is #abaa7a

HTML with inline CSS

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

#abaa7a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abaa7a Color code Preview on White Background

This is how #abaa7a Color code will look on white background color. Color contrast ratio is 2.40

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.