@
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.

#afc899 hex color - Green - Cool color - Information

#afc899 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #afc899 Color code in RGB color code model is created after adding 68.63% red color, 78.43% green color and 60% blue color. Hex #afc899 Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 0% magenta, 24% yellow and 21.57% black.

Hex #afc899 color code is between #aacc88 web safe hex color code and #bbbbaa web safe hex color code. #aacc88 is the nearest web safe color code. You can see here many more shades of #afc899 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code afc899 #afc899
RGB Decimal 175, 200, 153 rgb(175, 200, 153)
RGB Percent 69%, 78%, 60% rgb(69%, 78%, 60%)
CSS RGBa 175, 200, 153,1 rgba(175,200,153,1)
CMYK Model cmyk(13%,0%,24%,21.57%)
HSL Color Space 92,30% ,69% hsl(92,30% ,69%)
HSV Color Space 92°, 24%, 78%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101111 11001000 10011001
Octal 257 310 231
Decimal 175 200 153
Hex af c8 99

Different shades of #afc899 color code.

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

Light Shade of #afc899
#c9daba
Dark Shade of #afc899
#95b678
Saturated Shade of #afc899
#aed091
Desaturated Shade of #afc899
#afc0a1
Grey scale Shade of #afc899
#b0b0b0
Brighten Shade
#c8e1b2
Most Readable Shade
#000000

Shades of #afc899 color code

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

#afc899
#9bb188
#889b77
#748566
#616f55
#4d5844
#3a4233
#262c22
#131611
#000000

Similar Color like #afc899 color

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

#b0c99a
#b1ca9b
#b2cb9c
#b3cc9d
#b4cd9e
#b5ce9f
#b6cfa0
#b7d0a1
#b8d1a2
#b9d2a3
#bad3a4
#bbd4a5
#bcd5a6
#bdd6a7
#aec798
#adc697
#acc596
#abc495
#aac394
#a9c293
#a8c192
#a7c091
#a6bf90
#a5be8f
#a4bd8e
#a3bc8d
#a2bb8c
#a1ba8b

Monochromatic Color with #afc899

#afc899
#d4f2b9
#1a1e17
#3f4837
#657358
#8a9d78

Tints of #afc899 Color

#afc899
#b7cea4
#c0d4af
#c9dabb
#d2e0c6
#dbe6d1
#e4ecdd
#edf2e8
#f6f8f3
#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

#afc899
#b299c8

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

Split Complementary

#afc899
#9b99c8
#c899c7

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

Analogous Color

#c2c899
#b8c899
#afc899
#a6c899
#9cc899

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

#afc899
#99afc8
#c899af

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

#afc899
#99c6c8
#b299c8
#c89a99

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

#afc899
#b299c8
#c899c7
#99c89b

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

#afc899 Color Code Preview on Black Background Color

This is how #afc899 Color will look on black background color. Color contrast ratio is 11.54

#afc899 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afc899

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afc899

#afc899 color code is use for CSS Background Color

Background color for the above div is #afc899

HTML with inline CSS

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

#afc899 color code is use for CSS Border Color

CSS Border color for the above div is #afc899

HTML with inline CSS

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

CSS Border Left color for the above div is #afc899

HTML with inline CSS

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

CSS Border Right color for the above div is #afc899

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afc899

HTML with inline CSS

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

CSS Border Top color for the above div is #afc899

HTML with inline CSS

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

#afc899 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afc899 Color code Preview on White Background

This is how #afc899 Color code will look on white background color. Color contrast ratio is 1.82

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

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,200,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(178,153,200,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,200,153,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.