crispedge.com

Color picker

Loading...

#aca75e hex color - Green - Warm color - Information

#aca75e hex color - Green - Warm color

Color Hue/Base color: Green

Hex #aca75e Color code in RGB color code model is created after adding 67.45% red color, 65.49% green color and 36.86% blue color. Hex #aca75e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 3% magenta, 45% yellow and 33% black.

Hex #aca75e 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 #aca75e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaca75e#aca75e
RGB Decimal172, 167, 94rgb(172, 167, 94)
RGB Percent67%, 65%, 37%rgb(67%, 65%, 37%)
CSS RGBa172, 167, 94,1rgba(172,167,94,1)
CMYK Modelcmyk(0%,3%,45%,33%)
HSL Color Space56,32% ,52%hsl(56,32% ,52%)
HSV Color Space56°, 45%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011001010011101011110
Octal254247136
Decimal17216794
Hexaca75e

Different shades of #aca75e color code.

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

Light Shade of #aca75e
#bdb980
Dark Shade of #aca75e
#8e8949
Saturated Shade of #aca75e
#b8b252
Desaturated Shade of #aca75e
#a09c6a
Grey scale Shade of #aca75e
#858585
Brighten Shade
#c5c077
Most Readable Shade
#000000

Shades of #aca75e color code

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

#aca75e
#989453
#858149
#726f3e
#5f5c34
#4c4a29
#39371f
#262514
#13120a
#000000

Similar Color like #aca75e color

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

#ada85f
#aea960
#afaa61
#b0ab62
#b1ac63
#b2ad64
#b3ae65
#b4af66
#b5b067
#b6b168
#b7b269
#b8b36a
#b9b46b
#bab56c
#aba65d
#aaa55c
#a9a45b
#a8a35a
#a7a259
#a6a158
#a5a057
#a49f56
#a39e55
#a29d54
#a19c53
#a09b52
#9f9a51
#9e9950

Monochromatic Color with #aca75e

#aca75e
#d6d075
#020201
#2c2b18
#575430
#817e47

Tints of #aca75e Color

#aca75e
#b5b06f
#beba81
#c7c493
#d0cea5
#dad7b7
#e3e1c9
#ecebdb
#f5f5ed
#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

#aca75e
#5e63ac

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

Split Complementary

#aca75e
#5e8aac
#805eac

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

Analogous Color

#ac885e
#ac975e
#aca75e
#a1ac5e
#92ac5e

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

#aca75e
#5eaca7
#a75eac

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

#aca75e
#5eac80
#5e63ac
#ac5e8a

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

#aca75e
#5e63ac
#805eac
#8aac5e

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

#aca75e Color Code Preview on Black Background Color

This is how #aca75e Color will look on black background color. Color contrast ratio is 8.44

#aca75e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aca75e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aca75e

#aca75e color code is use for CSS Background Color

Background color for the above div is #aca75e

HTML with inline CSS

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

#aca75e color code is use for CSS Border Color

CSS Border color for the above div is #aca75e

HTML with inline CSS

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

CSS Border Left color for the above div is #aca75e

HTML with inline CSS

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

CSS Border Right color for the above div is #aca75e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aca75e

HTML with inline CSS

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

CSS Border Top color for the above div is #aca75e

HTML with inline CSS

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

#aca75e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aca75e Color code Preview on White Background

This is how #aca75e Color code will look on white background color. Color contrast ratio is 2.49

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

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(172,167,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,99,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,167,94,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.