crispedge.com

Color picker

Loading...

#ac455f hex color - Red - Warm color - Information

#ac455f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ac455f Color code in RGB color code model is created after adding 67.45% red color, 27.06% green color and 37.25% blue color. Hex #ac455f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 45% yellow and 33% black.

Hex #ac455f color code is between #aa4466 web safe hex color code and #bb5555 web safe hex color code. #aa4466 is the nearest web safe color code. You can see here many more shades of #ac455f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeac455f#ac455f
RGB Decimal172, 69, 95rgb(172, 69, 95)
RGB Percent67%, 27%, 37%rgb(67%, 27%, 37%)
CSS RGBa172, 69, 95,1rgba(172,69,95,1)
CMYK Modelcmyk(0%,60%,45%,33%)
HSL Color Space345,43% ,47%hsl(345,43% ,47%)
HSV Color Space345°, 60%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011000100010101011111
Octal254105137
Decimal1726995
Hexac455f

Different shades of #ac455f color code.

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

Light Shade of #ac455f
#c1637b
Dark Shade of #ac455f
#88364b
Saturated Shade of #ac455f
#b83959
Desaturated Shade of #ac455f
#a05165
Grey scale Shade of #ac455f
#787878
Brighten Shade
#c55e78
Most Readable Shade
#FFFFFF

Shades of #ac455f color code

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

#ac455f
#983d54
#853549
#722e3f
#5f2634
#4c1e2a
#39171f
#260f15
#13070a
#000000

Similar Color like #ac455f color

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

#ad4660
#ae4761
#af4862
#b04963
#b14a64
#b24b65
#b34c66
#b44d67
#b54e68
#b64f69
#b7506a
#b8516b
#b9526c
#ba536d
#ab445e
#aa435d
#a9425c
#a8415b
#a7405a
#a63f59
#a53e58
#a43d57
#a33c56
#a23b55
#a13a54
#a03953
#9f3852
#9e3751

Monochromatic Color with #ac455f

#ac455f
#d65676
#020101
#2c1219
#572330
#813448

Tints of #ac455f Color

#ac455f
#b55970
#be6e82
#c78394
#d097a6
#daacb7
#e3c1c9
#ecd5db
#f5eaed
#ffffff

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

#ac455f
#45ac92

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

Split Complementary

#ac455f
#45ac5e
#4593ac

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

Analogous Color

#ac4588
#ac4574
#ac455f
#ac454a
#ac5445

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

#ac455f
#5fac45
#455fac

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

#ac455f
#92ac45
#45ac92
#5e45ac

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ac455f
#45ac92
#4593ac
#ac5e45

Double Complementary 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).

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

#ac455f Color Code Preview on Black Background Color

This is how #ac455f Color will look on black background color. Color contrast ratio is 3.77

#ac455f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac455f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac455f

#ac455f color code is use for CSS Background Color

Background color for the above div is #ac455f

HTML with inline CSS

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

#ac455f color code is use for CSS Border Color

CSS Border color for the above div is #ac455f

HTML with inline CSS

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

CSS Border Left color for the above div is #ac455f

HTML with inline CSS

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

CSS Border Right color for the above div is #ac455f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac455f

HTML with inline CSS

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

CSS Border Top color for the above div is #ac455f

HTML with inline CSS

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

#ac455f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac455f Color code Preview on White Background

This is how #ac455f Color code will look on white background color. Color contrast ratio is 5.57

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(172,69,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(69,172,146,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,69,95,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.