Skip to main content Skip to docs navigation

#aaa99b hex color | Download Dark Grey 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 Winter Rye and its hex is #AAA99D Nearest Color Name

Color Hue/Base color: Grey

Hex #aaa99b Color code in RGB color code model is created after adding 66.67% red color, 66.27% green color and 60.78% blue color. Hex #aaa99b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 9% yellow and 33.33% black.

Hex #aaa99b color code is between #99aa99 web safe hex color code and #bb99aa web safe hex color code. #99aa99 is the nearest web safe color code. You can see here many more shades of #aaa99b color code.

RGB Chart

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

Color Table

Hex Color Code aaa99b #aaa99b
RGB Decimal 170, 169, 155 170, 169, 155
RGB Percent 67%, 66%, 61% rgb(67%, 66%, 61%)
CSS RGBa 170, 169, 155,1 rgba(170,169,155,1)
CMYK Model cmyk(0%,1%,9%,33.33%)
HSL Color Space 56,8% ,64% hsl(56,8% ,64%)
HSV Color Space 56°, 9%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 10101001 10011011
Octal 252 251 233
Decimal 170 169 155
Hex aa a9 9b

Different shades of #aaa99b color code.

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

Darkest of #aaa99b
#5d5c4f
Darker of #aaa99b
#797766
Dark of #aaa99b
#93917f
Base of #aaa99b
#aaa99b
Light of #aaa99b
#c1c1b7
Lighter
#d9d8d2
Lightest
#f0f0ee

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

#aaa99b
#9b9caa

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

Split Complementary

#aaa99b
#9ba4aa
#a29baa

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

Analogous Color

#aaa09b
#aaa39b
#aaa99b
#a6aa9b
#a0aa9b

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

#aaa99b
#a99baa
#9baaa9

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

#aaa99b
#9baaa9
#9b9caa
#aa9b9c

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

#aaa99b
#9baaa2
#9b9caa
#aa9ba4

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

#414138
#5d5c4f
#797766
#93917f
#aaa99b
#c1c1b7
#d9d8d2
#f0f0ee
#ffffff

Tints of #aaa99b Color

#aaa99b
#b3b2a6
#bcbcb1
#c6c5bc
#cfcfc7
#d9d8d2
#e2e2dd
#ecebe8
#f5f5f3
#ffffff

Shades of #aaa99b color code

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

#aaa99b
#979689
#848378
#717067
#5e5d56
#4b4b44
#383833
#252522
#121211
#000000

Tones

#aaa99b
#a3a3a3
#a3a3a3
#a3a3a3
#a3a3a3

Tones

Similar Color like #aaa99b color

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

#abaa9c
#acab9d
#adac9e
#aead9f
#afaea0
#b0afa1
#b1b0a2
#b2b1a3
#b3b2a4
#b4b3a5
#b5b4a6
#b6b5a7
#b7b6a8
#b8b7a9
#a9a89a
#a8a799
#a7a698
#a6a597
#a5a496
#a4a395
#a3a294
#a2a193
#a1a092
#a09f91
#9f9e90
#9e9d8f
#9d9c8e
#9c9b8d

Download this Dark Grey

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

#aaa99b Color Code Preview on Black Background Color

This is how #aaa99b Color will look on black background color. Color contrast ratio is 8.86

#aaa99b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa99b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa99b

#aaa99b color code is use for CSS Background Color

Background color for the above div is #aaa99b

HTML with inline CSS

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

#aaa99b color code is use for CSS Border Color

CSS Border color for the above div is #aaa99b

HTML with inline CSS

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

CSS Border Left color for the above div is #aaa99b

HTML with inline CSS

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

CSS Border Right color for the above div is #aaa99b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaa99b

HTML with inline CSS

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

CSS Border Top color for the above div is #aaa99b

HTML with inline CSS

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

#aaa99b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaa99b Color code Preview on White Background

This is how #aaa99b Color code will look on white background color. Color contrast ratio is 2.37

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

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