Skip to main content Skip to docs navigation

#af901b hex color | Dark Green & Warm color | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Lucky and its hex is #AB9A1C Nearest Color Name

Color Hue/Base color: Green

Hex #af901b Color code in RGB color code model is created after adding 68.63% red color, 56.47% green color and 10.59% blue color. Hex #af901b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 85% yellow and 31.37% black.

Hex #af901b color code is between #aa8822 web safe hex color code and #bb9911 web safe hex color code. #aa8822 is the nearest web safe color code. You can see here many more shades of #af901b color code.

RGB Chart

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

Color Table

Hex Color Code af901b #af901b
RGB Decimal 175, 144, 27 175, 144, 27
RGB Percent 69%, 56%, 11% rgb(69%, 56%, 11%)
CSS RGBa 175, 144, 27,1 rgba(175,144,27,1)
CMYK Model cmyk(0%,18%,85%,31.37%)
HSL Color Space 47,73% ,40% hsl(47,73% ,40%)
HSV Color Space 47°, 85%, 69%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101111 10010000 00011011
Octal 257 220 33
Decimal 175 144 27
Hex af 90 1b

Different shades of #af901b color code.

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

Darkest of #af901b
#2a2307
Darker of #af901b
#57470d
Dark of #af901b
#836c14
Base of #af901b
#af901b
Light of #af901b
#dbb422
Lighter
#e3c44d
Lightest
#ead279

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

#af901b
#1b3aaf

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

Split Complementary

#af901b
#1b84af
#461baf

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

Analogous Color

#af3a1b
#af521b
#af901b
#9daf1b
#5faf1b

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

#af901b
#901baf
#1baf90

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

#af901b
#1baf90
#1b3aaf
#af1b3a

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#af901b
#1baf46
#1b3aaf
#af1b84

Square 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).

Monochromatic Color with #af901b

#000000
#2a2307
#57470d
#836c14
#af901b
#dbb422
#e3c44d
#ead279
#f1e1a5

Tints of #af901b Color

#af901b
#b79c34
#c0a84d
#c9b567
#d2c180
#dbcd99
#e4dab3
#ede6cc
#f6f2e5
#ffffff

Shades of #af901b color code

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

#af901b
#9b8018
#887015
#746012
#61500f
#4d400c
#3a3009
#262006
#131003
#000000

Tones

#af901b
#9b842f
#877943
#726d58
#656565

Tones

Similar Color like #af901b color

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

#b0911c
#b1921d
#b2931e
#b3941f
#b49520
#b59621
#b69722
#b79823
#b89924
#b99a25
#ba9b26
#bb9c27
#bc9d28
#bd9e29
#ae8f1a
#ad8e19
#ac8d18
#ab8c17
#aa8b16
#a98a15
#a88914
#a78813
#a68712
#a58611
#a48510
#a3840f
#a2830e
#a1820d

Download this

Hex #af901b 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.

#af901b Color Code Preview on Black Background Color

This is how #af901b Color will look on black background color. Color contrast ratio is 6.83

#af901b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af901b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af901b

#af901b color code is use for CSS Background Color

Background color for the above div is #af901b

HTML with inline CSS

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

#af901b color code is use for CSS Border Color

CSS Border color for the above div is #af901b

HTML with inline CSS

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

CSS Border Left color for the above div is #af901b

HTML with inline CSS

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

CSS Border Right color for the above div is #af901b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af901b

HTML with inline CSS

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

CSS Border Top color for the above div is #af901b

HTML with inline CSS

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

#af901b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af901b Color code Preview on White Background

This is how #af901b Color code will look on white background color. Color contrast ratio is 3.08

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

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,144,27,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(27,58,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,144,27,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }