crispedge.com

Color picker

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

#aaa39e hex color - Brown - Warm color - Information

#aaa39e hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

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

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

0 Likes 0 Comments | 17 Views

Color Table

Hex Color Codeaaa39e#aaa39e
RGB Decimal170, 163, 158rgb(170, 163, 158)
RGB Percent67%, 64%, 62%rgb(67%, 64%, 62%)
CSS RGBa170, 163, 158,1rgba(170,163,158,1)
CMYK Modelcmyk(0%,4%,7%,33%)
HSL Color Space25,7% ,64%hsl(25,7% ,64%)
HSV Color Space25°, 7%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010101010001110011110
Octal252243236
Decimal170163158
Hexaaa39e

Different shades of #aaa39e color code.

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

Light Shade of #aaa39e
#c2bdb9
Dark Shade of #aaa39e
#928983
Saturated Shade of #aaa39e
#b3a195
Desaturated Shade of #aaa39e
#a4a4a4
Grey scale Shade of #aaa39e
#a4a4a4
Brighten Shade
#c3bcb7
Most Readable Shade
#000000

Shades of #aaa39e color code

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

#aaa39e
#97908c
#847e7a
#716c69
#5e5a57
#4b4846
#383634
#252423
#121211
#000000

Similar Color like #aaa39e color

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

#aba49f
#aca5a0
#ada6a1
#aea7a2
#afa8a3
#b0a9a4
#b1aaa5
#b2aba6
#b3aca7
#b4ada8
#b5aea9
#b6afaa
#b7b0ab
#b8b1ac
#a9a29d
#a8a19c
#a7a09b
#a69f9a
#a59e99
#a49d98
#a39c97
#a29b96
#a19a95
#a09994
#9f9893
#9e9792
#9d9691
#9c9590

Monochromatic Color with #aaa39e

#aaa39e
#d4ccc6
#fff4ed
#2a2927
#55514f
#7f7a76

Tints of #aaa39e Color

#aaa39e
#b3ada8
#bcb7b3
#c6c1be
#cfcbc9
#d9d6d3
#e2e0de
#eceae9
#f5f4f4
#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

#aaa39e
#9ea5aa

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

Split Complementary

#aaa39e
#9eaaa9
#9e9faa

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

Analogous Color

#aa9e9e
#aaa19e
#aaa39e
#aaa59e
#aaa89e

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

#aaa39e
#9eaaa3
#a39eaa

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

#aaa39e
#9faa9e
#9ea5aa
#a99eaa

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

#aaa39e
#9ea5aa
#9e9faa
#aaa99e

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

#aaa39e Color Code Preview on Black Background Color

This is how #aaa39e Color will look on black background color. Color contrast ratio is 8.44

#aaa39e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa39e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa39e

#aaa39e color code is use for CSS Background Color

Background color for the above div is #aaa39e

HTML with inline CSS

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

#aaa39e color code is use for CSS Border Color

CSS Border color for the above div is #aaa39e

HTML with inline CSS

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

CSS Border Left color for the above div is #aaa39e

HTML with inline CSS

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

CSS Border Right color for the above div is #aaa39e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaa39e

HTML with inline CSS

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

CSS Border Top color for the above div is #aaa39e

HTML with inline CSS

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

#aaa39e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaa39e Color code Preview on White Background

This is how #aaa39e Color code will look on white background color. Color contrast ratio is 2.49

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

Related Gradients

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

0 Likes 0 Comments | 17 Views

Post your comment:-

By submitting comment you agree to our privacy policy.