Skip to main content Skip to docs navigation

#af752f 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 Mandalay and its hex is #B57B2E Nearest Color Name

Color Hue/Base color: Yellow

Hex #af752f Color code in RGB color code model is created after adding 68.63% red color, 45.88% green color and 18.43% blue color. Hex #af752f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 73% yellow and 31.37% black.

Hex #af752f color code is between #aa7733 web safe hex color code and #bb6622 web safe hex color code. #aa7733 is the nearest web safe color code. You can see here many more shades of #af752f color code.

RGB Chart

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

Color Table

Hex Color Code af752f #af752f
RGB Decimal 175, 117, 47 175, 117, 47
RGB Percent 69%, 46%, 18% rgb(69%, 46%, 18%)
CSS RGBa 175, 117, 47,1 rgba(175,117,47,1)
CMYK Model cmyk(0%,33%,73%,31.37%)
HSL Color Space 33,58% ,44% hsl(33,58% ,44%)
HSV Color Space 33°, 73%, 69%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101111 01110101 00101111
Octal 257 165 57
Decimal 175 117 47
Hex af 75 2f

Different shades of #af752f color code.

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

Darkest of #af752f
#36240f
Darker of #af752f
#5f3f19
Dark of #af752f
#875a24
Base of #af752f
#af752f
Light of #af752f
#cd8f44
Lighter
#d8a76c
Lightest
#e2bf95

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

#af752f
#2f69af

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

Split Complementary

#af752f
#2fa9af
#352faf

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

Analogous Color

#af2f34
#af402f
#af752f
#afa02f
#89af2f

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

#af752f
#752faf
#2faf75

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

#af752f
#2faf75
#2f69af
#af2f69

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

#af752f
#2faf35
#2f69af
#af2fa9

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

#0e0904
#36240f
#5f3f19
#875a24
#af752f
#cd8f44
#d8a76c
#e2bf95
#edd7bd

Tints of #af752f Color

#af752f
#b78446
#c0935d
#c9a374
#d2b28b
#dbc1a2
#e4d1b9
#ede0d0
#f6efe7
#ffffff

Shades of #af752f color code

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

#af752f
#9b6829
#885b24
#744e1f
#61411a
#4d3414
#3a270f
#261a0a
#130d05
#000000

Tones

#af752f
#997345
#83715b
#6f6f6f
#6f6f6f

Tones

Similar Color like #af752f color

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

#b07630
#b17731
#b27832
#b37933
#b47a34
#b57b35
#b67c36
#b77d37
#b87e38
#b97f39
#ba803a
#bb813b
#bc823c
#bd833d
#ae742e
#ad732d
#ac722c
#ab712b
#aa702a
#a96f29
#a86e28
#a76d27
#a66c26
#a56b25
#a46a24
#a36923
#a26822
#a16721

Download this Dark Yellow

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

#af752f Color Code Preview on Black Background Color

This is how #af752f Color will look on black background color. Color contrast ratio is 5.41

#af752f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af752f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af752f

#af752f color code is use for CSS Background Color

Background color for the above div is #af752f

HTML with inline CSS

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

#af752f color code is use for CSS Border Color

CSS Border color for the above div is #af752f

HTML with inline CSS

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

CSS Border Left color for the above div is #af752f

HTML with inline CSS

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

CSS Border Right color for the above div is #af752f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af752f

HTML with inline CSS

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

CSS Border Top color for the above div is #af752f

HTML with inline CSS

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

#af752f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af752f Color code Preview on White Background

This is how #af752f Color code will look on white background color. Color contrast ratio is 3.88

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

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