Skip to main content Skip to docs navigation

#ae490a 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 Rust and its hex is #A83C09 Nearest Color Name

Color Hue/Base color: Red

Hex #ae490a Color code in RGB color code model is created after adding 68.24% red color, 28.63% green color and 3.92% blue color. Hex #ae490a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 94% yellow and 31.76% black.

Hex #ae490a color code is between #aa4411 web safe hex color code and #bb5500 web safe hex color code. #aa4411 is the nearest web safe color code. You can see here many more shades of #ae490a color code.

RGB Chart

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

Color Table

Hex Color Code ae490a #ae490a
RGB Decimal 174, 73, 10 174, 73, 10
RGB Percent 68%, 29%, 4% rgb(68%, 29%, 4%)
CSS RGBa 174, 73, 10,1 rgba(174,73,10,1)
CMYK Model cmyk(0%,58%,94%,31.76%)
HSL Color Space 23,89% ,36% hsl(23,89% ,36%)
HSV Color Space 23°, 94%, 68%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101110 01001001 00001010
Octal 256 111 12
Decimal 174 73 10
Hex ae 49 0a

Different shades of #ae490a color code.

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

Darkest of #ae490a
#1d0c02
Darker of #ae490a
#4e2104
Dark of #ae490a
#7e3507
Base of #ae490a
#ae490a
Light of #ae490a
#de5d0d
Lighter
#f3782b
Lightest
#f6975b

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

#ae490a
#0a6fae

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

Split Complementary

#ae490a
#0aae9b
#0a1dae

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

Analogous Color

#ae0a2b
#ae0a0f
#ae490a
#ae800a
#98ae0a

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

#ae490a
#490aae
#0aae49

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

#ae490a
#0aae49
#0a6fae
#ae0a6f

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

#ae490a
#1dae0a
#0a6fae
#9b0aae

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

#000000
#1d0c02
#4e2104
#7e3507
#ae490a
#de5d0d
#f3782b
#f6975b
#f8b58c

Tints of #ae490a Color

#ae490a
#b75d25
#c07140
#c9855b
#d29976
#dbae92
#e4c2ad
#edd6c8
#f6eae3
#ffffff

Shades of #ae490a color code

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

#ae490a
#9a4008
#873807
#743006
#602805
#4d2004
#3a1803
#261002
#130801
#000000

Tones

#ae490a
#9c4d1c
#89522f
#775641
#645a54

Tones

Similar Color like #ae490a color

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

#af4a0b
#b04b0c
#b14c0d
#b24d0e
#b34e0f
#b44f10
#b55011
#b65112
#b75213
#b85314
#b95415
#ba5516
#bb5617
#bc5718
#ad4809
#ac4708
#ab4607
#aa4506
#a94405
#a84304
#a74203
#a64102
#a54001
#a43f00
#a33e00
#a23d00
#a13c00
#a03b00

Download this Dark Red

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

#ae490a Color Code Preview on Black Background Color

This is how #ae490a Color will look on black background color. Color contrast ratio is 3.76

#ae490a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae490a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae490a

#ae490a color code is use for CSS Background Color

Background color for the above div is #ae490a

HTML with inline CSS

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

#ae490a color code is use for CSS Border Color

CSS Border color for the above div is #ae490a

HTML with inline CSS

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

CSS Border Left color for the above div is #ae490a

HTML with inline CSS

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

CSS Border Right color for the above div is #ae490a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae490a

HTML with inline CSS

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

CSS Border Top color for the above div is #ae490a

HTML with inline CSS

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

#ae490a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae490a Color code Preview on White Background

This is how #ae490a Color code will look on white background color. Color contrast ratio is 5.59

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

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(174,73,10,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(10,111,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,73,10,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }