Skip to main content Skip to docs navigation

#af842e hex color | Download Dark Yellow BG image | 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 Chai Tea and its hex is #A97B2D Nearest Color Name

Color Hue/Base color: Yellow

Hex #af842e Color code in RGB color code model is created after adding 68.63% red color, 51.76% green color and 18.04% blue color. Hex #af842e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 74% yellow and 31.37% black.

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

RGB Chart

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

Color Table

Hex Color Code af842e #af842e
RGB Decimal 175, 132, 46 175, 132, 46
RGB Percent 69%, 52%, 18% rgb(69%, 52%, 18%)
CSS RGBa 175, 132, 46,1 rgba(175,132,46,1)
CMYK Model cmyk(0%,25%,74%,31.37%)
HSL Color Space 40,58% ,43% hsl(40,58% ,43%)
HSV Color Space 40°, 74%, 69%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101111 10000100 00101110
Octal 257 204 56
Decimal 175 132 46
Hex af 84 2e

Different shades of #af842e color code.

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

Darkest of #af842e
#36290e
Darker of #af842e
#5e4719
Dark of #af842e
#876623
Base of #af842e
#af842e
Light of #af842e
#cd9f43
Lighter
#d8b46b
Lightest
#e3c893

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

#af842e
#2e59af

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

Split Complementary

#af842e
#2e99af
#432eaf

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

Analogous Color

#af392e
#af4e2e
#af842e
#afaf2e
#79af2e

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

#af842e
#842eaf
#2eaf84

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

#af842e
#2eaf84
#2e59af
#af2e59

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

#af842e
#2eaf43
#2e59af
#af2e99

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 #af842e

#0d0a04
#36290e
#5e4719
#876623
#af842e
#cd9f43
#d8b46b
#e3c893
#edddbc

Tints of #af842e Color

#af842e
#b79145
#c09f5c
#c9ad73
#d2ba8a
#dbc8a2
#e4d6b9
#ede3d0
#f6f1e7
#ffffff

Shades of #af842e color code

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

#af842e
#9b7528
#886623
#74581e
#614919
#4d3a14
#3a2c0f
#261d0a
#130e05
#000000

Tones

#af842e
#997d44
#83755a
#6e6e6e
#6e6e6e

Tones

Similar Color like #af842e color

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

#b0852f
#b18630
#b28731
#b38832
#b48933
#b58a34
#b68b35
#b78c36
#b88d37
#b98e38
#ba8f39
#bb903a
#bc913b
#bd923c
#ae832d
#ad822c
#ac812b
#ab802a
#aa7f29
#a97e28
#a87d27
#a77c26
#a67b25
#a57a24
#a47923
#a37822
#a27721
#a17620

Download this Dark Yellow

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

#af842e Color Code Preview on Black Background Color

This is how #af842e Color will look on black background color. Color contrast ratio is 6.16

#af842e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af842e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af842e

#af842e color code is use for CSS Background Color

Background color for the above div is #af842e

HTML with inline CSS

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

#af842e color code is use for CSS Border Color

CSS Border color for the above div is #af842e

HTML with inline CSS

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

CSS Border Left color for the above div is #af842e

HTML with inline CSS

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

CSS Border Right color for the above div is #af842e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af842e

HTML with inline CSS

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

CSS Border Top color for the above div is #af842e

HTML with inline CSS

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

#af842e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af842e Color code Preview on White Background

This is how #af842e Color code will look on white background color. Color contrast ratio is 3.41

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(175,132,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(46,89,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,132,46,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }