Skip to main content Skip to docs navigation

#ac668d 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 Wild Mulberry and its hex is #A96388 Nearest Color Name

Color Hue/Base color: Red

Hex #ac668d Color code in RGB color code model is created after adding 67.45% red color, 40% green color and 55.29% blue color. Hex #ac668d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 18% yellow and 32.55% black.

Hex #ac668d color code is between #aa5588 web safe hex color code and #bb7799 web safe hex color code. #aa5588 is the nearest web safe color code. You can see here many more shades of #ac668d color code.

RGB Chart

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

Color Table

Hex Color Code ac668d #ac668d
RGB Decimal 172, 102, 141 172, 102, 141
RGB Percent 67%, 40%, 55% rgb(67%, 40%, 55%)
CSS RGBa 172, 102, 141,1 rgba(172,102,141,1)
CMYK Model cmyk(0%,41%,18%,32.55%)
HSL Color Space 327,30% ,54% hsl(327,30% ,54%)
HSV Color Space 327°, 41%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101100 01100110 10001101
Octal 254 146 215
Decimal 172 102 141
Hex ac 66 8d

Different shades of #ac668d color code.

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

Darkest of #ac668d
#4e2b3f
Darker of #ac668d
#703d59
Dark of #ac668d
#914e73
Base of #ac668d
#ac668d
Light of #ac668d
#be87a6
Lighter
#d0a8be
Lightest
#e2c9d7

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

#ac668d
#66ac85

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

Split Complementary

#ac668d
#6aac66
#66aca8

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

Analogous Color

#a266ac
#ac66aa
#ac668d
#ac6676
#ac7466

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

#ac668d
#668dac
#8dac66

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

#ac668d
#8dac66
#66ac85
#8566ac

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

#ac668d
#aca866
#66ac85
#666aac

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

#2d1924
#4e2b3f
#703d59
#914e73
#ac668d
#be87a6
#d0a8be
#e2c9d7
#f4eaf0

Tints of #ac668d Color

#ac668d
#b57799
#be88a6
#c799b3
#d0aabf
#dabbcc
#e3ccd9
#ecdde5
#f5eef2
#ffffff

Shades of #ac668d color code

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

#ac668d
#985a7d
#854f6d
#72445e
#5f384e
#4c2d3e
#39222f
#26161f
#130b0f
#000000

Tones

#ac668d
#947e8a
#898989
#898989
#898989

Tones

Similar Color like #ac668d color

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

#ad678e
#ae688f
#af6990
#b06a91
#b16b92
#b26c93
#b36d94
#b46e95
#b56f96
#b67097
#b77198
#b87299
#b9739a
#ba749b
#ab658c
#aa648b
#a9638a
#a86289
#a76188
#a66087
#a55f86
#a45e85
#a35d84
#a25c83
#a15b82
#a05a81
#9f5980
#9e587f

Download this Dark Red

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

#ac668d Color Code Preview on Black Background Color

This is how #ac668d Color will look on black background color. Color contrast ratio is 5.04

#ac668d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac668d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac668d

#ac668d color code is use for CSS Background Color

Background color for the above div is #ac668d

HTML with inline CSS

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

#ac668d color code is use for CSS Border Color

CSS Border color for the above div is #ac668d

HTML with inline CSS

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

CSS Border Left color for the above div is #ac668d

HTML with inline CSS

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

CSS Border Right color for the above div is #ac668d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac668d

HTML with inline CSS

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

CSS Border Top color for the above div is #ac668d

HTML with inline CSS

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

#ac668d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac668d Color code Preview on White Background

This is how #ac668d Color code will look on white background color. Color contrast ratio is 4.17

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

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(172,102,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(102,172,133,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,102,141,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }