Skip to main content Skip to docs navigation

#aa401e hex color | Download Dark Orange 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 Pantone 1675 C and its hex is #A9431E Nearest Color Name

Color Hue/Base color: Orange

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

Hex #aa401e color code is between #994422 web safe hex color code and #bb3311 web safe hex color code. #994422 is the nearest web safe color code. You can see here many more shades of #aa401e color code.

RGB Chart

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

Color Table

Hex Color Code aa401e #aa401e
RGB Decimal 170, 64, 30 170, 64, 30
RGB Percent 67%, 25%, 12% rgb(67%, 25%, 12%)
CSS RGBa 170, 64, 30,1 rgba(170,64,30,1)
CMYK Model cmyk(0%,62%,82%,33.33%)
HSL Color Space 15,70% ,39% hsl(15,70% ,39%)
HSV Color Space 15°, 82%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 01000000 00011110
Octal 252 100 36
Decimal 170 64 30
Hex aa 40 1e

Different shades of #aa401e color code.

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

Darkest of #aa401e
#280f07
Darker of #aa401e
#531f0f
Dark of #aa401e
#7f3016
Base of #aa401e
#aa401e
Light of #aa401e
#d55026
Lighter
#e0724e
Lightest
#e7947a

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

#aa401e
#1e88aa

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

Split Complementary

#aa401e
#1eaa86
#1e42aa

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

Analogous Color

#aa1e4e
#aa1e36
#aa401e
#aa6f1e
#aaa91e

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

#aa401e
#401eaa
#1eaa40

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

#aa401e
#1eaa40
#1e88aa
#aa1e88

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

#aa401e
#42aa1e
#1e88aa
#861eaa

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

#000000
#280f07
#531f0f
#7f3016
#aa401e
#d55026
#e0724e
#e7947a
#efb7a5

Tints of #aa401e Color

#aa401e
#b35537
#bc6a50
#c67f69
#cf9482
#d9aa9b
#e2bfb4
#ecd4cd
#f5e9e6
#ffffff

Shades of #aa401e color code

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

#aa401e
#97381a
#843117
#712a14
#5e2310
#4b1c0d
#38150a
#250e06
#120703
#000000

Tones

#aa401e
#964a32
#825546
#6e5f5a
#646464

Tones

Similar Color like #aa401e color

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

#ab411f
#ac4220
#ad4321
#ae4422
#af4523
#b04624
#b14725
#b24826
#b34927
#b44a28
#b54b29
#b64c2a
#b74d2b
#b84e2c
#a93f1d
#a83e1c
#a73d1b
#a63c1a
#a53b19
#a43a18
#a33917
#a23816
#a13715
#a03614
#9f3513
#9e3412
#9d3311
#9c3210

Download this Dark Orange

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

#aa401e Color Code Preview on Black Background Color

This is how #aa401e Color will look on black background color. Color contrast ratio is 3.46

#aa401e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa401e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa401e

#aa401e color code is use for CSS Background Color

Background color for the above div is #aa401e

HTML with inline CSS

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

#aa401e color code is use for CSS Border Color

CSS Border color for the above div is #aa401e

HTML with inline CSS

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

CSS Border Left color for the above div is #aa401e

HTML with inline CSS

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

CSS Border Right color for the above div is #aa401e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa401e

HTML with inline CSS

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

CSS Border Top color for the above div is #aa401e

HTML with inline CSS

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

#aa401e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa401e Color code Preview on White Background

This is how #aa401e Color code will look on white background color. Color contrast ratio is 6.07

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

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