Skip to main content Skip to docs navigation

#af970a 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 Kalliene Yellow and its hex is #B59808 Nearest Color Name

Color Hue/Base color: Yellow

Hex #af970a Color code in RGB color code model is created after adding 68.63% red color, 59.22% green color and 3.92% blue color. Hex #af970a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 94% yellow and 31.37% black.

Hex #af970a color code is between #aa9911 web safe hex color code and #bb8800 web safe hex color code. #aa9911 is the nearest web safe color code. You can see here many more shades of #af970a color code.

RGB Chart

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

Color Table

Hex Color Code af970a #af970a
RGB Decimal 175, 151, 10 175, 151, 10
RGB Percent 69%, 59%, 4% rgb(69%, 59%, 4%)
CSS RGBa 175, 151, 10,1 rgba(175,151,10,1)
CMYK Model cmyk(0%,14%,94%,31.37%)
HSL Color Space 51,89% ,36% hsl(51,89% ,36%)
HSV Color Space 51°, 94%, 69%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101111 10010111 00001010
Octal 257 227 12
Decimal 175 151 10
Hex af 97 0a

Different shades of #af970a color code.

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

Darkest of #af970a
#1e1a02
Darker of #af970a
#4e4404
Dark of #af970a
#7f6d07
Base of #af970a
#af970a
Light of #af970a
#dfc10d
Lighter
#f3d62c
Lightest
#f6df5c

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

#af970a
#0a22af

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

Split Complementary

#af970a
#0a74af
#440aaf

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

Analogous Color

#af370a
#af520a
#af970a
#90af0a
#4baf0a

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

#af970a
#970aaf
#0aaf97

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

#af970a
#0aaf97
#0a22af
#af0a22

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

#af970a
#0aaf44
#0a22af
#af0a74

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

#000000
#1e1a02
#4e4404
#7f6d07
#af970a
#dfc10d
#f3d62c
#f6df5c
#f8e98d

Tints of #af970a Color

#af970a
#b7a225
#c0ae40
#c9b95b
#d2c576
#dbd092
#e4dcad
#ede7c8
#f6f3e3
#ffffff

Shades of #af970a color code

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

#af970a
#9b8608
#887507
#746406
#615305
#4d4304
#3a3203
#262102
#131001
#000000

Tones

#af970a
#9c8a1c
#8a7d2f
#777041
#656354

Tones

Similar Color like #af970a color

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

#b0980b
#b1990c
#b29a0d
#b39b0e
#b49c0f
#b59d10
#b69e11
#b79f12
#b8a013
#b9a114
#baa215
#bba316
#bca417
#bda518
#ae9609
#ad9508
#ac9407
#ab9306
#aa9205
#a99104
#a89003
#a78f02
#a68e01
#a58d00
#a48c00
#a38b00
#a28a00
#a18900

Download this Dark Yellow

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

#af970a Color Code Preview on Black Background Color

This is how #af970a Color will look on black background color. Color contrast ratio is 7.25

#af970a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af970a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af970a

#af970a color code is use for CSS Background Color

Background color for the above div is #af970a

HTML with inline CSS

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

#af970a color code is use for CSS Border Color

CSS Border color for the above div is #af970a

HTML with inline CSS

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

CSS Border Left color for the above div is #af970a

HTML with inline CSS

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

CSS Border Right color for the above div is #af970a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af970a

HTML with inline CSS

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

CSS Border Top color for the above div is #af970a

HTML with inline CSS

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

#af970a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af970a Color code Preview on White Background

This is how #af970a Color code will look on white background color. Color contrast ratio is 2.90

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

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