Skip to main content Skip to docs navigation

#aa646d 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 Berry Crush and its hex is #AA6772 Nearest Color Name

Color Hue/Base color: Red

Hex #aa646d Color code in RGB color code model is created after adding 66.67% red color, 39.22% green color and 42.75% blue color. Hex #aa646d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 36% yellow and 33.33% black.

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

RGB Chart

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

Color Table

Hex Color Code aa646d #aa646d
RGB Decimal 170, 100, 109 170, 100, 109
RGB Percent 67%, 39%, 43% rgb(67%, 39%, 43%)
CSS RGBa 170, 100, 109,1 rgba(170,100,109,1)
CMYK Model cmyk(0%,41%,36%,33.33%)
HSL Color Space 352,29% ,53% hsl(352,29% ,53%)
HSV Color Space 352°, 41%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 01100100 01101101
Octal 252 144 155
Decimal 170 100 109
Hex aa 64 6d

Different shades of #aa646d color code.

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

Darkest of #aa646d
#4c292e
Darker of #aa646d
#6c3b42
Dark of #aa646d
#8d4e56
Base of #aa646d
#aa646d
Light of #aa646d
#bc858c
Lighter
#cea6ab
Lightest
#e0c7ca

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

#aa646d
#64aaa1

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

Split Complementary

#aa646d
#64aa7e
#6490aa

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

Analogous Color

#aa6496
#aa648a
#aa646d
#aa7264
#aa9064

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

#aa646d
#646daa
#6daa64

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

#aa646d
#6daa64
#64aaa1
#a164aa

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

#aa646d
#90aa64
#64aaa1
#7e64aa

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

#2b171a
#4c292e
#6c3b42
#8d4e56
#aa646d
#bc858c
#cea6ab
#e0c7ca
#f2e8e9

Tints of #aa646d Color

#aa646d
#b3757d
#bc868d
#c6979d
#cfa8ad
#d9babe
#e2cbce
#ecdcde
#f5edee
#ffffff

Shades of #aa646d color code

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

#aa646d
#975860
#844d54
#714248
#5e373c
#4b2c30
#382124
#251618
#120b0c
#000000

Tones

#aa646d
#927c7f
#878787
#878787
#878787

Tones

Similar Color like #aa646d color

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

#ab656e
#ac666f
#ad6770
#ae6871
#af6972
#b06a73
#b16b74
#b26c75
#b36d76
#b46e77
#b56f78
#b67079
#b7717a
#b8727b
#a9636c
#a8626b
#a7616a
#a66069
#a55f68
#a45e67
#a35d66
#a25c65
#a15b64
#a05a63
#9f5962
#9e5861
#9d5760
#9c565f

Download this Dark Red

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

#aa646d Color Code Preview on Black Background Color

This is how #aa646d Color will look on black background color. Color contrast ratio is 4.75

#aa646d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa646d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa646d

#aa646d color code is use for CSS Background Color

Background color for the above div is #aa646d

HTML with inline CSS

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

#aa646d color code is use for CSS Border Color

CSS Border color for the above div is #aa646d

HTML with inline CSS

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

CSS Border Left color for the above div is #aa646d

HTML with inline CSS

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

CSS Border Right color for the above div is #aa646d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa646d

HTML with inline CSS

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

CSS Border Top color for the above div is #aa646d

HTML with inline CSS

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

#aa646d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa646d Color code Preview on White Background

This is how #aa646d Color code will look on white background color. Color contrast ratio is 4.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 #aa646d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #aa646d; }

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