Skip to main content Skip to docs navigation

#a02634 hex color | Dark Brown & Warm color | 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 Alabama Crimson and its hex is #A32638 Nearest Color Name

Color Hue/Base color: Brown

Hex #a02634 Color code in RGB color code model is created after adding 62.75% red color, 14.9% green color and 20.39% blue color. Hex #a02634 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 76% magenta, 68% yellow and 37.25% black.

Hex #a02634 color code is between #992233 web safe hex color code and #aa3344 web safe hex color code. #992233 is the nearest web safe color code. You can see here many more shades of #a02634 color code.

RGB Chart

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

Color Table

Hex Color Code a02634 #a02634
RGB Decimal 160, 38, 52 160, 38, 52
RGB Percent 63%, 15%, 20% rgb(63%, 15%, 20%)
CSS RGBa 160, 38, 52,1 rgba(160,38,52,1)
CMYK Model cmyk(0%,76%,68%,37.25%)
HSL Color Space 353,62% ,39% hsl(353,62% ,39%)
HSV Color Space 353°, 76%, 63%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100000 00100110 00110100
Octal 240 46 64
Decimal 160 38 52
Hex a0 26 34

Different shades of #a02634 color code.

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

Darkest of #a02634
#24090c
Darker of #a02634
#4e1219
Dark of #a02634
#771c27
Base of #a02634
#a02634
Light of #a02634
#c93041
Lighter
#d75564
Lightest
#e07e8a

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

#a02634
#26a092

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

Split Complementary

#a02634
#26a055
#2671a0

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

Analogous Color

#a0267b
#a02667
#a02634
#a04126
#a07326

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

#a02634
#2634a0
#34a026

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

#a02634
#34a026
#26a092
#9226a0

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

#a02634
#71a026
#26a092
#5526a0

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

#000000
#24090c
#4e1219
#771c27
#a02634
#c93041
#d75564
#e07e8a
#eaa8af

Tints of #a02634 Color

#a02634
#aa3e4a
#b55661
#bf6e77
#ca868e
#d49ea4
#dfb6bb
#e9ced1
#f4e6e8
#ffffff

Shades of #a02634 color code

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

#a02634
#8e212e
#7c1d28
#6a1922
#58151c
#471017
#350c11
#23080b
#110405
#000000

Tones

#a02634
#8c3a43
#784e53
#656162
#636363

Tones

Similar Color like #a02634 color

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

#a12735
#a22836
#a32937
#a42a38
#a52b39
#a62c3a
#a72d3b
#a82e3c
#a92f3d
#aa303e
#ab313f
#ac3240
#ad3341
#ae3442
#9f2533
#9e2432
#9d2331
#9c2230
#9b212f
#9a202e
#991f2d
#981e2c
#971d2b
#961c2a
#951b29
#941a28
#931927
#921826

Download this

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

#a02634 Color Code Preview on Black Background Color

This is how #a02634 Color will look on black background color. Color contrast ratio is 2.82

#a02634 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a02634

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a02634

#a02634 color code is use for CSS Background Color

Background color for the above div is #a02634

HTML with inline CSS

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

#a02634 color code is use for CSS Border Color

CSS Border color for the above div is #a02634

HTML with inline CSS

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

CSS Border Left color for the above div is #a02634

HTML with inline CSS

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

CSS Border Right color for the above div is #a02634

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a02634

HTML with inline CSS

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

CSS Border Top color for the above div is #a02634

HTML with inline CSS

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

#a02634 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a02634 Color code Preview on White Background

This is how #a02634 Color code will look on white background color. Color contrast ratio is 7.44

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(160,38,52,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(38,160,146,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(160,38,52,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }