crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ab475e hex color - Red - Warm color - Information

#ab475e hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeab475e#ab475e
RGB Decimal171, 71, 94rgb(171, 71, 94)
RGB Percent67%, 28%, 37%rgb(67%, 28%, 37%)
CSS RGBa171, 71, 94,1rgba(171,71,94,1)
CMYK Modelcmyk(0%,58%,45%,33%)
HSL Color Space346,41% ,47%hsl(346,41% ,47%)
HSV Color Space346°, 58%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010110100011101011110
Octal253107136
Decimal1717194
Hexab475e

Different shades of #ab475e color code.

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

Light Shade of #ab475e
#bf667a
Dark Shade of #ab475e
#87384a
Saturated Shade of #ab475e
#b73b57
Desaturated Shade of #ab475e
#9f5365
Grey scale Shade of #ab475e
#797979
Brighten Shade
#c46077
Most Readable Shade
#FFFFFF

Shades of #ab475e color code

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

#ab475e
#983f53
#853749
#722f3e
#5f2734
#4c1f29
#39171f
#260f14
#13070a
#000000

Similar Color like #ab475e color

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

#ac485f
#ad4960
#ae4a61
#af4b62
#b04c63
#b14d64
#b24e65
#b34f66
#b45067
#b55168
#b65269
#b7536a
#b8546b
#b9556c
#aa465d
#a9455c
#a8445b
#a7435a
#a64259
#a54158
#a44057
#a33f56
#a23e55
#a13d54
#a03c53
#9f3b52
#9e3a51
#9d3950

Monochromatic Color with #ab475e

#ab475e
#d55975
#010001
#2b1218
#56242f
#803547

Tints of #ab475e Color

#ab475e
#b45b6f
#bd6f81
#c78493
#d098a5
#d9adb7
#e3c1c9
#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

#ab475e
#47ab94

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

Split Complementary

#ab475e
#47ab62
#4790ab

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

Analogous Color

#ab4786
#ab4772
#ab475e
#ab474a
#ab5847

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

#ab475e
#5eab47
#475eab

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

#ab475e
#90ab47
#47ab94
#6247ab

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

#ab475e
#47ab94
#4790ab
#ab6247

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

#ab475e Color Code Preview on Black Background Color

This is how #ab475e Color will look on black background color. Color contrast ratio is 3.79

#ab475e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab475e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab475e

#ab475e color code is use for CSS Background Color

Background color for the above div is #ab475e

HTML with inline CSS

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

#ab475e color code is use for CSS Border Color

CSS Border color for the above div is #ab475e

HTML with inline CSS

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

CSS Border Left color for the above div is #ab475e

HTML with inline CSS

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

CSS Border Right color for the above div is #ab475e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab475e

HTML with inline CSS

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

CSS Border Top color for the above div is #ab475e

HTML with inline CSS

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

#ab475e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab475e Color code Preview on White Background

This is how #ab475e Color code will look on white background color. Color contrast ratio is 5.53

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.