crispedge.com

Color picker

Loading...

#ac561d hex color - Orange - Warm color - Information

#ac561d hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #ac561d Color code in RGB color code model is created after adding 67.45% red color, 33.73% green color and 11.37% blue color. Hex #ac561d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 83% yellow and 33% black.

Hex #ac561d color code is between #aa5522 web safe hex color code and #bb6611 web safe hex color code. #aa5522 is the nearest web safe color code. You can see here many more shades of #ac561d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeac561d#ac561d
RGB Decimal172, 86, 29rgb(172, 86, 29)
RGB Percent67%, 34%, 11%rgb(67%, 34%, 11%)
CSS RGBa172, 86, 29,1rgba(172,86,29,1)
CMYK Modelcmyk(0%,50%,83%,33%)
HSL Color Space24,71% ,39%hsl(24,71% ,39%)
HSV Color Space24°, 83%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011000101011000011101
Octal25412635
Decimal1728629
Hexac561d

Different shades of #ac561d color code.

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

Light Shade of #ac561d
#d86c24
Dark Shade of #ac561d
#804016
Saturated Shade of #ac561d
#b65413
Desaturated Shade of #ac561d
#a25827
Grey scale Shade of #ac561d
#646464
Brighten Shade
#c56f36
Most Readable Shade
#FFFFFF

Shades of #ac561d color code

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

#ac561d
#984c19
#854216
#723913
#5f2f10
#4c260c
#391c09
#261306
#130903
#000000

Similar Color like #ac561d color

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

#ad571e
#ae581f
#af5920
#b05a21
#b15b22
#b25c23
#b35d24
#b45e25
#b55f26
#b66027
#b76128
#b86229
#b9632a
#ba642b
#ab551c
#aa541b
#a9531a
#a85219
#a75118
#a65017
#a54f16
#a44e15
#a34d14
#a24c13
#a14b12
#a04a11
#9f4910
#9e480f

Monochromatic Color with #ac561d

#ac561d
#d66b24
#020100
#2c1608
#572b0f
#814116

Tints of #ac561d Color

#ac561d
#b56836
#be7b4f
#c78e68
#d0a181
#dab39a
#e3c6b3
#ecd9cc
#f5ece5
#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

#ac561d
#1d73ac

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

Split Complementary

#ac561d
#1dac9e
#1d2bac

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

Analogous Color

#ac1d1d
#ac391d
#ac561d
#ac731d
#ac8f1d

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

#ac561d
#1dac56
#561dac

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

#ac561d
#2cac1d
#1d73ac
#9d1dac

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

#ac561d
#1d73ac
#1d2bac
#ac9e1d

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

#ac561d Color Code Preview on Black Background Color

This is how #ac561d Color will look on black background color. Color contrast ratio is 4.10

#ac561d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac561d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac561d

#ac561d color code is use for CSS Background Color

Background color for the above div is #ac561d

HTML with inline CSS

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

#ac561d color code is use for CSS Border Color

CSS Border color for the above div is #ac561d

HTML with inline CSS

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

CSS Border Left color for the above div is #ac561d

HTML with inline CSS

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

CSS Border Right color for the above div is #ac561d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac561d

HTML with inline CSS

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

CSS Border Top color for the above div is #ac561d

HTML with inline CSS

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

#ac561d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac561d Color code Preview on White Background

This is how #ac561d Color code will look on white background color. Color contrast ratio is 5.12

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

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(172,86,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(29,115,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,86,29,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.