crispedge.com

Color picker

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

#a45e6f hex color - Red - Warm color - Information

#a45e6f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #a45e6f Color code in RGB color code model is created after adding 64.31% red color, 36.86% green color and 43.53% blue color. Hex #a45e6f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 43% magenta, 32% yellow and 36% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea45e6f#a45e6f
RGB Decimal164, 94, 111rgb(164, 94, 111)
RGB Percent64%, 37%, 44%rgb(64%, 37%, 44%)
CSS RGBa164, 94, 111,1rgba(164,94,111,1)
CMYK Modelcmyk(0%,43%,32%,36%)
HSL Color Space345,28% ,51%hsl(345,28% ,51%)
HSV Color Space345°, 43%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001000101111001101111
Octal244136157
Decimal16494111
Hexa45e6f

Different shades of #a45e6f color code.

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

Light Shade of #a45e6f
#b67f8c
Dark Shade of #a45e6f
#844b59
Saturated Shade of #a45e6f
#b15168
Desaturated Shade of #a45e6f
#976b75
Grey scale Shade of #a45e6f
#818181
Brighten Shade
#bd7788
Most Readable Shade
#FFFFFF

Shades of #a45e6f color code

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

#a45e6f
#915362
#7f4956
#6d3e4a
#5b343d
#482931
#361f25
#241418
#120a0c
#000000

Similar Color like #a45e6f color

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

#a55f70
#a66071
#a76172
#a86273
#a96374
#aa6475
#ab6576
#ac6677
#ad6778
#ae6879
#af697a
#b06a7b
#b16b7c
#b26c7d
#a35d6e
#a25c6d
#a15b6c
#a05a6b
#9f596a
#9e5869
#9d5768
#9c5667
#9b5566
#9a5465
#995364
#985263
#975162
#965061

Monochromatic Color with #a45e6f

#a45e6f
#ce768c
#f98fa9
#241519
#4f2d35
#794652

Tints of #a45e6f Color

#a45e6f
#ae6f7f
#b8818f
#c2939f
#cca5af
#d6b7bf
#e0c9cf
#eadbdf
#f4edef
#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

#a45e6f
#5ea493

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

Split Complementary

#a45e6f
#5ea470
#5e92a4

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

Analogous Color

#a45e8b
#a45e7d
#a45e6f
#a45e61
#a4695e

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

#a45e6f
#6fa45e
#5e6fa4

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

#a45e6f
#92a45e
#5ea493
#705ea4

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

#a45e6f
#5ea493
#5e92a4
#a4705e

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

#a45e6f Color Code Preview on Black Background Color

This is how #a45e6f Color will look on black background color. Color contrast ratio is 4.41

#a45e6f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a45e6f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a45e6f

#a45e6f color code is use for CSS Background Color

Background color for the above div is #a45e6f

HTML with inline CSS

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

#a45e6f color code is use for CSS Border Color

CSS Border color for the above div is #a45e6f

HTML with inline CSS

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

CSS Border Left color for the above div is #a45e6f

HTML with inline CSS

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

CSS Border Right color for the above div is #a45e6f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a45e6f

HTML with inline CSS

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

CSS Border Top color for the above div is #a45e6f

HTML with inline CSS

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

#a45e6f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a45e6f Color code Preview on White Background

This is how #a45e6f Color code will look on white background color. Color contrast ratio is 4.76

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

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.