crispedge.com

Color picker

Loading...

#aa5a35 hex color - Orange - Warm color - Information

#aa5a35 hex color - Orange - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Orange

Hex #aa5a35 Color code in RGB color code model is created after adding 66.67% red color, 35.29% green color and 20.78% blue color. Hex #aa5a35 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 69% yellow and 33% black.

Hex #aa5a35 color code is between #995533 web safe hex color code and #bb6644 web safe hex color code. #995533 is the nearest web safe color code. You can see here many more shades of #aa5a35 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeaa5a35#aa5a35
RGB Decimal170, 90, 53rgb(170, 90, 53)
RGB Percent67%, 35%, 21%rgb(67%, 35%, 21%)
CSS RGBa170, 90, 53,1rgba(170,90,53,1)
CMYK Modelcmyk(0%,47%,69%,33%)
HSL Color Space19,52% ,44%hsl(19,52% ,44%)
HSV Color Space19°, 69%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100101101000110101
Octal25213265
Decimal1709053
Hexaa5a35

Different shades of #aa5a35 color code.

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

Light Shade of #aa5a35
#c7724b
Dark Shade of #aa5a35
#834529
Saturated Shade of #aa5a35
#b5562a
Desaturated Shade of #aa5a35
#9f5e40
Grey scale Shade of #aa5a35
#6f6f6f
Brighten Shade
#c3734e
Most Readable Shade
#FFFFFF

Shades of #aa5a35 color code

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

#aa5a35
#97502f
#844629
#713c23
#5e321d
#4b2817
#381e11
#25140b
#120a05
#000000

Similar Color like #aa5a35 color

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

#ab5b36
#ac5c37
#ad5d38
#ae5e39
#af5f3a
#b0603b
#b1613c
#b2623d
#b3633e
#b4643f
#b56540
#b66641
#b76742
#b86843
#a95934
#a85833
#a75732
#a65631
#a55530
#a4542f
#a3532e
#a2522d
#a1512c
#a0502b
#9f4f2a
#9e4e29
#9d4d28
#9c4c27

Monochromatic Color with #aa5a35

#aa5a35
#d47142
#ff8750
#2a160d
#552d1b
#7f4328

Tints of #aa5a35 Color

#aa5a35
#b36c4b
#bc7e61
#c69178
#cfa38e
#d9b5a5
#e2c8bb
#ecdad2
#f5ece8
#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

#aa5a35
#3585aa

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

Split Complementary

#aa5a35
#35aa95
#354aaa

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

Analogous Color

#aa353f
#aa4335
#aa5a35
#aa7135
#aa8935

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

#aa5a35
#35aa5a
#5a35aa

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

#aa5a35
#4aaa35
#3585aa
#9435aa

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

#aa5a35
#3585aa
#354aaa
#aa9535

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

#aa5a35 Color Code Preview on Black Background Color

This is how #aa5a35 Color will look on black background color. Color contrast ratio is 4.22

#aa5a35 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa5a35

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa5a35

#aa5a35 color code is use for CSS Background Color

Background color for the above div is #aa5a35

HTML with inline CSS

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

#aa5a35 color code is use for CSS Border Color

CSS Border color for the above div is #aa5a35

HTML with inline CSS

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

CSS Border Left color for the above div is #aa5a35

HTML with inline CSS

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

CSS Border Right color for the above div is #aa5a35

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa5a35

HTML with inline CSS

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

CSS Border Top color for the above div is #aa5a35

HTML with inline CSS

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

#aa5a35 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa5a35 Color code Preview on White Background

This is how #aa5a35 Color code will look on white background color. Color contrast ratio is 4.97

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.