crispedge.com

Color picker

Loading...

#a6815e hex color - Brown - Warm color - Information

#a6815e hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #a6815e Color code in RGB color code model is created after adding 65.1% red color, 50.59% green color and 36.86% blue color. Hex #a6815e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 43% yellow and 35% black.

Hex #a6815e color code is between #aa8866 web safe hex color code and #997755 web safe hex color code. #aa8866 is the nearest web safe color code. You can see here many more shades of #a6815e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea6815e#a6815e
RGB Decimal166, 129, 94rgb(166, 129, 94)
RGB Percent65%, 51%, 37%rgb(65%, 51%, 37%)
CSS RGBa166, 129, 94,1rgba(166,129,94,1)
CMYK Modelcmyk(0%,22%,43%,35%)
HSL Color Space29,29% ,51%hsl(29,29% ,51%)
HSV Color Space29°, 43%, 65%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001101000000101011110
Octal246201136
Decimal16612994
Hexa6815e

Different shades of #a6815e color code.

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

Light Shade of #a6815e
#b89b7f
Dark Shade of #a6815e
#87684a
Saturated Shade of #a6815e
#b28151
Desaturated Shade of #a6815e
#99816b
Grey scale Shade of #a6815e
#828282
Brighten Shade
#bf9a77
Most Readable Shade
#000000

Shades of #a6815e color code

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

#a6815e
#937253
#816449
#6e563e
#5c4734
#493929
#372b1f
#241c14
#120e0a
#000000

Similar Color like #a6815e color

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

#a7825f
#a88360
#a98461
#aa8562
#ab8663
#ac8764
#ad8865
#ae8966
#af8a67
#b08b68
#b18c69
#b28d6a
#b38e6b
#b48f6c
#a5805d
#a47f5c
#a37e5b
#a27d5a
#a17c59
#a07b58
#9f7a57
#9e7956
#9d7855
#9c7754
#9b7653
#9a7552
#997451
#987350

Monochromatic Color with #a6815e

#a6815e
#d0a276
#fbc38e
#261e16
#513f2e
#7b6046

Tints of #a6815e Color

#a6815e
#af8f6f
#b99d81
#c3ab93
#cdb9a5
#d7c7b7
#e1d5c9
#ebe3db
#f5f1ed
#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

#a6815e
#5e83a6

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

Split Complementary

#a6815e
#5ea6a5
#5e5fa6

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

Analogous Color

#a6645e
#a6735e
#a6815e
#a68f5e
#a69e5e

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

#a6815e
#5ea681
#815ea6

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

#a6815e
#5fa65e
#5e83a6
#a55ea6

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

#a6815e
#5e83a6
#5e5fa6
#a6a55e

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

#a6815e Color Code Preview on Black Background Color

This is how #a6815e Color will look on black background color. Color contrast ratio is 5.92

#a6815e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6815e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6815e

#a6815e color code is use for CSS Background Color

Background color for the above div is #a6815e

HTML with inline CSS

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

#a6815e color code is use for CSS Border Color

CSS Border color for the above div is #a6815e

HTML with inline CSS

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

CSS Border Left color for the above div is #a6815e

HTML with inline CSS

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

CSS Border Right color for the above div is #a6815e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a6815e

HTML with inline CSS

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

CSS Border Top color for the above div is #a6815e

HTML with inline CSS

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

#a6815e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a6815e Color code Preview on White Background

This is how #a6815e Color code will look on white background color. Color contrast ratio is 3.55

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

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(166,129,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,131,166,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(166,129,94,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.