Skip to main content Skip to docs navigation

#ad957a hex color | Download Dark Brown 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 Bungalow Brown and its hex is #AD947B Nearest Color Name

Color Hue/Base color: Brown

Hex #ad957a Color code in RGB color code model is created after adding 67.84% red color, 58.43% green color and 47.84% blue color. Hex #ad957a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 29% yellow and 32.16% black.

Hex #ad957a color code is between #aa9977 web safe hex color code and #bb8888 web safe hex color code. #aa9977 is the nearest web safe color code. You can see here many more shades of #ad957a color code.

RGB Chart

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

Color Table

Hex Color Code ad957a #ad957a
RGB Decimal 173, 149, 122 173, 149, 122
RGB Percent 68%, 58%, 48% rgb(68%, 58%, 48%)
CSS RGBa 173, 149, 122,1 rgba(173,149,122,1)
CMYK Model cmyk(0%,14%,29%,32.16%)
HSL Color Space 32,24% ,58% hsl(32,24% ,58%)
HSV Color Space 32°, 29%, 68%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101101 10010101 01111010
Octal 255 225 172
Decimal 173 149 122
Hex ad 95 7a

Different shades of #ad957a color code.

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

Darkest of #ad957a
#584836
Darker of #ad957a
#77624a
Dark of #ad957a
#977c5d
Base of #ad957a
#ad957a
Light of #ad957a
#c0ae9a
Lighter
#d4c7b9
Lightest
#e7e0d9

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

#ad957a
#7a92ad

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

Split Complementary

#ad957a
#7aabad
#7b7aad

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

Analogous Color

#ad7a7d
#ad807a
#ad957a
#ada67a
#9fad7a

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

#ad957a
#957aad
#7aad95

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

#ad957a
#7aad95
#7a92ad
#ad7a92

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

#ad957a
#7aad7b
#7a92ad
#ad7aab

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

#382e23
#584836
#77624a
#977c5d
#ad957a
#c0ae9a
#d4c7b9
#e7e0d9
#fbfaf8

Tints of #ad957a Color

#ad957a
#b6a088
#bfac97
#c8b8a6
#d1c4b5
#dacfc3
#e3dbd2
#ece7e1
#f5f3f0
#ffffff

Shades of #ad957a color code

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

#ad957a
#99846c
#86735e
#736351
#605243
#4c4236
#393128
#26211b
#13100d
#000000

Tones

#ad957a
#97948f
#939393
#939393
#939393

Tones

Similar Color like #ad957a color

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

#ae967b
#af977c
#b0987d
#b1997e
#b29a7f
#b39b80
#b49c81
#b59d82
#b69e83
#b79f84
#b8a085
#b9a186
#baa287
#bba388
#ac9479
#ab9378
#aa9277
#a99176
#a89075
#a78f74
#a68e73
#a58d72
#a48c71
#a38b70
#a28a6f
#a1896e
#a0886d
#9f876c

Download this Dark Brown

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

#ad957a Color Code Preview on Black Background Color

This is how #ad957a Color will look on black background color. Color contrast ratio is 7.36

#ad957a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad957a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad957a

#ad957a color code is use for CSS Background Color

Background color for the above div is #ad957a

HTML with inline CSS

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

#ad957a color code is use for CSS Border Color

CSS Border color for the above div is #ad957a

HTML with inline CSS

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

CSS Border Left color for the above div is #ad957a

HTML with inline CSS

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

CSS Border Right color for the above div is #ad957a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad957a

HTML with inline CSS

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

CSS Border Top color for the above div is #ad957a

HTML with inline CSS

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

#ad957a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad957a Color code Preview on White Background

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

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(173,149,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(122,146,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,149,122,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }