crispedge.com

Color picker

Loading...

#afb79f hex color - Green - Warm color - Information

#afb79f hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #afb79f Color code in RGB color code model is created after adding 68.63% red color, 71.76% green color and 62.35% blue color. Hex #afb79f Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 13% yellow and 28% black.

Hex #afb79f color code is between #aabb99 web safe hex color code and #bbaaaa web safe hex color code. #aabb99 is the nearest web safe color code. You can see here many more shades of #afb79f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafb79f#afb79f
RGB Decimal175, 183, 159rgb(175, 183, 159)
RGB Percent69%, 72%, 62%rgb(69%, 72%, 62%)
CSS RGBa175, 183, 159,1rgba(175,183,159,1)
CMYK Modelcmyk(4%,0%,13%,28%)
HSL Color Space80,14% ,67%hsl(80,14% ,67%)
HSV Color Space80°, 13%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111011011110011111
Octal257267237
Decimal175183159
Hexafb79f

Different shades of #afb79f color code.

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

Light Shade of #afb79f
#c7cdbc
Dark Shade of #afb79f
#97a182
Saturated Shade of #afb79f
#b2bf97
Desaturated Shade of #afb79f
#acafa7
Grey scale Shade of #afb79f
#ababab
Brighten Shade
#c8d0b8
Most Readable Shade
#000000

Shades of #afb79f color code

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

#afb79f
#9ba28d
#888e7b
#747a6a
#616558
#4d5146
#3a3d35
#262823
#131411
#000000

Similar Color like #afb79f color

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

#b0b8a0
#b1b9a1
#b2baa2
#b3bba3
#b4bca4
#b5bda5
#b6bea6
#b7bfa7
#b8c0a8
#b9c1a9
#bac2aa
#bbc3ab
#bcc4ac
#bdc5ad
#aeb69e
#adb59d
#acb49c
#abb39b
#aab29a
#a9b199
#a8b098
#a7af97
#a6ae96
#a5ad95
#a4ac94
#a3ab93
#a2aa92
#a1a991

Monochromatic Color with #afb79f

#afb79f
#d8e1c4
#0c0d0b
#353730
#5e6255
#868c7a

Tints of #afb79f Color

#afb79f
#b7bfa9
#c0c7b4
#c9cfbf
#d2d7c9
#dbdfd4
#e4e7df
#edefe9
#f6f7f4
#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

#afb79f
#a79fb7

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

Split Complementary

#afb79f
#9fa3b7
#b39fb7

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

Analogous Color

#b7b59f
#b4b79f
#afb79f
#aab79f
#a5b79f

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

#afb79f
#9fafb7
#b79faf

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

#afb79f
#9fb7b3
#a79fb7
#b79fa3

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

#afb79f
#a79fb7
#b39fb7
#a3b79f

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

#afb79f Color Code Preview on Black Background Color

This is how #afb79f Color will look on black background color. Color contrast ratio is 10.10

#afb79f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afb79f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afb79f

#afb79f color code is use for CSS Background Color

Background color for the above div is #afb79f

HTML with inline CSS

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

#afb79f color code is use for CSS Border Color

CSS Border color for the above div is #afb79f

HTML with inline CSS

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

CSS Border Left color for the above div is #afb79f

HTML with inline CSS

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

CSS Border Right color for the above div is #afb79f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afb79f

HTML with inline CSS

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

CSS Border Top color for the above div is #afb79f

HTML with inline CSS

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

#afb79f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afb79f Color code Preview on White Background

This is how #afb79f Color code will look on white background color. Color contrast ratio is 2.08

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

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,183,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(167,159,183,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,183,159,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.