Skip to main content Skip to docs navigation

#a04430 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 Toasted Paprika and its hex is #A34631 Nearest Color Name

Color Hue/Base color: Orange

Hex #a04430 Color code in RGB color code model is created after adding 62.75% red color, 26.67% green color and 18.82% blue color. Hex #a04430 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 70% yellow and 37.25% black.

Hex #a04430 color code is between #993333 web safe hex color code and #aa5522 web safe hex color code. #993333 is the nearest web safe color code. You can see here many more shades of #a04430 color code.

RGB Chart

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

Color Table

Hex Color Code a04430 #a04430
RGB Decimal 160, 68, 48 160, 68, 48
RGB Percent 63%, 27%, 19% rgb(63%, 27%, 19%)
CSS RGBa 160, 68, 48,1 rgba(160,68,48,1)
CMYK Model cmyk(0%,58%,70%,37.25%)
HSL Color Space 11,54% ,41% hsl(11,54% ,41%)
HSV Color Space 11°, 70%, 63%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100000 01000100 00110000
Octal 240 104 60
Decimal 160 68 48
Hex a0 44 30

Different shades of #a04430 color code.

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

Darkest of #a04430
#2a120d
Darker of #a04430
#522318
Dark of #a04430
#793324
Base of #a04430
#a04430
Light of #a04430
#c5563e
Lighter
#d17865
Lightest
#dd9b8c

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

#a04430
#308ca0

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

Split Complementary

#a04430
#30a07c
#3054a0

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

Analogous Color

#a0305d
#a0304b
#a04430
#a06930
#a09830

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

#a04430
#4430a0
#30a044

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

#a04430
#30a044
#308ca0
#a0308c

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

#a04430
#54a030
#308ca0
#7c30a0

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

#030101
#2a120d
#522318
#793324
#a04430
#c5563e
#d17865
#dd9b8c
#e8bdb4

Tints of #a04430 Color

#a04430
#aa5847
#b56d5e
#bf8275
#ca978c
#d4aba3
#dfc0ba
#e9d5d1
#f4eae8
#ffffff

Shades of #a04430 color code

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

#a04430
#8e3c2a
#7c3425
#6a2d20
#58251a
#471e15
#351610
#230f0a
#110705
#000000

Tones

#a04430
#8b5145
#765f5a
#686868
#686868

Tones

Similar Color like #a04430 color

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

#a14531
#a24632
#a34733
#a44834
#a54935
#a64a36
#a74b37
#a84c38
#a94d39
#aa4e3a
#ab4f3b
#ac503c
#ad513d
#ae523e
#9f432f
#9e422e
#9d412d
#9c402c
#9b3f2b
#9a3e2a
#993d29
#983c28
#973b27
#963a26
#953925
#943824
#933723
#923622

Download this Dark Orange

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

#a04430 Color Code Preview on Black Background Color

This is how #a04430 Color will look on black background color. Color contrast ratio is 3.36

#a04430 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a04430

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a04430

#a04430 color code is use for CSS Background Color

Background color for the above div is #a04430

HTML with inline CSS

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

#a04430 color code is use for CSS Border Color

CSS Border color for the above div is #a04430

HTML with inline CSS

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

CSS Border Left color for the above div is #a04430

HTML with inline CSS

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

CSS Border Right color for the above div is #a04430

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a04430

HTML with inline CSS

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

CSS Border Top color for the above div is #a04430

HTML with inline CSS

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

#a04430 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a04430 Color code Preview on White Background

This is how #a04430 Color code will look on white background color. Color contrast ratio is 6.24

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

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