crispedge.com

Color picker

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

#ab4d50 hex color - Red Leather - Red - Warm color - Information

#ab4d50 hex color - Red Leather - Red - Warm color

Color Hue/Base color: Red

Hex #ab4d50 Color Code is also known as Red Leather color.

Hex #ab4d50 Color code in RGB color code model is created after adding 67.06% red color, 30.2% green color and 31.37% blue color. Hex #ab4d50 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 53% yellow and 33% black.

Hex #ab4d50 color code is between #aa5555 web safe hex color code and #bb4444 web safe hex color code. #aa5555 is the nearest web safe color code. You can see here many more shades of #ab4d50 color code.

0 Likes 0 Comments | 51 Views

Color Table

Hex Color Codeab4d50#ab4d50
RGB Decimal171, 77, 80rgb(171, 77, 80)
RGB Percent67%, 30%, 31%rgb(67%, 30%, 31%)
CSS RGBa171, 77, 80,1rgba(171,77,80,1)
CMYK Modelcmyk(0%,55%,53%,33%)
HSL Color Space358,38% ,49%hsl(358,38% ,49%)
HSV Color Space358°, 55%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010110100110101010000
Octal253115120
Decimal1717780
Hexab4d50

Different shades of #ab4d50 color code.

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

Light Shade of #ab4d50
#bd6d70
Dark Shade of #ab4d50
#883d40
Saturated Shade of #ab4d50
#b74144
Desaturated Shade of #ab4d50
#9f595c
Grey scale Shade of #ab4d50
#7c7c7c
Brighten Shade
#c46669
Most Readable Shade
#FFFFFF

Shades of #ab4d50 color code

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

#ab4d50
#984447
#853b3e
#723335
#5f2a2c
#4c2223
#39191a
#261111
#130808
#000000

Similar Color like #ab4d50 color

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

#ac4e51
#ad4f52
#ae5053
#af5154
#b05255
#b15356
#b25457
#b35558
#b45659
#b5575a
#b6585b
#b7595c
#b85a5d
#b95b5e
#aa4c4f
#a94b4e
#a84a4d
#a7494c
#a6484b
#a5474a
#a44649
#a34548
#a24447
#a14346
#a04245
#9f4144
#9e4043
#9d3f42

Monochromatic Color with #ab4d50

#ab4d50
#d56064
#010000
#2b1414
#562728
#803a3c

Tints of #ab4d50 Color

#ab4d50
#b46063
#bd7476
#c7888a
#d09c9d
#d9afb1
#e3c3c4
#ecd7d8
#f5ebeb
#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

#ab4d50
#4daba8

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

Split Complementary

#ab4d50
#4dab79
#4d7fab

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

Analogous Color

#ab4d76
#ab4d63
#ab4d50
#ab5d4d
#ab704d

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

#ab4d50
#50ab4d
#4d50ab

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

#ab4d50
#7fab4d
#4daba8
#794dab

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

#ab4d50
#4daba8
#4d7fab
#ab794d

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

#ab4d50 Color Code Preview on Black Background Color

This is how #ab4d50 Color will look on black background color. Color contrast ratio is 3.91

#ab4d50 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab4d50

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab4d50

#ab4d50 color code is use for CSS Background Color

Background color for the above div is #ab4d50

HTML with inline CSS

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

#ab4d50 color code is use for CSS Border Color

CSS Border color for the above div is #ab4d50

HTML with inline CSS

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

CSS Border Left color for the above div is #ab4d50

HTML with inline CSS

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

CSS Border Right color for the above div is #ab4d50

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab4d50

HTML with inline CSS

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

CSS Border Top color for the above div is #ab4d50

HTML with inline CSS

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

#ab4d50 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab4d50 Color code Preview on White Background

This is how #ab4d50 Color code will look on white background color. Color contrast ratio is 5.37

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

Related Gradients

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

0 Likes 0 Comments | 51 Views

Post your comment:-

By submitting comment you agree to our privacy policy.