crispedge.com

Color picker

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

#a84c5e hex color - Red - Warm color - Information

#a84c5e hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #a84c5e Color code in RGB color code model is created after adding 65.88% red color, 29.8% green color and 36.86% blue color. Hex #a84c5e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 44% yellow and 34% black.

Hex #a84c5e color code is between #aa4466 web safe hex color code and #995555 web safe hex color code. #aa4466 is the nearest web safe color code. You can see here many more shades of #a84c5e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea84c5e#a84c5e
RGB Decimal168, 76, 94rgb(168, 76, 94)
RGB Percent66%, 30%, 37%rgb(66%, 30%, 37%)
CSS RGBa168, 76, 94,1rgba(168,76,94,1)
CMYK Modelcmyk(0%,55%,44%,34%)
HSL Color Space348,38% ,48%hsl(348,38% ,48%)
HSV Color Space348°, 55%, 66%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010000100110001011110
Octal250114136
Decimal1687694
Hexa84c5e

Different shades of #a84c5e color code.

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

Light Shade of #a84c5e
#bc6b7b
Dark Shade of #a84c5e
#853c4a
Saturated Shade of #a84c5e
#b44057
Desaturated Shade of #a84c5e
#9c5865
Grey scale Shade of #a84c5e
#7a7a7a
Brighten Shade
#c16577
Most Readable Shade
#FFFFFF

Shades of #a84c5e color code

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

#a84c5e
#954353
#823b49
#70323e
#5d2a34
#4a2129
#38191f
#251014
#12080a
#000000

Similar Color like #a84c5e color

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

#a94d5f
#aa4e60
#ab4f61
#ac5062
#ad5163
#ae5264
#af5365
#b05466
#b15567
#b25668
#b35769
#b4586a
#b5596b
#b65a6c
#a74b5d
#a64a5c
#a5495b
#a4485a
#a34759
#a24658
#a14557
#a04456
#9f4355
#9e4254
#9d4153
#9c4052
#9b3f51
#9a3e50

Monochromatic Color with #a84c5e

#a84c5e
#d25f76
#fd728e
#281217
#53262e
#7d3946

Tints of #a84c5e Color

#a84c5e
#b15f6f
#bb7381
#c58793
#ce9ba5
#d8afb7
#e2c3c9
#ebd7db
#f5ebed
#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

#a84c5e
#4ca896

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

Split Complementary

#a84c5e
#4ca868
#4c8ca8

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

Analogous Color

#a84c83
#a84c70
#a84c5e
#a84c4c
#a85f4c

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

#a84c5e
#5ea84c
#4c5ea8

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

#a84c5e
#8ca84c
#4ca896
#684ca8

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

#a84c5e
#4ca896
#4c8ca8
#a8684c

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

#a84c5e Color Code Preview on Black Background Color

This is how #a84c5e Color will look on black background color. Color contrast ratio is 3.86

#a84c5e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a84c5e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a84c5e

#a84c5e color code is use for CSS Background Color

Background color for the above div is #a84c5e

HTML with inline CSS

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

#a84c5e color code is use for CSS Border Color

CSS Border color for the above div is #a84c5e

HTML with inline CSS

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

CSS Border Left color for the above div is #a84c5e

HTML with inline CSS

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

CSS Border Right color for the above div is #a84c5e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a84c5e

HTML with inline CSS

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

CSS Border Top color for the above div is #a84c5e

HTML with inline CSS

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

#a84c5e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a84c5e Color code Preview on White Background

This is how #a84c5e Color code will look on white background color. Color contrast ratio is 5.44

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

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.