crispedge.com

Color picker

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

#aaa39f hex color - Brown - Warm color - Information

#aaa39f hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

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

Hex #aaa39f 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 #aaa39f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaaa39f#aaa39f
RGB Decimal170, 163, 159rgb(170, 163, 159)
RGB Percent67%, 64%, 62%rgb(67%, 64%, 62%)
CSS RGBa170, 163, 159,1rgba(170,163,159,1)
CMYK Modelcmyk(0%,4%,6%,33%)
HSL Color Space22,6% ,65%hsl(22,6% ,65%)
HSV Color Space22°, 6%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010101010001110011111
Octal252243237
Decimal170163159
Hexaaa39f

Different shades of #aaa39f color code.

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

Light Shade of #aaa39f
#c2bdba
Dark Shade of #aaa39f
#928984
Saturated Shade of #aaa39f
#b3a196
Desaturated Shade of #aaa39f
#a4a4a4
Grey scale Shade of #aaa39f
#a4a4a4
Brighten Shade
#c3bcb8
Most Readable Shade
#000000

Shades of #aaa39f color code

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

#aaa39f
#97908d
#847e7b
#716c6a
#5e5a58
#4b4846
#383635
#252423
#121211
#000000

Similar Color like #aaa39f color

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

#aba4a0
#aca5a1
#ada6a2
#aea7a3
#afa8a4
#b0a9a5
#b1aaa6
#b2aba7
#b3aca8
#b4ada9
#b5aeaa
#b6afab
#b7b0ac
#b8b1ad
#a9a29e
#a8a19d
#a7a09c
#a69f9b
#a59e9a
#a49d99
#a39c98
#a29b97
#a19a96
#a09995
#9f9894
#9e9793
#9d9692
#9c9591

Monochromatic Color with #aaa39f

#aaa39f
#d4ccc7
#fff4ee
#2a2928
#55514f
#7f7a77

Tints of #aaa39f Color

#aaa39f
#b3ada9
#bcb7b4
#c6c1bf
#cfcbc9
#d9d6d4
#e2e0df
#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

#aaa39f
#9fa6aa

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

Split Complementary

#aaa39f
#9faaa8
#9fa1aa

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

Analogous Color

#aa9f9f
#aaa19f
#aaa39f
#aaa59f
#aaa79f

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

#aaa39f
#9faaa3
#a39faa

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

#aaa39f
#a0aa9f
#9fa6aa
#a89faa

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

#aaa39f
#9fa6aa
#9fa1aa
#aaa89f

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

#aaa39f Color Code Preview on Black Background Color

This is how #aaa39f Color will look on black background color. Color contrast ratio is 8.45

#aaa39f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa39f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa39f

#aaa39f color code is use for CSS Background Color

Background color for the above div is #aaa39f

HTML with inline CSS

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

#aaa39f color code is use for CSS Border Color

CSS Border color for the above div is #aaa39f

HTML with inline CSS

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

CSS Border Left color for the above div is #aaa39f

HTML with inline CSS

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

CSS Border Right color for the above div is #aaa39f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaa39f

HTML with inline CSS

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

CSS Border Top color for the above div is #aaa39f

HTML with inline CSS

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

#aaa39f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaa39f Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.