crispedge.com

Color picker

Loading...

#a3948e hex color - Brown - Warm color - Information

#a3948e hex color - Brown - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Brown

Hex #a3948e Color code in RGB color code model is created after adding 63.92% red color, 58.04% green color and 55.69% blue color. Hex #a3948e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 9% magenta, 13% yellow and 36% black.

Hex #a3948e color code is between #aa9988 web safe hex color code and #998899 web safe hex color code. #aa9988 is the nearest web safe color code. You can see here many more shades of #a3948e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea3948e#a3948e
RGB Decimal163, 148, 142rgb(163, 148, 142)
RGB Percent64%, 58%, 56%rgb(64%, 58%, 56%)
CSS RGBa163, 148, 142,1rgba(163,148,142,1)
CMYK Modelcmyk(0%,9%,13%,36%)
HSL Color Space17,10% ,60%hsl(17,10% ,60%)
HSV Color Space17°, 13%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000111001010010001110
Octal243224216
Decimal163148142
Hexa3948e

Different shades of #a3948e color code.

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

Light Shade of #a3948e
#baafaa
Dark Shade of #a3948e
#8c7972
Saturated Shade of #a3948e
#ad9084
Desaturated Shade of #a3948e
#999898
Grey scale Shade of #a3948e
#989898
Brighten Shade
#bcada7
Most Readable Shade
#000000

Shades of #a3948e color code

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

#a3948e
#90837e
#7e736e
#6c625e
#5a524e
#48413f
#36312f
#24201f
#12100f
#000000

Similar Color like #a3948e color

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

#a4958f
#a59690
#a69791
#a79892
#a89993
#a99a94
#aa9b95
#ab9c96
#ac9d97
#ad9e98
#ae9f99
#afa09a
#b0a19b
#b1a29c
#a2938d
#a1928c
#a0918b
#9f908a
#9e8f89
#9d8e88
#9c8d87
#9b8c86
#9a8b85
#998a84
#988983
#978882
#968781
#958680

Monochromatic Color with #a3948e

#a3948e
#cdbbb3
#f8e1d8
#23201f
#4e4744
#786d69

Tints of #a3948e Color

#a3948e
#ad9f9a
#b7aba7
#c1b7b3
#cbc3c0
#d6cfcc
#e0dbd9
#eae7e5
#f4f3f2
#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

#a3948e
#8e9da3

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

Split Complementary

#a3948e
#8ea39f
#8e92a3

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

Analogous Color

#a38e90
#a3908e
#a3948e
#a3988e
#a39c8e

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

#a3948e
#8ea394
#948ea3

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

#a3948e
#92a38e
#8e9da3
#9e8ea3

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

#a3948e
#8e9da3
#8e92a3
#a39f8e

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

#a3948e Color Code Preview on Black Background Color

This is how #a3948e Color will look on black background color. Color contrast ratio is 7.18

#a3948e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a3948e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a3948e

#a3948e color code is use for CSS Background Color

Background color for the above div is #a3948e

HTML with inline CSS

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

#a3948e color code is use for CSS Border Color

CSS Border color for the above div is #a3948e

HTML with inline CSS

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

CSS Border Left color for the above div is #a3948e

HTML with inline CSS

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

CSS Border Right color for the above div is #a3948e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a3948e

HTML with inline CSS

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

CSS Border Top color for the above div is #a3948e

HTML with inline CSS

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

#a3948e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a3948e Color code Preview on White Background

This is how #a3948e Color code will look on white background color. Color contrast ratio is 2.92

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

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,148,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(142,157,163,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(163,148,142,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.