crispedge.com

Color picker

Loading...

#ae4d3a hex color - Orange - Warm color - Information

#ae4d3a hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #ae4d3a Color code in RGB color code model is created after adding 68.24% red color, 30.2% green color and 22.75% blue color. Hex #ae4d3a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 56% magenta, 67% yellow and 32% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae4d3a#ae4d3a
RGB Decimal174, 77, 58rgb(174, 77, 58)
RGB Percent68%, 30%, 23%rgb(68%, 30%, 23%)
CSS RGBa174, 77, 58,1rgba(174,77,58,1)
CMYK Modelcmyk(0%,56%,67%,32%)
HSL Color Space10,50% ,45%hsl(10,50% ,45%)
HSV Color Space10°, 67%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100100110100111010
Octal25611572
Decimal1747758
Hexae4d3a

Different shades of #ae4d3a color code.

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

Light Shade of #ae4d3a
#c66755
Dark Shade of #ae4d3a
#883c2d
Saturated Shade of #ae4d3a
#ba452e
Desaturated Shade of #ae4d3a
#a25546
Grey scale Shade of #ae4d3a
#747474
Brighten Shade
#c76653
Most Readable Shade
#FFFFFF

Shades of #ae4d3a color code

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

#ae4d3a
#9a4433
#873b2d
#743326
#602a20
#4d2219
#3a1913
#26110c
#130806
#000000

Similar Color like #ae4d3a color

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

#af4e3b
#b04f3c
#b1503d
#b2513e
#b3523f
#b45340
#b55441
#b65542
#b75643
#b85744
#b95845
#ba5946
#bb5a47
#bc5b48
#ad4c39
#ac4b38
#ab4a37
#aa4936
#a94835
#a84734
#a74633
#a64532
#a54431
#a44330
#a3422f
#a2412e
#a1402d
#a03f2c

Monochromatic Color with #ae4d3a

#ae4d3a
#d86048
#040201
#2e150f
#59271e
#833a2c

Tints of #ae4d3a Color

#ae4d3a
#b7604f
#c07465
#c9887b
#d29c91
#dbafa7
#e4c3bd
#edd7d3
#f6ebe9
#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

#ae4d3a
#3a9bae

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

Split Complementary

#ae4d3a
#3aae87
#3a61ae

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

Analogous Color

#ae3a55
#ae3a3e
#ae4d3a
#ae643a
#ae7b3a

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

#ae4d3a
#3aae4d
#4d3aae

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

#ae4d3a
#61ae3a
#3a9bae
#873aae

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

#ae4d3a
#3a9bae
#3a61ae
#ae873a

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

#ae4d3a Color Code Preview on Black Background Color

This is how #ae4d3a Color will look on black background color. Color contrast ratio is 3.92

#ae4d3a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae4d3a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae4d3a

#ae4d3a color code is use for CSS Background Color

Background color for the above div is #ae4d3a

HTML with inline CSS

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

#ae4d3a color code is use for CSS Border Color

CSS Border color for the above div is #ae4d3a

HTML with inline CSS

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

CSS Border Left color for the above div is #ae4d3a

HTML with inline CSS

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

CSS Border Right color for the above div is #ae4d3a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae4d3a

HTML with inline CSS

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

CSS Border Top color for the above div is #ae4d3a

HTML with inline CSS

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

#ae4d3a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae4d3a Color code Preview on White Background

This is how #ae4d3a Color code will look on white background color. Color contrast ratio is 5.35

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

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(174,77,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(58,155,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,77,58,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.