crispedge.com

Color picker

Loading...

#afaca8 hex color - Brown - Warm color - Information

#afaca8 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #afaca8 Color code in RGB color code model is created after adding 68.63% red color, 67.45% green color and 65.88% blue color. Hex #afaca8 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 2% magenta, 4% yellow and 31% black.

Hex #afaca8 color code is between #aaaaaa web safe hex color code and #bbbb99 web safe hex color code. #aaaaaa is the nearest web safe color code. You can see here many more shades of #afaca8 color code.

0 Likes 0 Comments | 36 Views

RGB Chart

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

Color Table

Hex Color Codeafaca8#afaca8
RGB Decimal175, 172, 168rgb(175, 172, 168)
RGB Percent69%, 67%, 66%rgb(69%, 67%, 66%)
CSS RGBa175, 172, 168,1rgba(175,172,168,1)
CMYK Modelcmyk(0%,2%,4%,31%)
HSL Color Space34,4% ,67%hsl(34,4% ,67%)
HSV Color Space34°, 4%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111010110010101000
Octal257254250
Decimal175172168
Hexafaca8

Different shades of #afaca8 color code.

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

Light Shade of #afaca8
#c7c5c3
Dark Shade of #afaca8
#97938d
Saturated Shade of #afaca8
#b7ada0
Desaturated Shade of #afaca8
#ababab
Grey scale Shade of #afaca8
#ababab
Brighten Shade
#c8c5c1
Most Readable Shade
#000000

Shades of #afaca8 color code

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

#afaca8
#9b9895
#888582
#747270
#615f5d
#4d4c4a
#3a3938
#262625
#131312
#000000

Similar Color like #afaca8 color

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

#b0ada9
#b1aeaa
#b2afab
#b3b0ac
#b4b1ad
#b5b2ae
#b6b3af
#b7b4b0
#b8b5b1
#b9b6b2
#bab7b3
#bbb8b4
#bcb9b5
#bdbab6
#aeaba7
#adaaa6
#aca9a5
#aba8a4
#aaa7a3
#a9a6a2
#a8a5a1
#a7a4a0
#a6a39f
#a5a29e
#a4a19d
#a3a09c
#a29f9b
#a19e9a

Monochromatic Color with #afaca8

#afaca8
#d9d6d1
#050505
#2f2f2e
#5a5856
#84827f

Tints of #afaca8 Color

#afaca8
#b7b5b1
#c0bebb
#c9c7c5
#d2d0ce
#dbdad8
#e4e3e2
#edeceb
#f6f5f5
#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

#afaca8
#a8abaf

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

Split Complementary

#afaca8
#a8aeaf
#a9a8af

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

Analogous Color

#afa9a8
#afaba8
#afaca8
#afada8
#afafa8

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

#afaca8
#a8afac
#aca8af

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

#afaca8
#a8afa8
#a8abaf
#afa8ae

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

#afaca8
#a8abaf
#a9a8af
#aeafa8

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

#afaca8 Color Code Preview on Black Background Color

This is how #afaca8 Color will look on black background color. Color contrast ratio is 9.29

#afaca8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afaca8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afaca8

#afaca8 color code is use for CSS Background Color

Background color for the above div is #afaca8

HTML with inline CSS

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

#afaca8 color code is use for CSS Border Color

CSS Border color for the above div is #afaca8

HTML with inline CSS

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

CSS Border Left color for the above div is #afaca8

HTML with inline CSS

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

CSS Border Right color for the above div is #afaca8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afaca8

HTML with inline CSS

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

CSS Border Top color for the above div is #afaca8

HTML with inline CSS

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

#afaca8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afaca8 Color code Preview on White Background

This is how #afaca8 Color code will look on white background color. Color contrast ratio is 2.26

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

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

0 Likes 0 Comments | 36 Views

Post your comment:-

By submitting comment you agree to our privacy policy.