crispedge.com

Color picker

Loading...

#afa88b hex color - Bland - Green - Warm color - Information

#afa88b hex color - Bland - Green - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Green

Hex #afa88b Color Code is also known as Bland color.

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

Hex #afa88b color code is between #aaaa88 web safe hex color code and #bb9999 web safe hex color code. #aaaa88 is the nearest web safe color code. You can see here many more shades of #afa88b color code.

0 Likes 0 Comments | 142 Views

RGB Chart

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

Color Table

Hex Color Codeafa88b#afa88b
RGB Decimal175, 168, 139rgb(175, 168, 139)
RGB Percent69%, 66%, 55%rgb(69%, 66%, 55%)
CSS RGBa175, 168, 139,1rgba(175,168,139,1)
CMYK Modelcmyk(0%,4%,21%,31%)
HSL Color Space48,18% ,62%hsl(48,18% ,62%)
HSV Color Space48°, 21%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111010100010001011
Octal257250213
Decimal175168139
Hexafa88b

Different shades of #afa88b color code.

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

Light Shade of #afa88b
#c4bfa9
Dark Shade of #afa88b
#9a916d
Saturated Shade of #afa88b
#b9ae81
Desaturated Shade of #afa88b
#a5a295
Grey scale Shade of #afa88b
#9d9d9d
Brighten Shade
#c8c1a4
Most Readable Shade
#000000

Shades of #afa88b color code

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

#afa88b
#9b957b
#88826c
#74705c
#615d4d
#4d4a3d
#3a382e
#26251e
#13120f
#000000

Similar Color like #afa88b color

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

#b0a98c
#b1aa8d
#b2ab8e
#b3ac8f
#b4ad90
#b5ae91
#b6af92
#b7b093
#b8b194
#b9b295
#bab396
#bbb497
#bcb598
#bdb699
#aea78a
#ada689
#aca588
#aba487
#aaa386
#a9a285
#a8a184
#a7a083
#a69f82
#a59e81
#a49d80
#a39c7f
#a29b7e
#a19a7d

Monochromatic Color with #afa88b

#afa88b
#d9d1ad
#050504
#2f2e26
#5a5647
#847f69

Tints of #afa88b Color

#afa88b
#b7b197
#c0bba4
#c9c5b1
#d2cebe
#dbd8cb
#e4e2d8
#edebe5
#f6f5f2
#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

#afa88b
#8b92af

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

Split Complementary

#afa88b
#8ba4af
#968baf

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

Analogous Color

#af9a8b
#afa18b
#afa88b
#afaf8b
#a8af8b

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

#afa88b
#8bafa8
#a88baf

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

#afa88b
#8baf96
#8b92af
#af8ba4

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

#afa88b
#8b92af
#968baf
#a4af8b

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

#afa88b Color Code Preview on Black Background Color

This is how #afa88b Color will look on black background color. Color contrast ratio is 8.80

#afa88b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afa88b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afa88b

#afa88b color code is use for CSS Background Color

Background color for the above div is #afa88b

HTML with inline CSS

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

#afa88b color code is use for CSS Border Color

CSS Border color for the above div is #afa88b

HTML with inline CSS

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

CSS Border Left color for the above div is #afa88b

HTML with inline CSS

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

CSS Border Right color for the above div is #afa88b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afa88b

HTML with inline CSS

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

CSS Border Top color for the above div is #afa88b

HTML with inline CSS

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

#afa88b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afa88b Color code Preview on White Background

This is how #afa88b Color code will look on white background color. Color contrast ratio is 2.39

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

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

0 Likes 0 Comments | 142 Views

Post your comment:-

By submitting comment you agree to our privacy policy.