Skip to main content Skip to docs navigation

#aa413c hex color | Download Dark Red BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Red Revival and its hex is #A8453B Nearest Color Name

Color Hue/Base color: Red

Hex #aa413c Color code in RGB color code model is created after adding 66.67% red color, 25.49% green color and 23.53% blue color. Hex #aa413c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 62% magenta, 65% yellow and 33.33% black.

Hex #aa413c color code is between #994444 web safe hex color code and #bb3333 web safe hex color code. #994444 is the nearest web safe color code. You can see here many more shades of #aa413c color code.

RGB Chart

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

Color Table

Hex Color Code aa413c #aa413c
RGB Decimal 170, 65, 60 170, 65, 60
RGB Percent 67%, 25%, 24% rgb(67%, 25%, 24%)
CSS RGBa 170, 65, 60,1 rgba(170,65,60,1)
CMYK Model cmyk(0%,62%,65%,33.33%)
HSL Color Space 3,48% ,45% hsl(3,48% ,45%)
HSV Color Space 3°, 65%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 01000001 00111100
Octal 252 101 74
Decimal 170 65 60
Hex aa 41 3c

Different shades of #aa413c color code.

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

Darkest of #aa413c
#391614
Darker of #aa413c
#5f2421
Dark of #aa413c
#84332f
Base of #aa413c
#aa413c
Light of #aa413c
#c35b56
Lighter
#d17f7b
Lightest
#dea4a1

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

#aa413c
#3ca5aa

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

Split Complementary

#aa413c
#3caa78
#3c6eaa

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

Analogous Color

#aa3c77
#aa3c65
#aa413c
#aa663c
#aa943c

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

#aa413c
#413caa
#3caa41

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

#aa413c
#3caa41
#3ca5aa
#aa3ca5

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#aa413c
#6eaa3c
#3ca5aa
#783caa

Square 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).

Monochromatic Color with #aa413c

#130707
#391614
#5f2421
#84332f
#aa413c
#c35b56
#d17f7b
#dea4a1
#ebc8c7

Tints of #aa413c Color

#aa413c
#b35651
#bc6b67
#c6807d
#cf9592
#d9aaa8
#e2bfbe
#ecd4d3
#f5e9e9
#ffffff

Shades of #aa413c color code

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

#aa413c
#973935
#84322e
#712b28
#5e2421
#4b1c1a
#381514
#250e0d
#120706
#000000

Tones

#aa413c
#935653
#7c6b6a
#737373
#737373

Tones

Similar Color like #aa413c color

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

#ab423d
#ac433e
#ad443f
#ae4540
#af4641
#b04742
#b14843
#b24944
#b34a45
#b44b46
#b54c47
#b64d48
#b74e49
#b84f4a
#a9403b
#a83f3a
#a73e39
#a63d38
#a53c37
#a43b36
#a33a35
#a23934
#a13833
#a03732
#9f3631
#9e3530
#9d342f
#9c332e

Download this Dark Red

Hex #aa413c 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.

#aa413c Color Code Preview on Black Background Color

This is how #aa413c Color will look on black background color. Color contrast ratio is 3.53

#aa413c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa413c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa413c

#aa413c color code is use for CSS Background Color

Background color for the above div is #aa413c

HTML with inline CSS

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

#aa413c color code is use for CSS Border Color

CSS Border color for the above div is #aa413c

HTML with inline CSS

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

CSS Border Left color for the above div is #aa413c

HTML with inline CSS

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

CSS Border Right color for the above div is #aa413c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa413c

HTML with inline CSS

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

CSS Border Top color for the above div is #aa413c

HTML with inline CSS

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

#aa413c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa413c Color code Preview on White Background

This is how #aa413c Color code will look on white background color. Color contrast ratio is 5.95

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

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