Skip to main content Skip to docs navigation

#aa993e 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 Golden Olive and its hex is #AB9C40 Nearest Color Name

Color Hue/Base color: Yellow

Hex #aa993e Color code in RGB color code model is created after adding 66.67% red color, 60% green color and 24.31% blue color. Hex #aa993e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 64% yellow and 33.33% black.

Hex #aa993e color code is between #998844 web safe hex color code and #bbaa33 web safe hex color code. #998844 is the nearest web safe color code. You can see here many more shades of #aa993e color code.

RGB Chart

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

Color Table

Hex Color Code aa993e #aa993e
RGB Decimal 170, 153, 62 170, 153, 62
RGB Percent 67%, 60%, 24% rgb(67%, 60%, 24%)
CSS RGBa 170, 153, 62,1 rgba(170,153,62,1)
CMYK Model cmyk(0%,10%,64%,33.33%)
HSL Color Space 51,47% ,45% hsl(51,47% ,45%)
HSV Color Space 51°, 64%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 10011001 00111110
Octal 252 231 76
Decimal 170 153 62
Hex aa 99 3e

Different shades of #aa993e color code.

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

Darkest of #aa993e
#3a3415
Darker of #aa993e
#5f5623
Dark of #aa993e
#857730
Base of #aa993e
#aa993e
Light of #aa993e
#c2b259
Lighter
#d0c37e
Lightest
#ded4a3

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

#aa993e
#3e4faa

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

Split Complementary

#aa993e
#3e85aa
#633eaa

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

Analogous Color

#aa5a3e
#aa6c3e
#aa993e
#97aa3e
#6aaa3e

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

#aa993e
#993eaa
#3eaa99

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

#aa993e
#3eaa99
#3e4faa
#aa3e4f

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

#aa993e
#3eaa63
#3e4faa
#aa3e85

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

#151207
#3a3415
#5f5623
#857730
#aa993e
#c2b259
#d0c37e
#ded4a3
#ebe6c9

Tints of #aa993e Color

#aa993e
#b3a453
#bcaf68
#c6bb7e
#cfc693
#d9d1a9
#e2ddbe
#ece8d4
#f5f3e9
#ffffff

Shades of #aa993e color code

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

#aa993e
#978837
#847730
#716629
#5e5522
#4b441b
#383314
#25220d
#121106
#000000

Tones

#aa993e
#938955
#7c796c
#747474
#747474

Tones

Similar Color like #aa993e color

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

#ab9a3f
#ac9b40
#ad9c41
#ae9d42
#af9e43
#b09f44
#b1a045
#b2a146
#b3a247
#b4a348
#b5a449
#b6a54a
#b7a64b
#b8a74c
#a9983d
#a8973c
#a7963b
#a6953a
#a59439
#a49338
#a39237
#a29136
#a19035
#a08f34
#9f8e33
#9e8d32
#9d8c31
#9c8b30

Download this Dark Yellow

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

#aa993e Color Code Preview on Black Background Color

This is how #aa993e Color will look on black background color. Color contrast ratio is 7.34

#aa993e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa993e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa993e

#aa993e color code is use for CSS Background Color

Background color for the above div is #aa993e

HTML with inline CSS

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

#aa993e color code is use for CSS Border Color

CSS Border color for the above div is #aa993e

HTML with inline CSS

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

CSS Border Left color for the above div is #aa993e

HTML with inline CSS

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

CSS Border Right color for the above div is #aa993e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa993e

HTML with inline CSS

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

CSS Border Top color for the above div is #aa993e

HTML with inline CSS

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

#aa993e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa993e Color code Preview on White Background

This is how #aa993e Color code will look on white background color. Color contrast ratio is 2.86

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

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