Skip to main content Skip to docs navigation

#aa253f hex color | Download Dark Brown 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 Romeo O Romeo and its hex is #A4233C Nearest Color Name

Color Hue/Base color: Brown

Hex #aa253f Color code in RGB color code model is created after adding 66.67% red color, 14.51% green color and 24.71% blue color. Hex #aa253f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 78% magenta, 63% yellow and 33.33% black.

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

RGB Chart

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

Color Table

Hex Color Code aa253f #aa253f
RGB Decimal 170, 37, 63 170, 37, 63
RGB Percent 67%, 15%, 25% rgb(67%, 15%, 25%)
CSS RGBa 170, 37, 63,1 rgba(170,37,63,1)
CMYK Model cmyk(0%,78%,63%,33.33%)
HSL Color Space 348,64% ,41% hsl(348,64% ,41%)
HSV Color Space 348°, 78%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 00100101 00111111
Octal 252 45 77
Decimal 170 37 63
Hex aa 25 3f

Different shades of #aa253f color code.

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

Darkest of #aa253f
#2c0a10
Darker of #aa253f
#561320
Dark of #aa253f
#801c2f
Base of #aa253f
#aa253f
Light of #aa253f
#d23050
Lighter
#db5a73
Lightest
#e48497

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

#aa253f
#25aa90

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

Split Complementary

#aa253f
#25aa4e
#2582aa

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

Analogous Color

#aa258d
#aa2576
#aa253f
#aa3725
#aa6f25

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

#aa253f
#253faa
#3faa25

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

#aa253f
#3faa25
#25aa90
#9025aa

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

#aa253f
#82aa25
#25aa90
#4e25aa

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

#020101
#2c0a10
#561320
#801c2f
#aa253f
#d23050
#db5a73
#e48497
#edaeba

Tints of #aa253f Color

#aa253f
#b33d54
#bc5569
#c66d7f
#cf8594
#d99ea9
#e2b6bf
#ecced4
#f5e6e9
#ffffff

Shades of #aa253f color code

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

#aa253f
#972038
#841c31
#71182a
#5e1423
#4b101c
#380c15
#25080e
#120407
#000000

Tones

#aa253f
#953a4c
#814e58
#6c6365
#686868

Tones

Similar Color like #aa253f color

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

#ab2640
#ac2741
#ad2842
#ae2943
#af2a44
#b02b45
#b12c46
#b22d47
#b32e48
#b42f49
#b5304a
#b6314b
#b7324c
#b8334d
#a9243e
#a8233d
#a7223c
#a6213b
#a5203a
#a41f39
#a31e38
#a21d37
#a11c36
#a01b35
#9f1a34
#9e1933
#9d1832
#9c1731

Download this Dark Brown

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

#aa253f Color Code Preview on Black Background Color

This is how #aa253f Color will look on black background color. Color contrast ratio is 3.05

#aa253f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa253f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa253f

#aa253f color code is use for CSS Background Color

Background color for the above div is #aa253f

HTML with inline CSS

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

#aa253f color code is use for CSS Border Color

CSS Border color for the above div is #aa253f

HTML with inline CSS

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

CSS Border Left color for the above div is #aa253f

HTML with inline CSS

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

CSS Border Right color for the above div is #aa253f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa253f

HTML with inline CSS

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

CSS Border Top color for the above div is #aa253f

HTML with inline CSS

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

#aa253f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa253f Color code Preview on White Background

This is how #aa253f Color code will look on white background color. Color contrast ratio is 6.90

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

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