Skip to main content Skip to docs navigation

#ab970e 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 Manure and its hex is #AD900D Nearest Color Name

Color Hue/Base color: Yellow

Hex #ab970e Color code in RGB color code model is created after adding 67.06% red color, 59.22% green color and 5.49% blue color. Hex #ab970e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 92% yellow and 32.94% black.

Hex #ab970e 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 #ab970e color code.

RGB Chart

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

Color Table

Hex Color Code ab970e #ab970e
RGB Decimal 171, 151, 14 171, 151, 14
RGB Percent 67%, 59%, 5% rgb(67%, 59%, 5%)
CSS RGBa 171, 151, 14,1 rgba(171,151,14,1)
CMYK Model cmyk(0%,12%,92%,32.94%)
HSL Color Space 52,85% ,36% hsl(52,85% ,36%)
HSV Color Space 52°, 92%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101011 10010111 00001110
Octal 253 227 16
Decimal 171 151 14
Hex ab 97 0e

Different shades of #ab970e color code.

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

Darkest of #ab970e
#1e1a02
Darker of #ab970e
#4d4406
Dark of #ab970e
#7c6d0a
Base of #ab970e
#ab970e
Light of #ab970e
#dac112
Lighter
#eed631
Lightest
#f2df60

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

#ab970e
#0e22ab

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

Split Complementary

#ab970e
#0e70ab
#490eab

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

Analogous Color

#ab3b0e
#ab560e
#ab970e
#8bab0e
#49ab0e

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

#ab970e
#970eab
#0eab97

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

#ab970e
#0eab97
#0e22ab
#ab0e22

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

#ab970e
#0eab49
#0e22ab
#ab0e70

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

#000000
#1e1a02
#4d4406
#7c6d0a
#ab970e
#dac112
#eed631
#f2df60
#f6e98f

Tints of #ab970e Color

#ab970e
#b4a228
#bdae43
#c7b95e
#d0c579
#d9d093
#e3dcae
#ece7c9
#f5f3e4
#ffffff

Shades of #ab970e color code

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

#ab970e
#98860c
#85750a
#726409
#5f5307
#4c4306
#393204
#262103
#131001
#000000

Tones

#ab970e
#988921
#867b33
#736e45
#616058

Tones

Similar Color like #ab970e color

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

#ac980f
#ad9910
#ae9a11
#af9b12
#b09c13
#b19d14
#b29e15
#b39f16
#b4a017
#b5a118
#b6a219
#b7a31a
#b8a41b
#b9a51c
#aa960d
#a9950c
#a8940b
#a7930a
#a69209
#a59108
#a49007
#a38f06
#a28e05
#a18d04
#a08c03
#9f8b02
#9e8a01
#9d8900

Download this Dark Yellow

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

#ab970e Color Code Preview on Black Background Color

This is how #ab970e Color will look on black background color. Color contrast ratio is 7.16

#ab970e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab970e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab970e

#ab970e color code is use for CSS Background Color

Background color for the above div is #ab970e

HTML with inline CSS

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

#ab970e color code is use for CSS Border Color

CSS Border color for the above div is #ab970e

HTML with inline CSS

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

CSS Border Left color for the above div is #ab970e

HTML with inline CSS

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

CSS Border Right color for the above div is #ab970e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab970e

HTML with inline CSS

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

CSS Border Top color for the above div is #ab970e

HTML with inline CSS

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

#ab970e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab970e Color code Preview on White Background

This is how #ab970e Color code will look on white background color. Color contrast ratio is 2.93

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

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