@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#a2472e hex color - Orange - Warm color - Information

#a2472e hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #a2472e Color code in RGB color code model is created after adding 63.53% red color, 27.84% green color and 18.04% blue color. Hex #a2472e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 72% yellow and 36.47% black.

Hex #a2472e color code is between #aa4433 web safe hex color code and #995522 web safe hex color code. #aa4433 is the nearest web safe color code. You can see here many more shades of #a2472e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea2472e#a2472e
RGB Decimal162, 71, 46rgb(162, 71, 46)
RGB Percent64%, 28%, 18%rgb(64%, 28%, 18%)
CSS RGBa162, 71, 46,1rgba(162,71,46,1)
CMYK Modelcmyk(0%,56%,72%,36.47%)
HSL Color Space13,56% ,41%hsl(13,56% ,41%)
HSV Color Space13°, 72%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000100100011100101110
Octal24210756
Decimal1627146
Hexa2472e

Different shades of #a2472e color code.

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

Light Shade of #a2472e
#c75a3c
Dark Shade of #a2472e
#7a3623
Saturated Shade of #a2472e
#ac4124
Desaturated Shade of #a2472e
#984d38
Grey scale Shade of #a2472e
#686868
Brighten Shade
#bb6047
Most Readable Shade
#FFFFFF

Shades of #a2472e color code

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

#a2472e
#903f28
#7e3723
#6c2f1e
#5a2719
#481f14
#36170f
#240f0a
#120705
#000000

Similar Color like #a2472e color

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

#a3482f
#a44930
#a54a31
#a64b32
#a74c33
#a84d34
#a94e35
#aa4f36
#ab5037
#ac5138
#ad5239
#ae533a
#af543b
#b0553c
#a1462d
#a0452c
#9f442b
#9e432a
#9d4229
#9c4128
#9b4027
#9a3f26
#993e25
#983d24
#973c23
#963b22
#953a21
#943920

Monochromatic Color with #a2472e

#a2472e
#cc5a3a
#f76c46
#220f0a
#4d2216
#773422

Tints of #a2472e Color

#a2472e
#ac5b45
#b66f5c
#c18473
#cb988a
#d5ada2
#e0c1b9
#ead6d0
#f4eae7
#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

#a2472e
#2e89a2

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

Split Complementary

#a2472e
#2ea281
#2e4fa2

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

Analogous Color

#a22e43
#a2302e
#a2472e
#a25e2e
#a2752e

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

#a2472e
#2ea247
#472ea2

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

#a2472e
#4fa22e
#2e89a2
#812ea2

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

#a2472e
#2e89a2
#2e4fa2
#a2812e

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

#a2472e Color Code Preview on Black Background Color

This is how #a2472e Color will look on black background color. Color contrast ratio is 3.48

#a2472e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a2472e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a2472e

#a2472e color code is use for CSS Background Color

Background color for the above div is #a2472e

HTML with inline CSS

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

#a2472e color code is use for CSS Border Color

CSS Border color for the above div is #a2472e

HTML with inline CSS

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

CSS Border Left color for the above div is #a2472e

HTML with inline CSS

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

CSS Border Right color for the above div is #a2472e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a2472e

HTML with inline CSS

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

CSS Border Top color for the above div is #a2472e

HTML with inline CSS

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

#a2472e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a2472e Color code Preview on White Background

This is how #a2472e Color code will look on white background color. Color contrast ratio is 6.04

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

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(162,71,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(46,137,162,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(162,71,46,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.