@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#aa6d49 hex color - Orange - Warm color - Information

#aa6d49 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #aa6d49 Color code in RGB color code model is created after adding 66.67% red color, 42.75% green color and 28.63% blue color. Hex #aa6d49 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 57% yellow and 33.33% black.

Hex #aa6d49 color code is between #996644 web safe hex color code and #bb7755 web safe hex color code. #996644 is the nearest web safe color code. You can see here many more shades of #aa6d49 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code aa6d49 #aa6d49
RGB Decimal 170, 109, 73 rgb(170, 109, 73)
RGB Percent 67%, 43%, 29% rgb(67%, 43%, 29%)
CSS RGBa 170, 109, 73,1 rgba(170,109,73,1)
CMYK Model cmyk(0%,36%,57%,33.33%)
HSL Color Space 22,40% ,48% hsl(22,40% ,48%)
HSV Color Space 22°, 57%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 01101101 01001001
Octal 252 155 111
Decimal 170 109 73
Hex aa 6d 49

Different shades of #aa6d49 color code.

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

Light Shade of #aa6d49
#be8868
Dark Shade of #aa6d49
#86563a
Saturated Shade of #aa6d49
#b66a3d
Desaturated Shade of #aa6d49
#9e7055
Grey scale Shade of #aa6d49
#797979
Brighten Shade
#c38662
Most Readable Shade
#FFFFFF

Shades of #aa6d49 color code

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

#aa6d49
#976040
#845438
#714830
#5e3c28
#4b3020
#382418
#251810
#120c08
#000000

Similar Color like #aa6d49 color

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

#ab6e4a
#ac6f4b
#ad704c
#ae714d
#af724e
#b0734f
#b17450
#b27551
#b37652
#b47753
#b57854
#b67955
#b77a56
#b87b57
#a96c48
#a86b47
#a76a46
#a66945
#a56844
#a46743
#a36642
#a26541
#a16440
#a0633f
#9f623e
#9e613d
#9d603c
#9c5f3b

Monochromatic Color with #aa6d49

#aa6d49
#d4885b
#ffa36e
#2a1b12
#553625
#7f5237

Tints of #aa6d49 Color

#aa6d49
#b37d5d
#bc8d71
#c69d85
#cfad99
#d9beae
#e2cec2
#ecded6
#f5eeea
#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

#aa6d49
#4986aa

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

Split Complementary

#aa6d49
#49aa9d
#4955aa

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

Analogous Color

#aa494c
#aa5a49
#aa6d49
#aa8049
#aa9449

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

#aa6d49
#49aa6d
#6d49aa

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

#aa6d49
#55aa49
#4986aa
#9d49aa

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

#aa6d49
#4986aa
#4955aa
#aa9d49

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

#aa6d49 Color Code Preview on Black Background Color

This is how #aa6d49 Color will look on black background color. Color contrast ratio is 4.99

#aa6d49 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa6d49

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa6d49

#aa6d49 color code is use for CSS Background Color

Background color for the above div is #aa6d49

HTML with inline CSS

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

#aa6d49 color code is use for CSS Border Color

CSS Border color for the above div is #aa6d49

HTML with inline CSS

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

CSS Border Left color for the above div is #aa6d49

HTML with inline CSS

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

CSS Border Right color for the above div is #aa6d49

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa6d49

HTML with inline CSS

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

CSS Border Top color for the above div is #aa6d49

HTML with inline CSS

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

#aa6d49 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa6d49 Color code Preview on White Background

This is how #aa6d49 Color code will look on white background color. Color contrast ratio is 4.21

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(170,109,73,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(73,134,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,109,73,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.