crispedge.com

Color picker

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

#aac0aa hex color - Green - Cool color - Information

#aac0aa hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #aac0aa color code is between #99bb99 web safe hex color code and #bbccbb web safe hex color code. #99bb99 is the nearest web safe color code. You can see here many more shades of #aac0aa color code.

0 Likes 0 Comments | 7 Views

Color Table

Hex Color Codeaac0aa#aac0aa
RGB Decimal170, 192, 170rgb(170, 192, 170)
RGB Percent67%, 75%, 67%rgb(67%, 75%, 67%)
CSS RGBa170, 192, 170,1rgba(170,192,170,1)
CMYK Modelcmyk(11%,0%,11%,25%)
HSL Color Space120,15% ,71%hsl(120,15% ,71%)
HSV Color Space120°, 11%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101100000010101010
Octal252300252
Decimal170192170
Hexaac0aa

Different shades of #aac0aa color code.

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

Light Shade of #aac0aa
#c7d6c7
Dark Shade of #aac0aa
#8daa8d
Saturated Shade of #aac0aa
#a3c7a3
Desaturated Shade of #aac0aa
#b1b9b1
Grey scale Shade of #aac0aa
#b5b5b5
Brighten Shade
#c3d9c3
Most Readable Shade
#000000

Shades of #aac0aa color code

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

#aac0aa
#97aa97
#849584
#718071
#5e6a5e
#4b554b
#384038
#252a25
#121512
#000000

Similar Color like #aac0aa color

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

#abc1ab
#acc2ac
#adc3ad
#aec4ae
#afc5af
#b0c6b0
#b1c7b1
#b2c8b2
#b3c9b3
#b4cab4
#b5cbb5
#b6ccb6
#b7cdb7
#b8ceb8
#a9bfa9
#a8bea8
#a7bda7
#a6bca6
#a5bba5
#a4baa4
#a3b9a3
#a2b8a2
#a1b7a1
#a0b6a0
#9fb59f
#9eb49e
#9db39d
#9cb29c

Monochromatic Color with #aac0aa

#aac0aa
#d0ead0
#131613
#394039
#5f6b5f
#849584

Tints of #aac0aa Color

#aac0aa
#b3c7b3
#bccebc
#c6d5c6
#cfdccf
#d9e3d9
#e2eae2
#ecf1ec
#f5f8f5
#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

#aac0aa
#c0aac0

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

Split Complementary

#aac0aa
#b5aac0
#c0aab5

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

Analogous Color

#b3c0aa
#aec0aa
#aac0aa
#aac0ae
#aac0b3

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

#aac0aa
#aaaac0
#c0aaaa

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

#aac0aa
#aab5c0
#c0aac0
#c0b5aa

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

#aac0aa
#c0aac0
#c0aab5
#aac0b5

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

#aac0aa Color Code Preview on Black Background Color

This is how #aac0aa Color will look on black background color. Color contrast ratio is 10.83

#aac0aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aac0aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aac0aa

#aac0aa color code is use for CSS Background Color

Background color for the above div is #aac0aa

HTML with inline CSS

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

#aac0aa color code is use for CSS Border Color

CSS Border color for the above div is #aac0aa

HTML with inline CSS

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

CSS Border Left color for the above div is #aac0aa

HTML with inline CSS

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

CSS Border Right color for the above div is #aac0aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aac0aa

HTML with inline CSS

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

CSS Border Top color for the above div is #aac0aa

HTML with inline CSS

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

#aac0aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aac0aa Color code Preview on White Background

This is how #aac0aa Color code will look on white background color. Color contrast ratio is 1.94

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

Related Gradients

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

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.