Skip to main content Skip to docs navigation

#a06830 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 Pantone 730 C and its hex is #9E652E Nearest Color Name

Color Hue/Base color: Orange

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

Hex #a06830 color code is between #996633 web safe hex color code and #aa7722 web safe hex color code. #996633 is the nearest web safe color code. You can see here many more shades of #a06830 color code.

RGB Chart

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

Color Table

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

Color in numbers

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

Different shades of #a06830 color code.

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

Darkest of #a06830
#2a1b0d
Darker of #a06830
#523518
Dark of #a06830
#794e24
Base of #a06830
#a06830
Light of #a06830
#c5813e
Lighter
#d19b65
Lightest
#ddb48c

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

#a06830
#3068a0

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

Split Complementary

#a06830
#30a0a0
#3030a0

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

Analogous Color

#a03039
#a03930
#a06830
#a08d30
#84a030

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

#a06830
#6830a0
#30a068

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

#a06830
#30a068
#3068a0
#a03068

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

#a06830
#30a030
#3068a0
#a030a0

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

#030201
#2a1b0d
#523518
#794e24
#a06830
#c5813e
#d19b65
#ddb48c
#e8ceb4

Tints of #a06830 Color

#a06830
#aa7847
#b5895e
#bf9a75
#caab8c
#d4bba3
#dfccba
#e9ddd1
#f4eee8
#ffffff

Shades of #a06830 color code

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

#a06830
#8e5c2a
#7c5025
#6a4520
#58391a
#472e15
#352210
#23170a
#110b05
#000000

Tones

#a06830
#8b6845
#76685a
#686868
#686868

Tones

Similar Color like #a06830 color

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

#a16931
#a26a32
#a36b33
#a46c34
#a56d35
#a66e36
#a76f37
#a87038
#a97139
#aa723a
#ab733b
#ac743c
#ad753d
#ae763e
#9f672f
#9e662e
#9d652d
#9c642c
#9b632b
#9a622a
#996129
#986028
#975f27
#965e26
#955d25
#945c24
#935b23
#925a22

Download this Dark Orange

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

#a06830 Color Code Preview on Black Background Color

This is how #a06830 Color will look on black background color. Color contrast ratio is 4.52

#a06830 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a06830

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a06830

#a06830 color code is use for CSS Background Color

Background color for the above div is #a06830

HTML with inline CSS

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

#a06830 color code is use for CSS Border Color

CSS Border color for the above div is #a06830

HTML with inline CSS

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

CSS Border Left color for the above div is #a06830

HTML with inline CSS

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

CSS Border Right color for the above div is #a06830

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a06830

HTML with inline CSS

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

CSS Border Top color for the above div is #a06830

HTML with inline CSS

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

#a06830 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a06830 Color code Preview on White Background

This is how #a06830 Color code will look on white background color. Color contrast ratio is 4.65

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

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