crispedge.com

Color picker

Loading...

#ae710d hex color - Yellow - Warm color - Information

#ae710d hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #ae710d Color code in RGB color code model is created after adding 68.24% red color, 44.31% green color and 5.1% blue color. Hex #ae710d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 93% yellow and 32% black.

Hex #ae710d color code is between #aa7711 web safe hex color code and #bb6600 web safe hex color code. #aa7711 is the nearest web safe color code. You can see here many more shades of #ae710d color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeae710d#ae710d
RGB Decimal174, 113, 13rgb(174, 113, 13)
RGB Percent68%, 44%, 5%rgb(68%, 44%, 5%)
CSS RGBa174, 113, 13,1rgba(174,113,13,1)
CMYK Modelcmyk(0%,35%,93%,32%)
HSL Color Space37,86% ,37%hsl(37,86% ,37%)
HSV Color Space37°, 93%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100111000100001101
Octal25616115
Decimal17411313
Hexae710d

Different shades of #ae710d color code.

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

Light Shade of #ae710d
#dd9011
Dark Shade of #ae710d
#7f5209
Saturated Shade of #ae710d
#b77304
Desaturated Shade of #ae710d
#a56f16
Grey scale Shade of #ae710d
#5d5d5d
Brighten Shade
#c78a26
Most Readable Shade
#FFFFFF

Shades of #ae710d color code

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

#ae710d
#9a640b
#87570a
#744b08
#603e07
#4d3205
#3a2504
#261902
#130c01
#000000

Similar Color like #ae710d color

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

#af720e
#b0730f
#b17410
#b27511
#b37612
#b47713
#b57814
#b67915
#b77a16
#b87b17
#b97c18
#ba7d19
#bb7e1a
#bc7f1b
#ad700c
#ac6f0b
#ab6e0a
#aa6d09
#a96c08
#a86b07
#a76a06
#a66905
#a56804
#a46703
#a36602
#a26501
#a16400
#a06300

Monochromatic Color with #ae710d

#ae710d
#d88d10
#040300
#2e1e03
#593a07
#83550a

Tints of #ae710d Color

#ae710d
#b78027
#c09042
#c9a05d
#d2b078
#dbbf93
#e4cfae
#eddfc9
#f6efe4
#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

#ae710d
#0d4aae

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

Split Complementary

#ae710d
#0d9bae
#210dae

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

Analogous Color

#ae310d
#ae510d
#ae710d
#ae910d
#abae0d

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

#ae710d
#0dae71
#710dae

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

#ae710d
#0dae20
#0d4aae
#ae0d9a

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

#ae710d
#0d4aae
#210dae
#9bae0d

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

#ae710d Color Code Preview on Black Background Color

This is how #ae710d Color will look on black background color. Color contrast ratio is 5.17

#ae710d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae710d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae710d

#ae710d color code is use for CSS Background Color

Background color for the above div is #ae710d

HTML with inline CSS

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

#ae710d color code is use for CSS Border Color

CSS Border color for the above div is #ae710d

HTML with inline CSS

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

CSS Border Left color for the above div is #ae710d

HTML with inline CSS

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

CSS Border Right color for the above div is #ae710d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae710d

HTML with inline CSS

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

CSS Border Top color for the above div is #ae710d

HTML with inline CSS

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

#ae710d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae710d Color code Preview on White Background

This is how #ae710d Color code will look on white background color. Color contrast ratio is 4.06

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

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,113,13,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(13,74,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,113,13,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.