crispedge.com

Color picker

Loading...

#ac715e hex color - Red - Warm color - Information

#ac715e hex color - Red - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Red

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

Hex #ac715e color code is between #aa7766 web safe hex color code and #bb6655 web safe hex color code. #aa7766 is the nearest web safe color code. You can see here many more shades of #ac715e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeac715e#ac715e
RGB Decimal172, 113, 94rgb(172, 113, 94)
RGB Percent67%, 44%, 37%rgb(67%, 44%, 37%)
CSS RGBa172, 113, 94,1rgba(172,113,94,1)
CMYK Modelcmyk(0%,34%,45%,33%)
HSL Color Space15,32% ,52%hsl(15,32% ,52%)
HSV Color Space15°, 45%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011000111000101011110
Octal254161136
Decimal17211394
Hexac715e

Different shades of #ac715e color code.

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

Light Shade of #ac715e
#bd8f80
Dark Shade of #ac715e
#8e5a49
Saturated Shade of #ac715e
#b86b52
Desaturated Shade of #ac715e
#a0776a
Grey scale Shade of #ac715e
#858585
Brighten Shade
#c58a77
Most Readable Shade
#FFFFFF

Shades of #ac715e color code

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

#ac715e
#986453
#855749
#724b3e
#5f3e34
#4c3229
#39251f
#261914
#130c0a
#000000

Similar Color like #ac715e color

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

#ad725f
#ae7360
#af7461
#b07562
#b17663
#b27764
#b37865
#b47966
#b57a67
#b67b68
#b77c69
#b87d6a
#b97e6b
#ba7f6c
#ab705d
#aa6f5c
#a96e5b
#a86d5a
#a76c59
#a66b58
#a56a57
#a46956
#a36855
#a26754
#a16653
#a06552
#9f6451
#9e6350

Monochromatic Color with #ac715e

#ac715e
#d68d75
#020101
#2c1d18
#573930
#815547

Tints of #ac715e Color

#ac715e
#b5806f
#be9081
#c7a093
#d0b0a5
#dabfb7
#e3cfc9
#ecdfdb
#f5efed
#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

#ac715e
#5e99ac

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

Split Complementary

#ac715e
#5eac98
#5e72ac

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

Analogous Color

#ac5e6a
#ac615e
#ac715e
#ac815e
#ac905e

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

#ac715e
#5eac71
#715eac

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

#ac715e
#72ac5e
#5e99ac
#985eac

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

#ac715e
#5e99ac
#5e72ac
#ac985e

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

#ac715e Color Code Preview on Black Background Color

This is how #ac715e Color will look on black background color. Color contrast ratio is 5.28

#ac715e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac715e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac715e

#ac715e color code is use for CSS Background Color

Background color for the above div is #ac715e

HTML with inline CSS

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

#ac715e color code is use for CSS Border Color

CSS Border color for the above div is #ac715e

HTML with inline CSS

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

CSS Border Left color for the above div is #ac715e

HTML with inline CSS

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

CSS Border Right color for the above div is #ac715e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac715e

HTML with inline CSS

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

CSS Border Top color for the above div is #ac715e

HTML with inline CSS

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

#ac715e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac715e Color code Preview on White Background

This is how #ac715e Color code will look on white background color. Color contrast ratio is 3.98

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

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,113,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,153,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,113,94,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.