crispedge.com

Color picker

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

#aab97f hex color - Green - Warm color - Information

#aab97f hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #aab97f Color code in RGB color code model is created after adding 66.67% red color, 72.55% green color and 49.8% blue color. Hex #aab97f Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 0% magenta, 31% yellow and 27% black.

Hex #aab97f color code is between #99bb77 web safe hex color code and #bbaa88 web safe hex color code. #99bb77 is the nearest web safe color code. You can see here many more shades of #aab97f color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeaab97f#aab97f
RGB Decimal170, 185, 127rgb(170, 185, 127)
RGB Percent67%, 73%, 50%rgb(67%, 73%, 50%)
CSS RGBa170, 185, 127,1rgba(170,185,127,1)
CMYK Modelcmyk(8%,0%,31%,27%)
HSL Color Space76,29% ,61%hsl(76,29% ,61%)
HSV Color Space76°, 31%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010101011100101111111
Octal252271177
Decimal170185127
Hexaab97f

Different shades of #aab97f color code.

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

Light Shade of #aab97f
#c0cba0
Dark Shade of #aab97f
#94a75e
Saturated Shade of #aab97f
#afc375
Desaturated Shade of #aab97f
#a5af89
Grey scale Shade of #aab97f
#9c9c9c
Brighten Shade
#c3d298
Most Readable Shade
#000000

Shades of #aab97f color code

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

#aab97f
#97a470
#848f62
#717b54
#5e6646
#4b5238
#383d2a
#25291c
#12140e
#000000

Similar Color like #aab97f color

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

#abba80
#acbb81
#adbc82
#aebd83
#afbe84
#b0bf85
#b1c086
#b2c187
#b3c288
#b4c389
#b5c48a
#b6c58b
#b7c68c
#b8c78d
#a9b87e
#a8b77d
#a7b67c
#a6b57b
#a5b47a
#a4b379
#a3b278
#a2b177
#a1b076
#a0af75
#9fae74
#9ead73
#9dac72
#9cab71

Monochromatic Color with #aab97f

#aab97f
#d1e39c
#0e0f0a
#353927
#5c6445
#838e62

Tints of #aab97f Color

#aab97f
#b3c08d
#bcc89b
#c6d0a9
#cfd8b7
#d9dfc6
#e2e7d4
#ecefe2
#f5f7f0
#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

#aab97f
#8e7fb9

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

Split Complementary

#aab97f
#7f8db9
#ab7fb9

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

Analogous Color

#b9b17f
#b6b97f
#aab97f
#9eb97f
#93b97f

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

#aab97f
#7faab9
#b97faa

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

#aab97f
#7fb9ab
#8e7fb9
#b97f8d

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

#aab97f
#8e7fb9
#ab7fb9
#8db97f

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

#aab97f Color Code Preview on Black Background Color

This is how #aab97f Color will look on black background color. Color contrast ratio is 9.96

#aab97f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab97f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab97f

#aab97f color code is use for CSS Background Color

Background color for the above div is #aab97f

HTML with inline CSS

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

#aab97f color code is use for CSS Border Color

CSS Border color for the above div is #aab97f

HTML with inline CSS

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

CSS Border Left color for the above div is #aab97f

HTML with inline CSS

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

CSS Border Right color for the above div is #aab97f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aab97f

HTML with inline CSS

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

CSS Border Top color for the above div is #aab97f

HTML with inline CSS

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

#aab97f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aab97f Color code Preview on White Background

This is how #aab97f Color code will look on white background color. Color contrast ratio is 2.11

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.