crispedge.com

Color picker

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

#aea69c hex color - Brown - Warm color - Information

#aea69c hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #aea69c Color code in RGB color code model is created after adding 68.24% red color, 65.1% green color and 61.18% blue color. Hex #aea69c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 10% yellow and 32% black.

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

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codeaea69c#aea69c
RGB Decimal174, 166, 156rgb(174, 166, 156)
RGB Percent68%, 65%, 61%rgb(68%, 65%, 61%)
CSS RGBa174, 166, 156,1rgba(174,166,156,1)
CMYK Modelcmyk(0%,5%,10%,32%)
HSL Color Space33,10% ,65%hsl(33,10% ,65%)
HSV Color Space33°, 10%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101010011010011100
Octal256246234
Decimal174166156
Hexaea69c

Different shades of #aea69c color code.

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

Light Shade of #aea69c
#c5bfb8
Dark Shade of #aea69c
#978d80
Saturated Shade of #aea69c
#b7a793
Desaturated Shade of #aea69c
#a5a5a5
Grey scale Shade of #aea69c
#a5a5a5
Brighten Shade
#c7bfb5
Most Readable Shade
#000000

Shades of #aea69c color code

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

#aea69c
#9a938a
#878179
#746e68
#605c56
#4d4945
#3a3734
#262422
#131211
#000000

Similar Color like #aea69c color

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

#afa79d
#b0a89e
#b1a99f
#b2aaa0
#b3aba1
#b4aca2
#b5ada3
#b6aea4
#b7afa5
#b8b0a6
#b9b1a7
#bab2a8
#bbb3a9
#bcb4aa
#ada59b
#aca49a
#aba399
#aaa298
#a9a197
#a8a096
#a79f95
#a69e94
#a59d93
#a49c92
#a39b91
#a29a90
#a1998f
#a0988e

Monochromatic Color with #aea69c

#aea69c
#d8cfc2
#040404
#2e2c2a
#595550
#837d76

Tints of #aea69c Color

#aea69c
#b7afa7
#c0b9b2
#c9c3bd
#d2cdc8
#dbd7d3
#e4e1de
#edebe9
#f6f5f4
#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

#aea69c
#9ca4ae

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

Split Complementary

#aea69c
#9cadae
#9d9cae

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

Analogous Color

#ae9f9c
#aea29c
#aea69c
#aeaa9c
#aead9c

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

#aea69c
#9caea6
#a69cae

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

#aea69c
#9cae9d
#9ca4ae
#ae9cad

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

#aea69c
#9ca4ae
#9d9cae
#adae9c

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

#aea69c Color Code Preview on Black Background Color

This is how #aea69c Color will look on black background color. Color contrast ratio is 8.73

#aea69c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aea69c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aea69c

#aea69c color code is use for CSS Background Color

Background color for the above div is #aea69c

HTML with inline CSS

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

#aea69c color code is use for CSS Border Color

CSS Border color for the above div is #aea69c

HTML with inline CSS

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

CSS Border Left color for the above div is #aea69c

HTML with inline CSS

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

CSS Border Right color for the above div is #aea69c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aea69c

HTML with inline CSS

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

CSS Border Top color for the above div is #aea69c

HTML with inline CSS

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

#aea69c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aea69c Color code Preview on White Background

This is how #aea69c Color code will look on white background color. Color contrast ratio is 2.40

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.