Skip to main content Skip to docs navigation

#aa413d 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 #aa413d Color code in RGB color code model is created after adding 66.67% red color, 25.49% green color and 23.92% blue color. Hex #aa413d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 62% magenta, 64% yellow and 33.33% black.

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

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 10101010 01000001 00111101
Octal 252 101 75
Decimal 170 65 61
Hex aa 41 3d

Different shades of #aa413d color code.

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

Darkest of #aa413d
#391615
Darker of #aa413d
#5f2422
Dark of #aa413d
#843330
Base of #aa413d
#aa413d
Light of #aa413d
#c35b57
Lighter
#d0807d
Lightest
#dea4a2

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

#aa413d
#3da6aa

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

Split Complementary

#aa413d
#3daa77
#3d6faa

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

Analogous Color

#aa3d79
#aa3d66
#aa413d
#aa653d
#aa933d

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

#aa413d
#413daa
#3daa41

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

#aa413d
#3daa41
#3da6aa
#aa3da6

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

#aa413d
#6faa3d
#3da6aa
#773daa

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 #aa413d

#140807
#391615
#5f2422
#843330
#aa413d
#c35b57
#d0807d
#dea4a2
#ebc9c8

Tints of #aa413d Color

#aa413d
#b35652
#bc6b68
#c6807d
#cf9593
#d9aaa8
#e2bfbe
#ecd4d3
#f5e9e9
#ffffff

Shades of #aa413d color code

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

#aa413d
#973936
#84322f
#712b28
#5e2421
#4b1c1b
#381514
#250e0d
#120706
#000000

Tones

#aa413d
#935654
#7c6c6b
#737373
#737373

Tones

Similar Color like #aa413d color

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

#ab423e
#ac433f
#ad4440
#ae4541
#af4642
#b04743
#b14844
#b24945
#b34a46
#b44b47
#b54c48
#b64d49
#b74e4a
#b84f4b
#a9403c
#a83f3b
#a73e3a
#a63d39
#a53c38
#a43b37
#a33a36
#a23935
#a13834
#a03733
#9f3632
#9e3531
#9d3430
#9c332f

Download this Dark Red

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

#aa413d Color Code Preview on Black Background Color

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

#aa413d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa413d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa413d

#aa413d color code is use for CSS Background Color

Background color for the above div is #aa413d

HTML with inline CSS

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

#aa413d color code is use for CSS Border Color

CSS Border color for the above div is #aa413d

HTML with inline CSS

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

CSS Border Left color for the above div is #aa413d

HTML with inline CSS

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

CSS Border Right color for the above div is #aa413d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa413d

HTML with inline CSS

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

CSS Border Top color for the above div is #aa413d

HTML with inline CSS

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

#aa413d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa413d Color code Preview on White Background

This is how #aa413d Color code will look on white background color. Color contrast ratio is 5.94

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

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,61,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(61,166,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,65,61,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }