@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#afbb79 hex color - Green - Warm color - Information

#afbb79 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #afbb79 Color code in RGB color code model is created after adding 68.63% red color, 73.33% green color and 47.45% blue color. Hex #afbb79 Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 35% yellow and 26.67% black.

Hex #afbb79 color code is between #aaaa77 web safe hex color code and #bbcc88 web safe hex color code. #aaaa77 is the nearest web safe color code. You can see here many more shades of #afbb79 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafbb79#afbb79
RGB Decimal175, 187, 121rgb(175, 187, 121)
RGB Percent69%, 73%, 47%rgb(69%, 73%, 47%)
CSS RGBa175, 187, 121,1rgba(175,187,121,1)
CMYK Modelcmyk(6%,0%,35%,26.67%)
HSL Color Space71,33% ,60%hsl(71,33% ,60%)
HSV Color Space71°, 35%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111011101101111001
Octal257273171
Decimal175187121
Hexafbb79

Different shades of #afbb79 color code.

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

Light Shade of #afbb79
#c3cc9b
Dark Shade of #afbb79
#9baa57
Saturated Shade of #afbb79
#b5c56f
Desaturated Shade of #afbb79
#a9b183
Grey scale Shade of #afbb79
#9a9a9a
Brighten Shade
#c8d492
Most Readable Shade
#000000

Shades of #afbb79 color code

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

#afbb79
#9ba66b
#88915e
#747c50
#616743
#4d5335
#3a3e28
#26291a
#13140d
#000000

Similar Color like #afbb79 color

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

#b0bc7a
#b1bd7b
#b2be7c
#b3bf7d
#b4c07e
#b5c17f
#b6c280
#b7c381
#b8c482
#b9c583
#bac684
#bbc785
#bcc886
#bdc987
#aeba78
#adb977
#acb876
#abb775
#aab674
#a9b573
#a8b472
#a7b371
#a6b270
#a5b16f
#a4b06e
#a3af6d
#a2ae6c
#a1ad6b

Monochromatic Color with #afbb79

#afbb79
#d7e594
#10110b
#383b26
#5f6642
#87905d

Tints of #afbb79 Color

#afbb79
#b7c287
#c0ca96
#c9d1a5
#d2d9b4
#dbe0c3
#e4e8d2
#edefe1
#f6f7f0
#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

#afbb79
#8579bb

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

Split Complementary

#afbb79
#798ebb
#a679bb

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

Analogous Color

#bbad79
#bbba79
#afbb79
#a2bb79
#95bb79

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

#afbb79
#79afbb
#bb79af

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

#afbb79
#79bba6
#8579bb
#bb798e

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

#afbb79
#8579bb
#a679bb
#8ebb79

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

#afbb79 Color Code Preview on Black Background Color

This is how #afbb79 Color will look on black background color. Color contrast ratio is 10.21

#afbb79 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afbb79

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afbb79

#afbb79 color code is use for CSS Background Color

Background color for the above div is #afbb79

HTML with inline CSS

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

#afbb79 color code is use for CSS Border Color

CSS Border color for the above div is #afbb79

HTML with inline CSS

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

CSS Border Left color for the above div is #afbb79

HTML with inline CSS

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

CSS Border Right color for the above div is #afbb79

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afbb79

HTML with inline CSS

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

CSS Border Top color for the above div is #afbb79

HTML with inline CSS

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

#afbb79 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afbb79 Color code Preview on White Background

This is how #afbb79 Color code will look on white background color. Color contrast ratio is 2.06

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

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,187,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,121,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,187,121,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.