crispedge.com

Color picker

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

#aaa49c hex color - Brown - Warm color - Information

#aaa49c hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

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

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

0 Likes 0 Comments | 26 Views

Color Table

Hex Color Codeaaa49c#aaa49c
RGB Decimal170, 164, 156rgb(170, 164, 156)
RGB Percent67%, 64%, 61%rgb(67%, 64%, 61%)
CSS RGBa170, 164, 156,1rgba(170,164,156,1)
CMYK Modelcmyk(0%,4%,8%,33%)
HSL Color Space34,8% ,64%hsl(34,8% ,64%)
HSV Color Space34°, 8%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010101010010010011100
Octal252244234
Decimal170164156
Hexaaa49c

Different shades of #aaa49c color code.

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

Light Shade of #aaa49c
#c2bdb7
Dark Shade of #aaa49c
#928b81
Saturated Shade of #aaa49c
#b3a593
Desaturated Shade of #aaa49c
#a3a3a3
Grey scale Shade of #aaa49c
#a3a3a3
Brighten Shade
#c3bdb5
Most Readable Shade
#000000

Shades of #aaa49c color code

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

#aaa49c
#97918a
#847f79
#716d68
#5e5b56
#4b4845
#383634
#252422
#121211
#000000

Similar Color like #aaa49c color

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

#aba59d
#aca69e
#ada79f
#aea8a0
#afa9a1
#b0aaa2
#b1aba3
#b2aca4
#b3ada5
#b4aea6
#b5afa7
#b6b0a8
#b7b1a9
#b8b2aa
#a9a39b
#a8a29a
#a7a199
#a6a098
#a59f97
#a49e96
#a39d95
#a29c94
#a19b93
#a09a92
#9f9991
#9e9890
#9d978f
#9c968e

Monochromatic Color with #aaa49c

#aaa49c
#d4cdc3
#fff6ea
#2a2927
#55524e
#7f7b75

Tints of #aaa49c Color

#aaa49c
#b3aea7
#bcb8b2
#c6c2bd
#cfccc8
#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

#aaa49c
#9ca2aa

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

Split Complementary

#aaa49c
#9ca9aa
#9d9caa

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

Analogous Color

#aa9e9c
#aaa19c
#aaa49c
#aaa79c
#aaaa9c

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

#aaa49c
#9caaa4
#a49caa

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

#aaa49c
#9caa9d
#9ca2aa
#aa9ca9

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

#aaa49c
#9ca2aa
#9d9caa
#a9aa9c

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

#aaa49c Color Code Preview on Black Background Color

This is how #aaa49c Color will look on black background color. Color contrast ratio is 8.50

#aaa49c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa49c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa49c

#aaa49c color code is use for CSS Background Color

Background color for the above div is #aaa49c

HTML with inline CSS

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

#aaa49c color code is use for CSS Border Color

CSS Border color for the above div is #aaa49c

HTML with inline CSS

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

CSS Border Left color for the above div is #aaa49c

HTML with inline CSS

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

CSS Border Right color for the above div is #aaa49c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaa49c

HTML with inline CSS

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

CSS Border Top color for the above div is #aaa49c

HTML with inline CSS

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

#aaa49c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaa49c Color code Preview on White Background

This is how #aaa49c Color code will look on white background color. Color contrast ratio is 2.47

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

Related Gradients

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

0 Likes 0 Comments | 26 Views

Post your comment:-

By submitting comment you agree to our privacy policy.