crispedge.com

Color picker

Loading...

#ac496d hex color - Red - Warm color - Information

#ac496d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ac496d Color code in RGB color code model is created after adding 67.45% red color, 28.63% green color and 42.75% blue color. Hex #ac496d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 37% yellow and 33% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeac496d#ac496d
RGB Decimal172, 73, 109rgb(172, 73, 109)
RGB Percent67%, 29%, 43%rgb(67%, 29%, 43%)
CSS RGBa172, 73, 109,1rgba(172,73,109,1)
CMYK Modelcmyk(0%,58%,37%,33%)
HSL Color Space338,40% ,48%hsl(338,40% ,48%)
HSV Color Space338°, 58%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011000100100101101101
Octal254111155
Decimal17273109
Hexac496d

Different shades of #ac496d color code.

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

Light Shade of #ac496d
#bf6988
Dark Shade of #ac496d
#883a56
Saturated Shade of #ac496d
#b83d6a
Desaturated Shade of #ac496d
#a05570
Grey scale Shade of #ac496d
#7a7a7a
Brighten Shade
#c56286
Most Readable Shade
#FFFFFF

Shades of #ac496d color code

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

#ac496d
#984060
#853854
#723048
#5f283c
#4c2030
#391824
#261018
#13080c
#000000

Similar Color like #ac496d color

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

#ad4a6e
#ae4b6f
#af4c70
#b04d71
#b14e72
#b24f73
#b35074
#b45175
#b55276
#b65377
#b75478
#b85579
#b9567a
#ba577b
#ab486c
#aa476b
#a9466a
#a84569
#a74468
#a64367
#a54266
#a44165
#a34064
#a23f63
#a13e62
#a03d61
#9f3c60
#9e3b5f

Monochromatic Color with #ac496d

#ac496d
#d65b88
#020101
#2c131c
#572537
#813752

Tints of #ac496d Color

#ac496d
#b55d7d
#be718d
#c7859d
#d099ad
#daaebe
#e3c2ce
#ecd6de
#f5eaee
#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

#ac496d
#49ac88

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

Split Complementary

#ac496d
#49ac56
#499eac

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

Analogous Color

#ac4995
#ac4981
#ac496d
#ac4959
#ac4d49

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

#ac496d
#6dac49
#496dac

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

#ac496d
#9eac49
#49ac88
#5649ac

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

#ac496d
#49ac88
#499eac
#ac5749

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

#ac496d Color Code Preview on Black Background Color

This is how #ac496d Color will look on black background color. Color contrast ratio is 3.93

#ac496d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac496d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac496d

#ac496d color code is use for CSS Background Color

Background color for the above div is #ac496d

HTML with inline CSS

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

#ac496d color code is use for CSS Border Color

CSS Border color for the above div is #ac496d

HTML with inline CSS

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

CSS Border Left color for the above div is #ac496d

HTML with inline CSS

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

CSS Border Right color for the above div is #ac496d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac496d

HTML with inline CSS

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

CSS Border Top color for the above div is #ac496d

HTML with inline CSS

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

#ac496d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac496d Color code Preview on White Background

This is how #ac496d Color code will look on white background color. Color contrast ratio is 5.35

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

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,73,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(73,172,136,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,73,109,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.