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

#afa95f hex color - Green - Warm color - Information

#afa95f hex color - Green - Warm color

Color Hue/Base color: Green

Hex #afa95f Color code in RGB color code model is created after adding 68.63% red color, 66.27% green color and 37.25% blue color. Hex #afa95f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 3% magenta, 46% yellow and 31.37% black.

Hex #afa95f color code is between #aaaa66 web safe hex color code and #bb9955 web safe hex color code. #aaaa66 is the nearest web safe color code. You can see here many more shades of #afa95f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeafa95f#afa95f
RGB Decimal175, 169, 95rgb(175, 169, 95)
RGB Percent69%, 66%, 37%rgb(69%, 66%, 37%)
CSS RGBa175, 169, 95,1rgba(175,169,95,1)
CMYK Modelcmyk(0%,3%,46%,31.37%)
HSL Color Space56,33% ,53%hsl(56,33% ,53%)
HSV Color Space56°, 46%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111010100101011111
Octal257251137
Decimal17516995
Hexafa95f

Different shades of #afa95f color code.

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

Light Shade of #afa95f
#c0bb81
Dark Shade of #afa95f
#928d49
Saturated Shade of #afa95f
#bbb353
Desaturated Shade of #afa95f
#a39f6b
Grey scale Shade of #afa95f
#878787
Brighten Shade
#c8c278
Most Readable Shade
#000000

Shades of #afa95f color code

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

#afa95f
#9b9654
#888349
#74703f
#615d34
#4d4b2a
#3a381f
#262515
#13120a
#000000

Similar Color like #afa95f color

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

#b0aa60
#b1ab61
#b2ac62
#b3ad63
#b4ae64
#b5af65
#b6b066
#b7b167
#b8b268
#b9b369
#bab46a
#bbb56b
#bcb66c
#bdb76d
#aea85e
#ada75d
#aca65c
#aba55b
#aaa45a
#a9a359
#a8a258
#a7a157
#a6a056
#a59f55
#a49e54
#a39d53
#a29c52
#a19b51

Monochromatic Color with #afa95f

#afa95f
#d9d276
#050503
#2f2e1a
#5a5731
#848048

Tints of #afa95f Color

#afa95f
#b7b270
#c0bc82
#c9c594
#d2cfa6
#dbd8b7
#e4e2c9
#edebdb
#f6f5ed
#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

#afa95f
#5f65af

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

Split Complementary

#afa95f
#5f8daf
#815faf

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

Analogous Color

#af895f
#af995f
#afa95f
#a5af5f
#95af5f

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

#afa95f
#5fafa9
#a95faf

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

#afa95f
#5faf81
#5f65af
#af5f8d

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

#afa95f
#5f65af
#815faf
#8daf5f

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

#afa95f Color Code Preview on Black Background Color

This is how #afa95f Color will look on black background color. Color contrast ratio is 8.66

#afa95f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afa95f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afa95f

#afa95f color code is use for CSS Background Color

Background color for the above div is #afa95f

HTML with inline CSS

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

#afa95f color code is use for CSS Border Color

CSS Border color for the above div is #afa95f

HTML with inline CSS

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

CSS Border Left color for the above div is #afa95f

HTML with inline CSS

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

CSS Border Right color for the above div is #afa95f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afa95f

HTML with inline CSS

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

CSS Border Top color for the above div is #afa95f

HTML with inline CSS

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

#afa95f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afa95f Color code Preview on White Background

This is how #afa95f Color code will look on white background color. Color contrast ratio is 2.42

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

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,169,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,101,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,169,95,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.