Skip to main content Skip to docs navigation

#aa985f 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 Mossy Rock and its hex is #A9965D Nearest Color Name

Color Hue/Base color: Yellow

Hex #aa985f Color code in RGB color code model is created after adding 66.67% red color, 59.61% green color and 37.25% blue color. Hex #aa985f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 44% yellow and 33.33% black.

Hex #aa985f color code is between #999966 web safe hex color code and #bb8855 web safe hex color code. #999966 is the nearest web safe color code. You can see here many more shades of #aa985f color code.

RGB Chart

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

Color Table

Hex Color Code aa985f #aa985f
RGB Decimal 170, 152, 95 170, 152, 95
RGB Percent 67%, 60%, 37% rgb(67%, 60%, 37%)
CSS RGBa 170, 152, 95,1 rgba(170,152,95,1)
CMYK Model cmyk(0%,11%,44%,33.33%)
HSL Color Space 46,31% ,52% hsl(46,31% ,52%)
HSV Color Space 46°, 44%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 10011000 01011111
Octal 252 230 137
Decimal 170 152 95
Hex aa 98 5f

Different shades of #aa985f color code.

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

Darkest of #aa985f
#494127
Darker of #aa985f
#6a5e39
Dark of #aa985f
#8c7c4a
Base of #aa985f
#aa985f
Light of #aa985f
#bcad80
Lighter
#cdc3a2
Lightest
#dfd8c3

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

#aa985f
#5f71aa

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

Split Complementary

#aa985f
#5f96aa
#725faa

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

Analogous Color

#aa6c5f
#aa795f
#aa985f
#a3aa5f
#84aa5f

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

#aa985f
#985faa
#5faa98

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

#aa985f
#5faa98
#5f71aa
#aa5f71

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

#aa985f
#5faa72
#5f71aa
#aa5f96

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

#282315
#494127
#6a5e39
#8c7c4a
#aa985f
#bcad80
#cdc3a2
#dfd8c3
#f1eee4

Tints of #aa985f Color

#aa985f
#b3a370
#bcae82
#c6ba94
#cfc5a6
#d9d1b7
#e2dcc9
#ece8db
#f5f3ed
#ffffff

Shades of #aa985f color code

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

#aa985f
#978754
#847649
#71653f
#5e5434
#4b432a
#38321f
#252115
#12100a
#000000

Tones

#aa985f
#918b78
#848484
#848484
#848484

Tones

Similar Color like #aa985f color

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

#ab9960
#ac9a61
#ad9b62
#ae9c63
#af9d64
#b09e65
#b19f66
#b2a067
#b3a168
#b4a269
#b5a36a
#b6a46b
#b7a56c
#b8a66d
#a9975e
#a8965d
#a7955c
#a6945b
#a5935a
#a49259
#a39158
#a29057
#a18f56
#a08e55
#9f8d54
#9e8c53
#9d8b52
#9c8a51

Download this Dark Yellow

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

#aa985f Color Code Preview on Black Background Color

This is how #aa985f Color will look on black background color. Color contrast ratio is 7.37

#aa985f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa985f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa985f

#aa985f color code is use for CSS Background Color

Background color for the above div is #aa985f

HTML with inline CSS

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

#aa985f color code is use for CSS Border Color

CSS Border color for the above div is #aa985f

HTML with inline CSS

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

CSS Border Left color for the above div is #aa985f

HTML with inline CSS

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

CSS Border Right color for the above div is #aa985f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa985f

HTML with inline CSS

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

CSS Border Top color for the above div is #aa985f

HTML with inline CSS

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

#aa985f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa985f Color code Preview on White Background

This is how #aa985f Color code will look on white background color. Color contrast ratio is 2.85

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

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(170,152,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,113,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,152,95,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }