crispedge.com

Color picker

Loading...

#ac7f41 hex color - Yellow - Warm color - Information

#ac7f41 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #ac7f41 Color code in RGB color code model is created after adding 67.45% red color, 49.8% green color and 25.49% blue color. Hex #ac7f41 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 62% yellow and 33% black.

Hex #ac7f41 color code is between #aa7744 web safe hex color code and #bb8833 web safe hex color code. #aa7744 is the nearest web safe color code. You can see here many more shades of #ac7f41 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeac7f41#ac7f41
RGB Decimal172, 127, 65rgb(172, 127, 65)
RGB Percent67%, 50%, 25%rgb(67%, 50%, 25%)
CSS RGBa172, 127, 65,1rgba(172,127,65,1)
CMYK Modelcmyk(0%,26%,62%,33%)
HSL Color Space35,45% ,46%hsl(35,45% ,46%)
HSV Color Space35°, 62%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011000111111101000001
Octal254177101
Decimal17212765
Hexac7f41

Different shades of #ac7f41 color code.

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

Light Shade of #ac7f41
#c2985e
Dark Shade of #ac7f41
#876433
Saturated Shade of #ac7f41
#b88135
Desaturated Shade of #ac7f41
#a07d4d
Grey scale Shade of #ac7f41
#767676
Brighten Shade
#c5985a
Most Readable Shade
#FFFFFF

Shades of #ac7f41 color code

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

#ac7f41
#987039
#856232
#72542b
#5f4624
#4c381c
#392a15
#261c0e
#130e07
#000000

Similar Color like #ac7f41 color

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

#ad8042
#ae8143
#af8244
#b08345
#b18446
#b28547
#b38648
#b48749
#b5884a
#b6894b
#b78a4c
#b88b4d
#b98c4e
#ba8d4f
#ab7e40
#aa7d3f
#a97c3e
#a87b3d
#a77a3c
#a6793b
#a5783a
#a47739
#a37638
#a27537
#a17436
#a07335
#9f7234
#9e7133

Monochromatic Color with #ac7f41

#ac7f41
#d69e51
#020101
#2c2111
#574021
#816031

Tints of #ac7f41 Color

#ac7f41
#b58d56
#be9b6b
#c7a980
#d0b795
#dac6aa
#e3d4bf
#ece2d4
#f5f0e9
#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

#ac7f41
#416eac

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

Split Complementary

#ac7f41
#41a4ac
#4941ac

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

Analogous Color

#ac5441
#ac6a41
#ac7f41
#ac9441
#acaa41

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

#ac7f41
#41ac7f
#7f41ac

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

#ac7f41
#41ac4a
#416eac
#ac41a3

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

#ac7f41
#416eac
#4941ac
#a4ac41

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

#ac7f41 Color Code Preview on Black Background Color

This is how #ac7f41 Color will look on black background color. Color contrast ratio is 5.87

#ac7f41 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac7f41

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac7f41

#ac7f41 color code is use for CSS Background Color

Background color for the above div is #ac7f41

HTML with inline CSS

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

#ac7f41 color code is use for CSS Border Color

CSS Border color for the above div is #ac7f41

HTML with inline CSS

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

CSS Border Left color for the above div is #ac7f41

HTML with inline CSS

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

CSS Border Right color for the above div is #ac7f41

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac7f41

HTML with inline CSS

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

CSS Border Top color for the above div is #ac7f41

HTML with inline CSS

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

#ac7f41 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac7f41 Color code Preview on White Background

This is how #ac7f41 Color code will look on white background color. Color contrast ratio is 3.58

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

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