crispedge.com

Color picker

Loading...

#afa18f hex color - Yellow - Warm color - Information

#afa18f hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #afa18f Color code in RGB color code model is created after adding 68.63% red color, 63.14% green color and 56.08% blue color. Hex #afa18f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 18% yellow and 31% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeafa18f#afa18f
RGB Decimal175, 161, 143rgb(175, 161, 143)
RGB Percent69%, 63%, 56%rgb(69%, 63%, 56%)
CSS RGBa175, 161, 143,1rgba(175,161,143,1)
CMYK Modelcmyk(0%,8%,18%,31%)
HSL Color Space34,17% ,62%hsl(34,17% ,62%)
HSV Color Space34°, 18%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111010000110001111
Octal257241217
Decimal175161143
Hexafa18f

Different shades of #afa18f color code.

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

Light Shade of #afa18f
#c4baad
Dark Shade of #afa18f
#9a8871
Saturated Shade of #afa18f
#b9a285
Desaturated Shade of #afa18f
#a5a099
Grey scale Shade of #afa18f
#9f9f9f
Brighten Shade
#c8baa8
Most Readable Shade
#000000

Shades of #afa18f color code

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

#afa18f
#9b8f7f
#887d6f
#746b5f
#61594f
#4d473f
#3a352f
#26231f
#13110f
#000000

Similar Color like #afa18f color

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

#b0a290
#b1a391
#b2a492
#b3a593
#b4a694
#b5a795
#b6a896
#b7a997
#b8aa98
#b9ab99
#baac9a
#bbad9b
#bcae9c
#bdaf9d
#aea08e
#ad9f8d
#ac9e8c
#ab9d8b
#aa9c8a
#a99b89
#a89a88
#a79987
#a69886
#a59785
#a49684
#a39583
#a29482
#a19381

Monochromatic Color with #afa18f

#afa18f
#d9c8b2
#050504
#2f2c27
#5a534a
#847a6c

Tints of #afa18f Color

#afa18f
#b7ab9b
#c0b5a7
#c9c0b4
#d2cac0
#dbd5cd
#e4dfd9
#edeae6
#f6f4f2
#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

#afa18f
#8f9daf

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

Split Complementary

#afa18f
#8fadaf
#918faf

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

Analogous Color

#af948f
#af9b8f
#afa18f
#afa78f
#afae8f

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

#afa18f
#8fafa1
#a18faf

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

#afa18f
#8faf91
#8f9daf
#af8fad

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

#afa18f
#8f9daf
#918faf
#adaf8f

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

#afa18f Color Code Preview on Black Background Color

This is how #afa18f Color will look on black background color. Color contrast ratio is 8.32

#afa18f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afa18f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afa18f

#afa18f color code is use for CSS Background Color

Background color for the above div is #afa18f

HTML with inline CSS

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

#afa18f color code is use for CSS Border Color

CSS Border color for the above div is #afa18f

HTML with inline CSS

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

CSS Border Left color for the above div is #afa18f

HTML with inline CSS

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

CSS Border Right color for the above div is #afa18f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afa18f

HTML with inline CSS

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

CSS Border Top color for the above div is #afa18f

HTML with inline CSS

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

#afa18f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afa18f Color code Preview on White Background

This is how #afa18f Color code will look on white background color. Color contrast ratio is 2.52

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

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,161,143,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(143,157,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,161,143,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.