crispedge.com

Color picker

Loading...

#a87368 hex color - Red - Warm color - Information

#a87368 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #a87368 Color code in RGB color code model is created after adding 65.88% red color, 45.1% green color and 40.78% blue color. Hex #a87368 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 38% yellow and 34% black.

Hex #a87368 color code is between #aa7766 web safe hex color code and #996677 web safe hex color code. #aa7766 is the nearest web safe color code. You can see here many more shades of #a87368 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea87368#a87368
RGB Decimal168, 115, 104rgb(168, 115, 104)
RGB Percent66%, 45%, 41%rgb(66%, 45%, 41%)
CSS RGBa168, 115, 104,1rgba(168,115,104,1)
CMYK Modelcmyk(0%,32%,38%,34%)
HSL Color Space10,27% ,53%hsl(10,27% ,53%)
HSV Color Space10°, 38%, 66%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010000111001101101000
Octal250163150
Decimal168115104
Hexa87368

Different shades of #a87368 color code.

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

Light Shade of #a87368
#bb9188
Dark Shade of #a87368
#8c5b51
Saturated Shade of #a87368
#b46b5c
Desaturated Shade of #a87368
#9c7b74
Grey scale Shade of #a87368
#888888
Brighten Shade
#c18c81
Most Readable Shade
#FFFFFF

Shades of #a87368 color code

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

#a87368
#95665c
#825950
#704c45
#5d3f39
#4a332e
#382622
#251917
#120c0b
#000000

Similar Color like #a87368 color

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

#a97469
#aa756a
#ab766b
#ac776c
#ad786d
#ae796e
#af7a6f
#b07b70
#b17c71
#b27d72
#b37e73
#b47f74
#b58075
#b68176
#a77267
#a67166
#a57065
#a46f64
#a36e63
#a26d62
#a16c61
#a06b60
#9f6a5f
#9e695e
#9d685d
#9c675c
#9b665b
#9a655a

Monochromatic Color with #a87368

#a87368
#d29082
#fdad9d
#281c19
#533933
#7d564e

Tints of #a87368 Color

#a87368
#b18278
#bb9289
#c5a19a
#ceb1ab
#d8c0bb
#e2d0cc
#ebdfdd
#f5efee
#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

#a87368
#689da8

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

Split Complementary

#a87368
#68a893
#687da8

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

Analogous Color

#a86877
#a8686a
#a87368
#a88068
#a88d68

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

#a87368
#68a873
#7368a8

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

#a87368
#7da868
#689da8
#9368a8

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

#a87368
#689da8
#687da8
#a89368

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

#a87368 Color Code Preview on Black Background Color

This is how #a87368 Color will look on black background color. Color contrast ratio is 5.32

#a87368 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a87368

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a87368

#a87368 color code is use for CSS Background Color

Background color for the above div is #a87368

HTML with inline CSS

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

#a87368 color code is use for CSS Border Color

CSS Border color for the above div is #a87368

HTML with inline CSS

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

CSS Border Left color for the above div is #a87368

HTML with inline CSS

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

CSS Border Right color for the above div is #a87368

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a87368

HTML with inline CSS

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

CSS Border Top color for the above div is #a87368

HTML with inline CSS

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

#a87368 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a87368 Color code Preview on White Background

This is how #a87368 Color code will look on white background color. Color contrast ratio is 3.95

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

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(168,115,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(104,157,168,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(168,115,104,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.