crispedge.com

Color picker

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

#aa6e1d hex color - Brown - Warm color - Information

#aa6e1d hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #aa6e1d Color code in RGB color code model is created after adding 66.67% red color, 43.14% green color and 11.37% blue color. Hex #aa6e1d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 83% yellow and 33% black.

Hex #aa6e1d color code is between #996622 web safe hex color code and #bb7711 web safe hex color code. #996622 is the nearest web safe color code. You can see here many more shades of #aa6e1d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaa6e1d#aa6e1d
RGB Decimal170, 110, 29rgb(170, 110, 29)
RGB Percent67%, 43%, 11%rgb(67%, 43%, 11%)
CSS RGBa170, 110, 29,1rgba(170,110,29,1)
CMYK Modelcmyk(0%,35%,83%,33%)
HSL Color Space34,71% ,39%hsl(34,71% ,39%)
HSV Color Space34°, 83%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100110111000011101
Octal25215635
Decimal17011029
Hexaa6e1d

Different shades of #aa6e1d color code.

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

Light Shade of #aa6e1d
#d68a24
Dark Shade of #aa6e1d
#7e5216
Saturated Shade of #aa6e1d
#b46f13
Desaturated Shade of #aa6e1d
#a06c27
Grey scale Shade of #aa6e1d
#636363
Brighten Shade
#c38736
Most Readable Shade
#FFFFFF

Shades of #aa6e1d color code

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

#aa6e1d
#976119
#845516
#714913
#5e3d10
#4b300c
#382409
#251806
#120c03
#000000

Similar Color like #aa6e1d color

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

#ab6f1e
#ac701f
#ad7120
#ae7221
#af7322
#b07423
#b17524
#b27625
#b37726
#b47827
#b57928
#b67a29
#b77b2a
#b87c2b
#a96d1c
#a86c1b
#a76b1a
#a66a19
#a56918
#a46817
#a36716
#a26615
#a16514
#a06413
#9f6312
#9e6211
#9d6110
#9c600f

Monochromatic Color with #aa6e1d

#aa6e1d
#d48924
#ffa52b
#2a1b07
#55370e
#7f5216

Tints of #aa6e1d Color

#aa6e1d
#b37e36
#bc8e4f
#c69e68
#cfae81
#d9be9a
#e2ceb3
#ecdecc
#f5eee5
#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

#aa6e1d
#1d59aa

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

Split Complementary

#aa6e1d
#1d9faa
#281daa

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

Analogous Color

#aa361d
#aa521d
#aa6e1d
#aa8a1d
#aaa61d

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

#aa6e1d
#1daa6e
#6e1daa

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

#aa6e1d
#1daa27
#1d59aa
#aa1d9f

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

#aa6e1d
#1d59aa
#281daa
#9faa1d

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

#aa6e1d Color Code Preview on Black Background Color

This is how #aa6e1d Color will look on black background color. Color contrast ratio is 4.96

#aa6e1d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa6e1d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa6e1d

#aa6e1d color code is use for CSS Background Color

Background color for the above div is #aa6e1d

HTML with inline CSS

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

#aa6e1d color code is use for CSS Border Color

CSS Border color for the above div is #aa6e1d

HTML with inline CSS

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

CSS Border Left color for the above div is #aa6e1d

HTML with inline CSS

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

CSS Border Right color for the above div is #aa6e1d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa6e1d

HTML with inline CSS

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

CSS Border Top color for the above div is #aa6e1d

HTML with inline CSS

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

#aa6e1d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa6e1d Color code Preview on White Background

This is how #aa6e1d Color code will look on white background color. Color contrast ratio is 4.24

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

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.