crispedge.com

Color picker

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

#ab6a7f hex color - Red - Warm color - Information

#ab6a7f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ab6a7f Color code in RGB color code model is created after adding 67.06% red color, 41.57% green color and 49.8% blue color. Hex #ab6a7f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 26% yellow and 33% black.

Hex #ab6a7f color code is between #aa6677 web safe hex color code and #bb7788 web safe hex color code. #aa6677 is the nearest web safe color code. You can see here many more shades of #ab6a7f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeab6a7f#ab6a7f
RGB Decimal171, 106, 127rgb(171, 106, 127)
RGB Percent67%, 42%, 50%rgb(67%, 42%, 50%)
CSS RGBa171, 106, 127,1rgba(171,106,127,1)
CMYK Modelcmyk(0%,38%,26%,33%)
HSL Color Space341,28% ,54%hsl(341,28% ,54%)
HSV Color Space341°, 38%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010110110101001111111
Octal253152177
Decimal171106127
Hexab6a7f

Different shades of #ab6a7f color code.

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

Light Shade of #ab6a7f
#bd8b9b
Dark Shade of #ab6a7f
#915166
Saturated Shade of #ab6a7f
#b75e7b
Desaturated Shade of #ab6a7f
#9f7683
Grey scale Shade of #ab6a7f
#8a8a8a
Brighten Shade
#c48398
Most Readable Shade
#FFFFFF

Shades of #ab6a7f color code

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

#ab6a7f
#985e70
#855262
#724654
#5f3a46
#4c2f38
#39232a
#26171c
#130b0e
#000000

Similar Color like #ab6a7f color

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

#ac6b80
#ad6c81
#ae6d82
#af6e83
#b06f84
#b17085
#b27186
#b37287
#b47388
#b57489
#b6758a
#b7768b
#b8778c
#b9788d
#aa697e
#a9687d
#a8677c
#a7667b
#a6657a
#a56479
#a46378
#a36277
#a26176
#a16075
#a05f74
#9f5e73
#9e5d72
#9d5c71

Monochromatic Color with #ab6a7f

#ab6a7f
#d5849f
#010101
#2b1b20
#563540
#80505f

Tints of #ab6a7f Color

#ab6a7f
#b47a8d
#bd8b9b
#c79ba9
#d0acb7
#d9bcc6
#e3cdd4
#ecdde2
#f5eef0
#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

#ab6a7f
#6aab96

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

Split Complementary

#ab6a7f
#6aab76
#6a9fab

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

Analogous Color

#ab6a99
#ab6a8c
#ab6a7f
#ab6a72
#ab6f6a

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

#ab6a7f
#7fab6a
#6a7fab

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

#ab6a7f
#9fab6a
#6aab96
#756aab

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

#ab6a7f
#6aab96
#6a9fab
#ab766a

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

#ab6a7f Color Code Preview on Black Background Color

This is how #ab6a7f Color will look on black background color. Color contrast ratio is 5.10

#ab6a7f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab6a7f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab6a7f

#ab6a7f color code is use for CSS Background Color

Background color for the above div is #ab6a7f

HTML with inline CSS

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

#ab6a7f color code is use for CSS Border Color

CSS Border color for the above div is #ab6a7f

HTML with inline CSS

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

CSS Border Left color for the above div is #ab6a7f

HTML with inline CSS

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

CSS Border Right color for the above div is #ab6a7f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab6a7f

HTML with inline CSS

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

CSS Border Top color for the above div is #ab6a7f

HTML with inline CSS

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

#ab6a7f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab6a7f Color code Preview on White Background

This is how #ab6a7f Color code will look on white background color. Color contrast ratio is 4.12

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

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.