crispedge.com

Color picker

Loading...

#a3473d hex color - Red - Warm color - Information

#a3473d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #a3473d Color code in RGB color code model is created after adding 63.92% red color, 27.84% green color and 23.92% blue color. Hex #a3473d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 63% yellow and 36% black.

Hex #a3473d color code is between #aa4444 web safe hex color code and #995533 web safe hex color code. #aa4444 is the nearest web safe color code. You can see here many more shades of #a3473d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codea3473d#a3473d
RGB Decimal163, 71, 61rgb(163, 71, 61)
RGB Percent64%, 28%, 24%rgb(64%, 28%, 24%)
CSS RGBa163, 71, 61,1rgba(163,71,61,1)
CMYK Modelcmyk(0%,56%,63%,36%)
HSL Color Space6,46% ,44%hsl(6,46% ,44%)
HSV Color Space6°, 63%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000110100011100111101
Octal24310775
Decimal1637161
Hexa3473d

Different shades of #a3473d color code.

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

Light Shade of #a3473d
#bf5e54
Dark Shade of #a3473d
#7e372f
Saturated Shade of #a3473d
#ae3e32
Desaturated Shade of #a3473d
#985048
Grey scale Shade of #a3473d
#707070
Brighten Shade
#bc6056
Most Readable Shade
#FFFFFF

Shades of #a3473d color code

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

#a3473d
#903f36
#7e372f
#6c2f28
#5a2721
#481f1b
#361714
#240f0d
#120706
#000000

Similar Color like #a3473d color

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

#a4483e
#a5493f
#a64a40
#a74b41
#a84c42
#a94d43
#aa4e44
#ab4f45
#ac5046
#ad5147
#ae5248
#af5349
#b0544a
#b1554b
#a2463c
#a1453b
#a0443a
#9f4339
#9e4238
#9d4137
#9c4036
#9b3f35
#9a3e34
#993d33
#983c32
#973b31
#963a30
#95392f

Monochromatic Color with #a3473d

#a3473d
#cd5a4d
#f86c5d
#230f0d
#4e221d
#78342d

Tints of #a3473d Color

#a3473d
#ad5b52
#b76f68
#c1847d
#cb9893
#d6ada8
#e0c1be
#ead6d3
#f4eae9
#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

#a3473d
#3d99a3

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

Split Complementary

#a3473d
#3da37a
#3d66a3

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

Analogous Color

#a33d5c
#a33d47
#a3473d
#a35b3d
#a3703d

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

#a3473d
#3da347
#473da3

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

#a3473d
#66a33d
#3d99a3
#7a3da3

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

#a3473d
#3d99a3
#3d66a3
#a37a3d

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

#a3473d Color Code Preview on Black Background Color

This is how #a3473d Color will look on black background color. Color contrast ratio is 3.53

#a3473d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a3473d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a3473d

#a3473d color code is use for CSS Background Color

Background color for the above div is #a3473d

HTML with inline CSS

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

#a3473d color code is use for CSS Border Color

CSS Border color for the above div is #a3473d

HTML with inline CSS

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

CSS Border Left color for the above div is #a3473d

HTML with inline CSS

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

CSS Border Right color for the above div is #a3473d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a3473d

HTML with inline CSS

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

CSS Border Top color for the above div is #a3473d

HTML with inline CSS

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

#a3473d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a3473d Color code Preview on White Background

This is how #a3473d Color code will look on white background color. Color contrast ratio is 5.96

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(163,71,61,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(61,153,163,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(163,71,61,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.