Skip to main content Skip to docs navigation

#aa486a 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 Bing Cherry Pie and its hex is #AF4967 Nearest Color Name

Color Hue/Base color: Red

Hex #aa486a Color code in RGB color code model is created after adding 66.67% red color, 28.24% green color and 41.57% blue color. Hex #aa486a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 38% yellow and 33.33% black.

Hex #aa486a color code is between #994466 web safe hex color code and #bb5577 web safe hex color code. #994466 is the nearest web safe color code. You can see here many more shades of #aa486a color code.

RGB Chart

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

Color Table

Hex Color Code aa486a #aa486a
RGB Decimal 170, 72, 106 170, 72, 106
RGB Percent 67%, 28%, 42% rgb(67%, 28%, 42%)
CSS RGBa 170, 72, 106,1 rgba(170,72,106,1)
CMYK Model cmyk(0%,58%,38%,33.33%)
HSL Color Space 339,40% ,47% hsl(339,40% ,47%)
HSV Color Space 339°, 58%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 01001000 01101010
Octal 252 110 152
Decimal 170 72 106
Hex aa 48 6a

Different shades of #aa486a color code.

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

Darkest of #aa486a
#3f1a27
Darker of #aa486a
#622a3d
Dark of #aa486a
#863954
Base of #aa486a
#aa486a
Light of #aa486a
#be6785
Lighter
#ce8aa2
Lightest
#ddaebe

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

#aa486a
#48aa88

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

Split Complementary

#aa486a
#48aa57
#489baa

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

Analogous Color

#aa48a3
#aa4893
#aa486a
#aa4849
#aa6f48

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

#aa486a
#486aaa
#6aaa48

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

#aa486a
#6aaa48
#48aa88
#8848aa

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

#aa486a
#9baa48
#48aa88
#5748aa

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

#1b0b11
#3f1a27
#622a3d
#863954
#aa486a
#be6785
#ce8aa2
#ddaebe
#ecd2db

Tints of #aa486a Color

#aa486a
#b35c7a
#bc708b
#c6859b
#cf99ac
#d9adbc
#e2c2cd
#ecd6dd
#f5eaee
#ffffff

Shades of #aa486a color code

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

#aa486a
#97405e
#843852
#713046
#5e283a
#4b202f
#381823
#251017
#12080b
#000000

Tones

#aa486a
#926071
#7a7879
#797979
#797979

Tones

Similar Color like #aa486a color

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

#ab496b
#ac4a6c
#ad4b6d
#ae4c6e
#af4d6f
#b04e70
#b14f71
#b25072
#b35173
#b45274
#b55375
#b65476
#b75577
#b85678
#a94769
#a84668
#a74567
#a64466
#a54365
#a44264
#a34163
#a24062
#a13f61
#a03e60
#9f3d5f
#9e3c5e
#9d3b5d
#9c3a5c

Download this Dark Red

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

#aa486a Color Code Preview on Black Background Color

This is how #aa486a Color will look on black background color. Color contrast ratio is 3.84

#aa486a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa486a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa486a

#aa486a color code is use for CSS Background Color

Background color for the above div is #aa486a

HTML with inline CSS

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

#aa486a color code is use for CSS Border Color

CSS Border color for the above div is #aa486a

HTML with inline CSS

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

CSS Border Left color for the above div is #aa486a

HTML with inline CSS

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

CSS Border Right color for the above div is #aa486a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa486a

HTML with inline CSS

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

CSS Border Top color for the above div is #aa486a

HTML with inline CSS

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

#aa486a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa486a Color code Preview on White Background

This is how #aa486a Color code will look on white background color. Color contrast ratio is 5.46

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

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