crispedge.com

Color picker

Loading...

#a5731f hex color - Yellow - Warm color - Information

#a5731f hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #a5731f Color code in RGB color code model is created after adding 64.71% red color, 45.1% green color and 12.16% blue color. Hex #a5731f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 81% yellow and 35% black.

Hex #a5731f color code is between #aa7722 web safe hex color code and #996611 web safe hex color code. #aa7722 is the nearest web safe color code. You can see here many more shades of #a5731f color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea5731f#a5731f
RGB Decimal165, 115, 31rgb(165, 115, 31)
RGB Percent65%, 45%, 12%rgb(65%, 45%, 12%)
CSS RGBa165, 115, 31,1rgba(165,115,31,1)
CMYK Modelcmyk(0%,30%,81%,35%)
HSL Color Space38,68% ,38%hsl(38,68% ,38%)
HSV Color Space38°, 81%, 65%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001010111001100011111
Octal24516337
Decimal16511531
Hexa5731f

Different shades of #a5731f color code.

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

Light Shade of #a5731f
#d09127
Dark Shade of #a5731f
#7a5517
Saturated Shade of #a5731f
#af7515
Desaturated Shade of #a5731f
#9b7129
Grey scale Shade of #a5731f
#626262
Brighten Shade
#be8c38
Most Readable Shade
#FFFFFF

Shades of #a5731f color code

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

#a5731f
#92661b
#805918
#6e4c14
#5b3f11
#49330d
#37260a
#241906
#120c03
#000000

Similar Color like #a5731f color

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

#a67420
#a77521
#a87622
#a97723
#aa7824
#ab7925
#ac7a26
#ad7b27
#ae7c28
#af7d29
#b07e2a
#b17f2b
#b2802c
#b3812d
#a4721e
#a3711d
#a2701c
#a16f1b
#a06e1a
#9f6d19
#9e6c18
#9d6b17
#9c6a16
#9b6915
#9a6814
#996713
#986612
#976511

Monochromatic Color with #a5731f

#a5731f
#cf9127
#faae2f
#251a07
#50380f
#7a5517

Tints of #a5731f Color

#a5731f
#af8237
#b99250
#c3a169
#cdb182
#d7c09b
#e1d0b4
#ebdfcd
#f5efe6
#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

#a5731f
#1f51a5

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

Split Complementary

#a5731f
#1f94a5
#301fa5

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

Analogous Color

#a53d1f
#a5581f
#a5731f
#a58e1f
#a1a51f

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

#a5731f
#1fa573
#731fa5

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

#a5731f
#1fa530
#1f51a5
#a51f94

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

#a5731f
#1f51a5
#301fa5
#94a51f

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

#a5731f Color Code Preview on Black Background Color

This is how #a5731f Color will look on black background color. Color contrast ratio is 5.07

#a5731f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5731f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5731f

#a5731f color code is use for CSS Background Color

Background color for the above div is #a5731f

HTML with inline CSS

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

#a5731f color code is use for CSS Border Color

CSS Border color for the above div is #a5731f

HTML with inline CSS

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

CSS Border Left color for the above div is #a5731f

HTML with inline CSS

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

CSS Border Right color for the above div is #a5731f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a5731f

HTML with inline CSS

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

CSS Border Top color for the above div is #a5731f

HTML with inline CSS

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

#a5731f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a5731f Color code Preview on White Background

This is how #a5731f Color code will look on white background color. Color contrast ratio is 4.14

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

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(165,115,31,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(31,81,165,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(165,115,31,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.