crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#a34e0a hex color - Red - Warm color - Information

#a34e0a hex color - Red - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Red

Hex #a34e0a Color code in RGB color code model is created after adding 63.92% red color, 30.59% green color and 3.92% blue color. Hex #a34e0a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 94% yellow and 36% black.

Hex #a34e0a color code is between #aa5511 web safe hex color code and #994400 web safe hex color code. #aa5511 is the nearest web safe color code. You can see here many more shades of #a34e0a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea34e0a#a34e0a
RGB Decimal163, 78, 10rgb(163, 78, 10)
RGB Percent64%, 31%, 4%rgb(64%, 31%, 4%)
CSS RGBa163, 78, 10,1rgba(163,78,10,1)
CMYK Modelcmyk(0%,52%,94%,36%)
HSL Color Space27,88% ,34%hsl(27,88% ,34%)
HSV Color Space27°, 94%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000110100111000001010
Octal24311612
Decimal1637810
Hexa34e0a

Different shades of #a34e0a color code.

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

Light Shade of #a34e0a
#d3650d
Dark Shade of #a34e0a
#733707
Saturated Shade of #a34e0a
#ac4d01
Desaturated Shade of #a34e0a
#9a4f13
Grey scale Shade of #a34e0a
#565656
Brighten Shade
#bc6723
Most Readable Shade
#FFFFFF

Shades of #a34e0a color code

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

#a34e0a
#904508
#7e3c07
#6c3406
#5a2b05
#482204
#361a03
#241102
#120801
#000000

Similar Color like #a34e0a color

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

#a44f0b
#a5500c
#a6510d
#a7520e
#a8530f
#a95410
#aa5511
#ab5612
#ac5713
#ad5814
#ae5915
#af5a16
#b05b17
#b15c18
#a24d09
#a14c08
#a04b07
#9f4a06
#9e4905
#9d4804
#9c4703
#9b4602
#9a4501
#994400
#984300
#974200
#964100
#954000

Monochromatic Color with #a34e0a

#a34e0a
#cd620d
#f8770f
#231102
#4e2505
#783a07

Tints of #a34e0a Color

#a34e0a
#ad6125
#b77540
#c1895b
#cb9c76
#d6b092
#e0c4ad
#ead7c8
#f4ebe3
#ffffff

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

#a34e0a
#0a5fa3

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

Split Complementary

#a34e0a
#0aa39b
#0a12a3

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

Analogous Color

#a3110a
#a32f0a
#a34e0a
#a36d0a
#a38b0a

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

#a34e0a
#0aa34e
#4e0aa3

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

#a34e0a
#13a30a
#0a5fa3
#9a0aa3

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#a34e0a
#0a5fa3
#0a12a3
#a39b0a

Double Complementary 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).

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

#a34e0a Color Code Preview on Black Background Color

This is how #a34e0a Color will look on black background color. Color contrast ratio is 3.65

#a34e0a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a34e0a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a34e0a

#a34e0a color code is use for CSS Background Color

Background color for the above div is #a34e0a

HTML with inline CSS

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

#a34e0a color code is use for CSS Border Color

CSS Border color for the above div is #a34e0a

HTML with inline CSS

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

CSS Border Left color for the above div is #a34e0a

HTML with inline CSS

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

CSS Border Right color for the above div is #a34e0a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a34e0a

HTML with inline CSS

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

CSS Border Top color for the above div is #a34e0a

HTML with inline CSS

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

#a34e0a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a34e0a Color code Preview on White Background

This is how #a34e0a Color code will look on white background color. Color contrast ratio is 5.75

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.