Skip to main content Skip to docs navigation

#aa160f 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 Büchel Cherry and its hex is #AA1111 Nearest Color Name

Color Hue/Base color: Red

Hex #aa160f Color code in RGB color code model is created after adding 66.67% red color, 8.63% green color and 5.88% blue color. Hex #aa160f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 87% magenta, 91% yellow and 33.33% black.

Hex #aa160f color code is between #991111 web safe hex color code and #bb2200 web safe hex color code. #991111 is the nearest web safe color code. You can see here many more shades of #aa160f color code.

RGB Chart

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

Color Table

Hex Color Code aa160f #aa160f
RGB Decimal 170, 22, 15 170, 22, 15
RGB Percent 67%, 9%, 6% rgb(67%, 9%, 6%)
CSS RGBa 170, 22, 15,1 rgba(170,22,15,1)
CMYK Model cmyk(0%,87%,91%,33.33%)
HSL Color Space 3,84% ,36% hsl(3,84% ,36%)
HSV Color Space 3°, 91%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 00010110 00001111
Octal 252 26 17
Decimal 170 22 15
Hex aa 16 0f

Different shades of #aa160f color code.

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

Darkest of #aa160f
#1d0403
Darker of #aa160f
#4c0a07
Dark of #aa160f
#7b100b
Base of #aa160f
#aa160f
Light of #aa160f
#d91c13
Lighter
#ed3b32
Lightest
#f16761

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

#aa160f
#0fa3aa

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

Split Complementary

#aa160f
#0faa63
#0f55aa

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

Analogous Color

#aa0f62
#aa0f49
#aa160f
#aa4a0f
#aa8a0f

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

#aa160f
#160faa
#0faa16

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

#aa160f
#0faa16
#0fa3aa
#aa0fa3

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

#aa160f
#55aa0f
#0fa3aa
#630faa

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

#000000
#1d0403
#4c0a07
#7b100b
#aa160f
#d91c13
#ed3b32
#f16761
#f59490

Tints of #aa160f Color

#aa160f
#b32f29
#bc4944
#c6635f
#cf7d79
#d99794
#e2b1af
#eccbc9
#f5e5e4
#ffffff

Shades of #aa160f color code

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

#aa160f
#97130d
#84110b
#710e0a
#5e0c08
#4b0906
#380705
#250403
#120201
#000000

Tones

#aa160f
#972721
#853834
#724846
#605959

Tones

Similar Color like #aa160f color

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

#ab1710
#ac1811
#ad1912
#ae1a13
#af1b14
#b01c15
#b11d16
#b21e17
#b31f18
#b42019
#b5211a
#b6221b
#b7231c
#b8241d
#a9150e
#a8140d
#a7130c
#a6120b
#a5110a
#a41009
#a30f08
#a20e07
#a10d06
#a00c05
#9f0b04
#9e0a03
#9d0902
#9c0801

Download this Dark Red

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

#aa160f Color Code Preview on Black Background Color

This is how #aa160f Color will look on black background color. Color contrast ratio is 2.83

#aa160f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa160f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa160f

#aa160f color code is use for CSS Background Color

Background color for the above div is #aa160f

HTML with inline CSS

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

#aa160f color code is use for CSS Border Color

CSS Border color for the above div is #aa160f

HTML with inline CSS

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

CSS Border Left color for the above div is #aa160f

HTML with inline CSS

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

CSS Border Right color for the above div is #aa160f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa160f

HTML with inline CSS

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

CSS Border Top color for the above div is #aa160f

HTML with inline CSS

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

#aa160f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa160f Color code Preview on White Background

This is how #aa160f Color code will look on white background color. Color contrast ratio is 7.42

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

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