Skip to main content Skip to docs navigation

#AD8047 hex color | Bungalow Gold | 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

Color Hue/Base color: Yellow

Hex #AD8047 Color Code is also known as | Bungalow Gold color.

Hex #AD8047 Color code in RGB color code model is created after adding 67.84% red color, 50.2% green color and 27.84% blue color. Hex #AD8047 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 59% yellow and 32.16% black.

Hex #AD8047 color code is between #aa8844 web safe hex color code and #bb7755 web safe hex color code. #aa8844 is the nearest web safe color code. You can see here many more shades of #AD8047 color code.

RGB Chart

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

Color Table

Hex Color Code AD8047 #AD8047
RGB Decimal 173, 128, 71 173, 128, 71
RGB Percent 68%, 50%, 28% rgb(68%, 50%, 28%)
CSS RGBa 173, 128, 71,1 rgba(173,128,71,1)
CMYK Model cmyk(0%,26%,59%,32.16%)
HSL Color Space 34,42% ,48% hsl(34,42% ,48%)
HSV Color Space 34°, 59%, 68%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101101 10000000 01000111
Octal 255 200 107
Decimal 173 128 71
Hex AD 80 47

Different shades of #AD8047 color code.

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

Darkest of #AD8047
#41301a
Darker of #AD8047
#654a29
Dark of #AD8047
#896538
Base of #AD8047
#ad8047
Light of #AD8047
#c09967
Lighter
#cfb18b
Lightest
#dec9af

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

#ad8047
#4774ad

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

Split Complementary

#AD8047
#47a7ad
#4d47ad

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

Analogous Color

#ad4749
#ad5547
#ad8047
#ada247
#8dad47

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

#AD8047
#8047ad
#47ad80

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

#AD8047
#47ad80
#4774ad
#ad4774

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

#AD8047
#47ad4d
#4774ad
#ad47a7

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

#1c150c
#41301a
#654a29
#896538
#ad8047
#c09967
#cfb18b
#dec9af
#ede2d3

Tints of #AD8047 Color

#ad8047
#b68e5b
#bf9c6f
#c8aa84
#d1b898
#dac6ad
#e3d4c1
#ece2d6
#f5f0ea
#ffffff

Shades of #AD8047 color code

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

#ad8047
#99713f
#866337
#73552f
#604727
#4c381f
#392a17
#261c0f
#130e07
#000000

Tones

#ad8047
#957d5f
#7c7a78
#7a7a7a
#7a7a7a

Tones

Similar Color like #AD8047 color

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

#ae8148
#af8249
#b0834a
#b1844b
#b2854c
#b3864d
#b4874e
#b5884f
#b68950
#b78a51
#b88b52
#b98c53
#ba8d54
#bb8e55
#ac7f46
#ab7e45
#aa7d44
#a97c43
#a87b42
#a77a41
#a67940
#a5783f
#a4773e
#a3763d
#a2753c
#a1743b
#a0733a
#9f7239

Download this Dark Yellow

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

#AD8047 Color Code Preview on Black Background Color

This is how #AD8047 Color will look on black background color. Color contrast ratio is 5.96

#AD8047 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #AD8047

HTML with inline CSS

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

Your Example Paragraph content text in with font color #AD8047

#AD8047 color code is use for CSS Background Color

Background color for the above div is #AD8047

HTML with inline CSS

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

#AD8047 color code is use for CSS Border Color

CSS Border color for the above div is #AD8047

HTML with inline CSS

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

CSS Border Left color for the above div is #AD8047

HTML with inline CSS

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

CSS Border Right color for the above div is #AD8047

HTML with inline CSS

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

CSS Border Bottom color for the above div is #AD8047

HTML with inline CSS

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

CSS Border Top color for the above div is #AD8047

HTML with inline CSS

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

#AD8047 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#AD8047 Color code Preview on White Background

This is how #AD8047 Color code will look on white background color. Color contrast ratio is 3.53

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

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