crispedge.com

Color picker

Loading...

#ab4860 hex color - Red - Warm color - Information

#ab4860 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ab4860 Color code in RGB color code model is created after adding 67.06% red color, 28.24% green color and 37.65% blue color. Hex #ab4860 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 44% yellow and 33% black.

Hex #ab4860 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 #ab4860 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeab4860#ab4860
RGB Decimal171, 72, 96rgb(171, 72, 96)
RGB Percent67%, 28%, 38%rgb(67%, 28%, 38%)
CSS RGBa171, 72, 96,1rgba(171,72,96,1)
CMYK Modelcmyk(0%,58%,44%,33%)
HSL Color Space345,41% ,48%hsl(345,41% ,48%)
HSV Color Space345°, 58%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010110100100001100000
Octal253110140
Decimal1717296
Hexab4860

Different shades of #ab4860 color code.

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

Light Shade of #ab4860
#bf677c
Dark Shade of #ab4860
#87394c
Saturated Shade of #ab4860
#b73c5a
Desaturated Shade of #ab4860
#9f5466
Grey scale Shade of #ab4860
#797979
Brighten Shade
#c46179
Most Readable Shade
#FFFFFF

Shades of #ab4860 color code

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

#ab4860
#984055
#85384a
#723040
#5f2835
#4c202a
#391820
#261015
#13080a
#000000

Similar Color like #ab4860 color

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

#ac4961
#ad4a62
#ae4b63
#af4c64
#b04d65
#b14e66
#b24f67
#b35068
#b45169
#b5526a
#b6536b
#b7546c
#b8556d
#b9566e
#aa475f
#a9465e
#a8455d
#a7445c
#a6435b
#a5425a
#a44159
#a34058
#a23f57
#a13e56
#a03d55
#9f3c54
#9e3b53
#9d3a52

Monochromatic Color with #ab4860

#ab4860
#d55a78
#010001
#2b1218
#562430
#803648

Tints of #ab4860 Color

#ab4860
#b45c71
#bd7083
#c78595
#d099a6
#d9adb8
#e3c2ca
#ecd6db
#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

#ab4860
#48ab93

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

Split Complementary

#ab4860
#48ab61
#4891ab

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

Analogous Color

#ab4888
#ab4874
#ab4860
#ab484c
#ab5848

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

#ab4860
#60ab48
#4860ab

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

#ab4860
#91ab48
#48ab93
#6148ab

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

#ab4860
#48ab93
#4891ab
#ab6248

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

#ab4860 Color Code Preview on Black Background Color

This is how #ab4860 Color will look on black background color. Color contrast ratio is 3.83

#ab4860 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab4860

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab4860

#ab4860 color code is use for CSS Background Color

Background color for the above div is #ab4860

HTML with inline CSS

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

#ab4860 color code is use for CSS Border Color

CSS Border color for the above div is #ab4860

HTML with inline CSS

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

CSS Border Left color for the above div is #ab4860

HTML with inline CSS

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

CSS Border Right color for the above div is #ab4860

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab4860

HTML with inline CSS

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

CSS Border Top color for the above div is #ab4860

HTML with inline CSS

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

#ab4860 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab4860 Color code Preview on White Background

This is how #ab4860 Color code will look on white background color. Color contrast ratio is 5.49

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

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(171,72,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(72,171,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(171,72,96,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.