crispedge.com

#a35e04 hex color - Orange - Warm color - Information

#a35e04 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #a35e04 Color code in RGB color code model is created after adding 63.92% red color, 36.86% green color and 1.57% blue color. Hex #a35e04 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 98% yellow and 36% black.

Hex #a35e04 color code is between #aa6600 web safe hex color code and #995500 web safe hex color code. #aa6600 is the nearest web safe color code. You can see here many more shades of #a35e04 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea35e04#a35e04
RGB Decimal163, 94, 4rgb(163, 94, 4)
RGB Percent64%, 37%, 2%rgb(64%, 37%, 2%)
CSS RGBa163, 94, 4,1rgba(163,94,4,1)
CMYK Modelcmyk(0%,42%,98%,36%)
HSL Color Space34,95% ,33%hsl(34,95% ,33%)
HSV Color Space34°, 98%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000110101111000000100
Octal2431364
Decimal163944
Hexa35e04

Different shades of #a35e04 color code.

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

Light Shade of #a35e04
#d57b05
Dark Shade of #a35e04
#714103
Saturated Shade of #a35e04
#a75f00
Desaturated Shade of #a35e04
#9b5d0c
Grey scale Shade of #a35e04
#535353
Brighten Shade
#bc771d
Most Readable Shade
#FFFFFF

Shades of #a35e04 color code

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

#a35e04
#905303
#7e4903
#6c3e02
#5a3402
#482901
#361f01
#241400
#120a00
#000000

Similar Color like #a35e04 color

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

#a45f05
#a56006
#a66107
#a76208
#a86309
#a9640a
#aa650b
#ab660c
#ac670d
#ad680e
#ae690f
#af6a10
#b06b11
#b16c12
#a25d03
#a15c02
#a05b01
#9f5a00
#9e5900
#9d5800
#9c5700
#9b5600
#9a5500
#995400
#985300
#975200
#965100
#955000

Monochromatic Color with #a35e04

#a35e04
#cd7705
#f88f06
#231401
#4e2d02
#784503

Tints of #a35e04 Color

#a35e04
#ad6f1f
#b7813b
#c19357
#cba573
#d6b78f
#e0c9ab
#eadbc7
#f4ede3
#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

#a35e04
#0449a3

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

Split Complementary

#a35e04
#0499a3
#0e04a3

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

Analogous Color

#a31e04
#a33e04
#a35e04
#a37e04
#a39e04

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

#a35e04
#04a35e
#5e04a3

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

#a35e04
#04a30f
#0449a3
#a30498

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

#a35e04
#0449a3
#0e04a3
#99a304

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 #a35e04 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.

#a35e04 Color Code Preview on Black Background Color

This is how #a35e04 Color will look on black background color. Color contrast ratio is 4.16

#a35e04 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a35e04

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a35e04

#a35e04 color code is use for CSS Background Color

Background color for the above div is #a35e04

HTML with inline CSS

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

#a35e04 color code is use for CSS Border Color

CSS Border color for the above div is #a35e04

HTML with inline CSS

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

CSS Border Left color for the above div is #a35e04

HTML with inline CSS

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

CSS Border Right color for the above div is #a35e04

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a35e04

HTML with inline CSS

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

CSS Border Top color for the above div is #a35e04

HTML with inline CSS

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

#a35e04 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a35e04 Color code Preview on White Background

This is how #a35e04 Color code will look on white background color. Color contrast ratio is 5.05

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>