Skip to main content Skip to docs navigation

#a76144 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 Amazonian and its hex is #AA6644 Nearest Color Name

Color Hue/Base color: Orange

Hex #a76144 Color code in RGB color code model is created after adding 65.49% red color, 38.04% green color and 26.67% blue color. Hex #a76144 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 59% yellow and 34.51% black.

Hex #a76144 color code is between #aa6633 web safe hex color code and #995555 web safe hex color code. #aa6633 is the nearest web safe color code. You can see here many more shades of #a76144 color code.

RGB Chart

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

Color Table

Hex Color Code a76144 #a76144
RGB Decimal 167, 97, 68 167, 97, 68
RGB Percent 65%, 38%, 27% rgb(65%, 38%, 27%)
CSS RGBa 167, 97, 68,1 rgba(167,97,68,1)
CMYK Model cmyk(0%,42%,59%,34.51%)
HSL Color Space 18,42% ,46% hsl(18,42% ,46%)
HSV Color Space 18°, 59%, 65%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100111 01100001 01000100
Octal 247 141 104
Decimal 167 97 68
Hex a7 61 44

Different shades of #a76144 color code.

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

Darkest of #a76144
#3a2218
Darker of #a76144
#5f3726
Dark of #a76144
#834c35
Base of #a76144
#a76144
Light of #a76144
#be7b60
Lighter
#cd9984
Lightest
#dcb7a8

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

#a76144
#448aa7

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

Split Complementary

#a76144
#44a793
#4458a7

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

Analogous Color

#a74461
#a74450
#a76144
#a78244
#a3a744

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

#a76144
#6144a7
#44a761

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

#a76144
#44a761
#448aa7
#a7448a

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

#a76144
#58a744
#448aa7
#9344a7

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

#160d09
#3a2218
#5f3726
#834c35
#a76144
#be7b60
#cd9984
#dcb7a8
#ead5cd

Tints of #a76144 Color

#a76144
#b07258
#ba846d
#c49582
#cea797
#d7b8ab
#e1cac0
#ebdbd5
#f5edea
#ffffff

Shades of #a76144 color code

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

#a76144
#94563c
#814b34
#6f402d
#5c3525
#4a2b1e
#372016
#25150f
#120a07
#000000

Tones

#a76144
#906b5c
#787473
#767676
#767676

Tones

Similar Color like #a76144 color

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

#a86245
#a96346
#aa6447
#ab6548
#ac6649
#ad674a
#ae684b
#af694c
#b06a4d
#b16b4e
#b26c4f
#b36d50
#b46e51
#b56f52
#a66043
#a55f42
#a45e41
#a35d40
#a25c3f
#a15b3e
#a05a3d
#9f593c
#9e583b
#9d573a
#9c5639
#9b5538
#9a5437
#995336

Download this Dark Orange

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

#a76144 Color Code Preview on Black Background Color

This is how #a76144 Color will look on black background color. Color contrast ratio is 4.44

#a76144 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a76144

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a76144

#a76144 color code is use for CSS Background Color

Background color for the above div is #a76144

HTML with inline CSS

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

#a76144 color code is use for CSS Border Color

CSS Border color for the above div is #a76144

HTML with inline CSS

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

CSS Border Left color for the above div is #a76144

HTML with inline CSS

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

CSS Border Right color for the above div is #a76144

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a76144

HTML with inline CSS

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

CSS Border Top color for the above div is #a76144

HTML with inline CSS

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

#a76144 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a76144 Color code Preview on White Background

This is how #a76144 Color code will look on white background color. Color contrast ratio is 4.73

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

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