Skip to main content Skip to docs navigation

#a04528 hex color | Download Dark Orange 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 Fluorescent Fire and its hex is #984427 Nearest Color Name

Color Hue/Base color: Orange

Hex #a04528 Color code in RGB color code model is created after adding 62.75% red color, 27.06% green color and 15.69% blue color. Hex #a04528 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 57% magenta, 75% yellow and 37.25% black.

Hex #a04528 color code is between #994422 web safe hex color code and #aa5533 web safe hex color code. #994422 is the nearest web safe color code. You can see here many more shades of #a04528 color code.

RGB Chart

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

Color Table

Hex Color Code a04528 #a04528
RGB Decimal 160, 69, 40 160, 69, 40
RGB Percent 63%, 27%, 16% rgb(63%, 27%, 16%)
CSS RGBa 160, 69, 40,1 rgba(160,69,40,1)
CMYK Model cmyk(0%,57%,75%,37.25%)
HSL Color Space 14,60% ,39% hsl(14,60% ,39%)
HSV Color Space 14°, 75%, 63%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100000 01000101 00101000
Octal 240 105 50
Decimal 160 69 40
Hex a0 45 28

Different shades of #a04528 color code.

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

Darkest of #a04528
#261009
Darker of #a04528
#4e2214
Dark of #a04528
#77331e
Base of #a04528
#a04528
Light of #a04528
#c95732
Lighter
#d57759
Lightest
#e09881

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

#a04528
#2883a0

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

Split Complementary

#a04528
#28a081
#2847a0

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

Analogous Color

#a02851
#a0283d
#a04528
#a06d28
#a09f28

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

#a04528
#4528a0
#28a045

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

#a04528
#28a045
#2883a0
#a02883

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

#a04528
#47a028
#2883a0
#8128a0

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

#000000
#261009
#4e2214
#77331e
#a04528
#c95732
#d57759
#e09881
#eabaaa

Tints of #a04528 Color

#a04528
#aa593f
#b56e57
#bf836f
#ca9787
#d4ac9f
#dfc1b7
#e9d5cf
#f4eae7
#ffffff

Shades of #a04528 color code

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

#a04528
#8e3d23
#7c351f
#6a2e1a
#582616
#471e11
#35170d
#230f08
#110704
#000000

Tones

#a04528
#8c4f3c
#785a50
#646464
#646464

Tones

Similar Color like #a04528 color

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

#a14629
#a2472a
#a3482b
#a4492c
#a54a2d
#a64b2e
#a74c2f
#a84d30
#a94e31
#aa4f32
#ab5033
#ac5134
#ad5235
#ae5336
#9f4427
#9e4326
#9d4225
#9c4124
#9b4023
#9a3f22
#993e21
#983d20
#973c1f
#963b1e
#953a1d
#94391c
#93381b
#92371a

Download this Dark Orange

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

#a04528 Color Code Preview on Black Background Color

This is how #a04528 Color will look on black background color. Color contrast ratio is 3.38

#a04528 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a04528

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a04528

#a04528 color code is use for CSS Background Color

Background color for the above div is #a04528

HTML with inline CSS

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

#a04528 color code is use for CSS Border Color

CSS Border color for the above div is #a04528

HTML with inline CSS

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

CSS Border Left color for the above div is #a04528

HTML with inline CSS

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

CSS Border Right color for the above div is #a04528

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a04528

HTML with inline CSS

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

CSS Border Top color for the above div is #a04528

HTML with inline CSS

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

#a04528 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a04528 Color code Preview on White Background

This is how #a04528 Color code will look on white background color. Color contrast ratio is 6.22

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

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(160,69,40,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(40,131,160,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(160,69,40,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }