crispedge.com

Color picker

Loading...

#ae5671 hex color - Red - Warm color - Information

#ae5671 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ae5671 Color code in RGB color code model is created after adding 68.24% red color, 33.73% green color and 44.31% blue color. Hex #ae5671 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 35% yellow and 32% black.

Hex #ae5671 color code is between #aa5577 web safe hex color code and #bb6666 web safe hex color code. #aa5577 is the nearest web safe color code. You can see here many more shades of #ae5671 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae5671#ae5671
RGB Decimal174, 86, 113rgb(174, 86, 113)
RGB Percent68%, 34%, 44%rgb(68%, 34%, 44%)
CSS RGBa174, 86, 113,1rgba(174,86,113,1)
CMYK Modelcmyk(0%,51%,35%,32%)
HSL Color Space342,35% ,51%hsl(342,35% ,51%)
HSV Color Space342°, 51%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100101011001110001
Octal256126161
Decimal17486113
Hexae5671

Different shades of #ae5671 color code.

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

Light Shade of #ae5671
#bf788e
Dark Shade of #ae5671
#8d445a
Saturated Shade of #ae5671
#ba496c
Desaturated Shade of #ae5671
#a16276
Grey scale Shade of #ae5671
#828282
Brighten Shade
#c76f8a
Most Readable Shade
#FFFFFF

Shades of #ae5671 color code

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

#ae5671
#9a4c64
#874257
#74394b
#602f3e
#4d2632
#3a1c25
#261319
#13090c
#000000

Similar Color like #ae5671 color

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

#af5772
#b05873
#b15974
#b25a75
#b35b76
#b45c77
#b55d78
#b65e79
#b75f7a
#b8607b
#b9617c
#ba627d
#bb637e
#bc647f
#ad5570
#ac546f
#ab536e
#aa526d
#a9516c
#a8506b
#a74f6a
#a64e69
#a54d68
#a44c67
#a34b66
#a24a65
#a14964
#a04863

Monochromatic Color with #ae5671

#ae5671
#d86b8d
#040203
#2e171e
#592c3a
#834155

Tints of #ae5671 Color

#ae5671
#b76880
#c07b90
#c98ea0
#d2a1b0
#dbb3bf
#e4c6cf
#edd9df
#f6ecef
#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

#ae5671
#56ae93

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

Split Complementary

#ae5671
#56ae67
#569dae

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

Analogous Color

#ae5694
#ae5683
#ae5671
#ae565f
#ae5e56

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

#ae5671
#71ae56
#5671ae

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

#ae5671
#9dae56
#56ae93
#6756ae

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

#ae5671
#56ae93
#569dae
#ae6756

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 #ae5671 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.

#ae5671 Color Code Preview on Black Background Color

This is how #ae5671 Color will look on black background color. Color contrast ratio is 4.37

#ae5671 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae5671

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae5671

#ae5671 color code is use for CSS Background Color

Background color for the above div is #ae5671

HTML with inline CSS

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

#ae5671 color code is use for CSS Border Color

CSS Border color for the above div is #ae5671

HTML with inline CSS

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

CSS Border Left color for the above div is #ae5671

HTML with inline CSS

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

CSS Border Right color for the above div is #ae5671

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae5671

HTML with inline CSS

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

CSS Border Top color for the above div is #ae5671

HTML with inline CSS

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

#ae5671 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae5671 Color code Preview on White Background

This is how #ae5671 Color code will look on white background color. Color contrast ratio is 4.81

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

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(174,86,113,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(86,174,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,86,113,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.