crispedge.com

Color picker

Loading...

#af8a31 hex color - Yellow - Warm color - Information

#af8a31 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #af8a31 Color code in RGB color code model is created after adding 68.63% red color, 54.12% green color and 19.22% blue color. Hex #af8a31 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 21% magenta, 72% yellow and 31% black.

Hex #af8a31 color code is between #aa8833 web safe hex color code and #bb9922 web safe hex color code. #aa8833 is the nearest web safe color code. You can see here many more shades of #af8a31 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaf8a31#af8a31
RGB Decimal175, 138, 49rgb(175, 138, 49)
RGB Percent69%, 54%, 19%rgb(69%, 54%, 19%)
CSS RGBa175, 138, 49,1rgba(175,138,49,1)
CMYK Modelcmyk(0%,21%,72%,31%)
HSL Color Space42,56% ,44%hsl(42,56% ,44%)
HSV Color Space42°, 72%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111000101000110001
Octal25721261
Decimal17513849
Hexaf8a31

Different shades of #af8a31 color code.

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

Light Shade of #af8a31
#cca547
Dark Shade of #af8a31
#876b26
Saturated Shade of #af8a31
#ba8f26
Desaturated Shade of #af8a31
#a4853c
Grey scale Shade of #af8a31
#707070
Brighten Shade
#c8a34a
Most Readable Shade
#000000

Shades of #af8a31 color code

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

#af8a31
#9b7a2b
#886b26
#745c20
#614c1b
#4d3d15
#3a2e10
#261e0a
#130f05
#000000

Similar Color like #af8a31 color

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

#b08b32
#b18c33
#b28d34
#b38e35
#b48f36
#b59037
#b69138
#b79239
#b8933a
#b9943b
#ba953c
#bb963d
#bc973e
#bd983f
#ae8930
#ad882f
#ac872e
#ab862d
#aa852c
#a9842b
#a8832a
#a78229
#a68128
#a58027
#a47f26
#a37e25
#a27d24
#a17c23

Monochromatic Color with #af8a31

#af8a31
#d9ac3d
#050401
#2f250d
#5a4719
#846825

Tints of #af8a31 Color

#af8a31
#b79747
#c0a45e
#c9b175
#d2be8c
#dbcba3
#e4d8ba
#ede5d1
#f6f2e8
#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

#af8a31
#3156af

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

Split Complementary

#af8a31
#3195af
#4b31af

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

Analogous Color

#af5831
#af7131
#af8a31
#afa331
#a2af31

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

#af8a31
#31af8a
#8a31af

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

#af8a31
#31af4b
#3156af
#af3195

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

#af8a31
#3156af
#4b31af
#95af31

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

#af8a31 Color Code Preview on Black Background Color

This is how #af8a31 Color will look on black background color. Color contrast ratio is 6.50

#af8a31 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af8a31

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af8a31

#af8a31 color code is use for CSS Background Color

Background color for the above div is #af8a31

HTML with inline CSS

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

#af8a31 color code is use for CSS Border Color

CSS Border color for the above div is #af8a31

HTML with inline CSS

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

CSS Border Left color for the above div is #af8a31

HTML with inline CSS

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

CSS Border Right color for the above div is #af8a31

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af8a31

HTML with inline CSS

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

CSS Border Top color for the above div is #af8a31

HTML with inline CSS

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

#af8a31 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af8a31 Color code Preview on White Background

This is how #af8a31 Color code will look on white background color. Color contrast ratio is 3.23

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

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(175,138,49,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(49,86,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,138,49,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.