crispedge.com

Color picker

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

#aaa39c hex color - Brown - Warm color - Information

#aaa39c hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaaa39c#aaa39c
RGB Decimal170, 163, 156rgb(170, 163, 156)
RGB Percent67%, 64%, 61%rgb(67%, 64%, 61%)
CSS RGBa170, 163, 156,1rgba(170,163,156,1)
CMYK Modelcmyk(0%,4%,8%,33%)
HSL Color Space30,8% ,64%hsl(30,8% ,64%)
HSV Color Space30°, 8%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010101010001110011100
Octal252243234
Decimal170163156
Hexaaa39c

Different shades of #aaa39c color code.

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

Light Shade of #aaa39c
#c2bcb7
Dark Shade of #aaa39c
#928981
Saturated Shade of #aaa39c
#b3a393
Desaturated Shade of #aaa39c
#a3a3a3
Grey scale Shade of #aaa39c
#a3a3a3
Brighten Shade
#c3bcb5
Most Readable Shade
#000000

Shades of #aaa39c color code

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

#aaa39c
#97908a
#847e79
#716c68
#5e5a56
#4b4845
#383634
#252422
#121211
#000000

Similar Color like #aaa39c color

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

#aba49d
#aca59e
#ada69f
#aea7a0
#afa8a1
#b0a9a2
#b1aaa3
#b2aba4
#b3aca5
#b4ada6
#b5aea7
#b6afa8
#b7b0a9
#b8b1aa
#a9a29b
#a8a19a
#a7a099
#a69f98
#a59e97
#a49d96
#a39c95
#a29b94
#a19a93
#a09992
#9f9891
#9e9790
#9d968f
#9c958e

Monochromatic Color with #aaa39c

#aaa39c
#d4ccc3
#fff4ea
#2a2927
#55514e
#7f7a75

Tints of #aaa39c Color

#aaa39c
#b3ada7
#bcb7b2
#c6c1bd
#cfcbc8
#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

#aaa39c
#9ca3aa

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

Split Complementary

#aaa39c
#9caaaa
#9c9caa

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

Analogous Color

#aa9d9c
#aaa09c
#aaa39c
#aaa69c
#aaa99c

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

#aaa39c
#9caaa3
#a39caa

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

#aaa39c
#9caa9c
#9ca3aa
#aa9caa

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

#aaa39c
#9ca3aa
#9c9caa
#aaaa9c

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

#aaa39c Color Code Preview on Black Background Color

This is how #aaa39c Color will look on black background color. Color contrast ratio is 8.43

#aaa39c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa39c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa39c

#aaa39c color code is use for CSS Background Color

Background color for the above div is #aaa39c

HTML with inline CSS

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

#aaa39c color code is use for CSS Border Color

CSS Border color for the above div is #aaa39c

HTML with inline CSS

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

CSS Border Left color for the above div is #aaa39c

HTML with inline CSS

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

CSS Border Right color for the above div is #aaa39c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaa39c

HTML with inline CSS

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

CSS Border Top color for the above div is #aaa39c

HTML with inline CSS

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

#aaa39c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaa39c Color code Preview on White Background

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

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.