Skip to main content Skip to docs navigation

#a3a8aa 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 Chance of Rain and its hex is #A0A6A9 Nearest Color Name

Color Hue/Base color: Grey

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

Hex #a3a8aa color code is between #aaaa99 web safe hex color code and #9999bb web safe hex color code. #aaaa99 is the nearest web safe color code. You can see here many more shades of #a3a8aa color code.

RGB Chart

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

Color Table

Hex Color Code a3a8aa #a3a8aa
RGB Decimal 163, 168, 170 163, 168, 170
RGB Percent 64%, 66%, 67% rgb(64%, 66%, 67%)
CSS RGBa 163, 168, 170,1 rgba(163,168,170,1)
CMYK Model cmyk(4%,1%,0%,33.33%)
HSL Color Space 197,4% ,65% hsl(197,4% ,65%)
HSV Color Space 197°, 4%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10100011 10101000 10101010
Octal 243 250 252
Decimal 163 168 170
Hex a3 a8 aa

Different shades of #a3a8aa color code.

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

Darkest of #a3a8aa
#565c5e
Darker of #a3a8aa
#6f7578
Dark of #a3a8aa
#888f91
Base of #a3a8aa
#a3a8aa
Light of #a3a8aa
#bec1c2
Lighter
#d8dadb
Lightest
#f3f3f3

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

#a3a8aa
#aaa5a3

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

Split Complementary

#a3a8aa
#aaa3a4
#aaa8a3

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

Analogous Color

#a3aaa8
#a3aaa9
#a3a8aa
#a3a6aa
#a3a3aa

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

#a3a8aa
#a8aaa3
#aaa3a8

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

#a3a8aa
#aaa3a8
#aaa5a3
#a3aaa5

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

#a3a8aa
#a8a3aa
#aaa5a3
#a4aaa3

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

#3e4243
#565c5e
#6f7578
#888f91
#a3a8aa
#bec1c2
#d8dadb
#f3f3f3
#ffffff

Tints of #a3a8aa Color

#a3a8aa
#adb1b3
#b7bbbc
#c1c5c6
#cbcecf
#d6d8d9
#e0e2e2
#eaebec
#f4f5f5
#ffffff

Shades of #a3a8aa color code

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

#a3a8aa
#909597
#7e8284
#6c7071
#5a5d5e
#484a4b
#363838
#242525
#121212
#000000

Tones

#a3a8aa
#a6a6a6
#a6a6a6
#a6a6a6
#a6a6a6

Tones

Similar Color like #a3a8aa color

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

#a4a9ab
#a5aaac
#a6abad
#a7acae
#a8adaf
#a9aeb0
#aaafb1
#abb0b2
#acb1b3
#adb2b4
#aeb3b5
#afb4b6
#b0b5b7
#b1b6b8
#a2a7a9
#a1a6a8
#a0a5a7
#9fa4a6
#9ea3a5
#9da2a4
#9ca1a3
#9ba0a2
#9a9fa1
#999ea0
#989d9f
#979c9e
#969b9d
#959a9c

Download this Dark Grey

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

#a3a8aa Color Code Preview on Black Background Color

This is how #a3a8aa Color will look on black background color. Color contrast ratio is 8.74

#a3a8aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a3a8aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a3a8aa

#a3a8aa color code is use for CSS Background Color

Background color for the above div is #a3a8aa

HTML with inline CSS

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

#a3a8aa color code is use for CSS Border Color

CSS Border color for the above div is #a3a8aa

HTML with inline CSS

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

CSS Border Left color for the above div is #a3a8aa

HTML with inline CSS

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

CSS Border Right color for the above div is #a3a8aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a3a8aa

HTML with inline CSS

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

CSS Border Top color for the above div is #a3a8aa

HTML with inline CSS

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

#a3a8aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a3a8aa Color code Preview on White Background

This is how #a3a8aa Color code will look on white background color. Color contrast ratio is 2.40

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

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