crispedge.com

Color picker

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

#aab2aa hex color - Green - Cool color - Information

#aab2aa hex color - Green - Cool color

Color Hue/Base color: Green

Hex #aab2aa Color code in RGB color code model is created after adding 66.67% red color, 69.8% green color and 66.67% blue color. Hex #aab2aa Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 4% yellow and 30% black.

Hex #aab2aa color code is between #99aa99 web safe hex color code and #bbbbbb web safe hex color code. #99aa99 is the nearest web safe color code. You can see here many more shades of #aab2aa color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codeaab2aa#aab2aa
RGB Decimal170, 178, 170rgb(170, 178, 170)
RGB Percent67%, 70%, 67%rgb(67%, 70%, 67%)
CSS RGBa170, 178, 170,1rgba(170,178,170,1)
CMYK Modelcmyk(4%,0%,4%,30%)
HSL Color Space120,5% ,68%hsl(120,5% ,68%)
HSV Color Space120°, 4%, 70%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101011001010101010
Octal252262252
Decimal170178170
Hexaab2aa

Different shades of #aab2aa color code.

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

Light Shade of #aab2aa
#c5cac5
Dark Shade of #aab2aa
#8f9a8f
Saturated Shade of #aab2aa
#a2baa2
Desaturated Shade of #aab2aa
#aeaeae
Grey scale Shade of #aab2aa
#aeaeae
Brighten Shade
#c3cbc3
Most Readable Shade
#000000

Shades of #aab2aa color code

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

#aab2aa
#979e97
#848a84
#717671
#5e625e
#4b4f4b
#383b38
#252725
#121312
#000000

Similar Color like #aab2aa color

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

#abb3ab
#acb4ac
#adb5ad
#aeb6ae
#afb7af
#b0b8b0
#b1b9b1
#b2bab2
#b3bbb3
#b4bcb4
#b5bdb5
#b6beb6
#b7bfb7
#b8c0b8
#a9b1a9
#a8b0a8
#a7afa7
#a6aea6
#a5ada5
#a4aca4
#a3aba3
#a2aaa2
#a1a9a1
#a0a8a0
#9fa79f
#9ea69e
#9da59d
#9ca49c

Monochromatic Color with #aab2aa

#aab2aa
#d3dcd3
#080808
#303230
#595d59
#818781

Tints of #aab2aa Color

#aab2aa
#b3bab3
#bcc3bc
#c6cbc6
#cfd4cf
#d9dcd9
#e2e5e2
#ecedec
#f5f6f5
#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

#aab2aa
#b2aab2

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

Split Complementary

#aab2aa
#aeaab2
#b2aaae

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

Analogous Color

#adb2aa
#acb2aa
#aab2aa
#aab2ac
#aab2ad

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

#aab2aa
#aaaab2
#b2aaaa

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

#aab2aa
#aaaeb2
#b2aab2
#b2aeaa

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

#aab2aa
#b2aab2
#b2aaae
#aab2ae

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

#aab2aa Color Code Preview on Black Background Color

This is how #aab2aa Color will look on black background color. Color contrast ratio is 9.66

#aab2aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab2aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab2aa

#aab2aa color code is use for CSS Background Color

Background color for the above div is #aab2aa

HTML with inline CSS

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

#aab2aa color code is use for CSS Border Color

CSS Border color for the above div is #aab2aa

HTML with inline CSS

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

CSS Border Left color for the above div is #aab2aa

HTML with inline CSS

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

CSS Border Right color for the above div is #aab2aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aab2aa

HTML with inline CSS

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

CSS Border Top color for the above div is #aab2aa

HTML with inline CSS

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

#aab2aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aab2aa Color code Preview on White Background

This is how #aab2aa Color code will look on white background color. Color contrast ratio is 2.17

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.