crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#a7af57 hex color - Green - Warm color - Information

#a7af57 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #a7af57 Color code in RGB color code model is created after adding 65.49% red color, 68.63% green color and 34.12% blue color. Hex #a7af57 Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 0% magenta, 50% yellow and 31% black.

Hex #a7af57 color code is between #aaaa55 web safe hex color code and #99bb66 web safe hex color code. #aaaa55 is the nearest web safe color code. You can see here many more shades of #a7af57 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea7af57#a7af57
RGB Decimal167, 175, 87rgb(167, 175, 87)
RGB Percent65%, 69%, 34%rgb(65%, 69%, 34%)
CSS RGBa167, 175, 87,1rgba(167,175,87,1)
CMYK Modelcmyk(5%,0%,50%,31%)
HSL Color Space65,35% ,51%hsl(65,35% ,51%)
HSV Color Space65°, 50%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001111010111101010111
Octal247257127
Decimal16717587
Hexa7af57

Different shades of #a7af57 color code.

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

Light Shade of #a7af57
#b9bf7a
Dark Shade of #a7af57
#888f44
Saturated Shade of #a7af57
#b1bb4b
Desaturated Shade of #a7af57
#9da363
Grey scale Shade of #a7af57
#838383
Brighten Shade
#c0c870
Most Readable Shade
#000000

Shades of #a7af57 color code

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

#a7af57
#949b4d
#818843
#6f743a
#5c6130
#4a4d26
#373a1d
#252613
#121309
#000000

Similar Color like #a7af57 color

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

#a8b058
#a9b159
#aab25a
#abb35b
#acb45c
#adb55d
#aeb65e
#afb75f
#b0b860
#b1b961
#b2ba62
#b3bb63
#b4bc64
#b5bd65
#a6ae56
#a5ad55
#a4ac54
#a3ab53
#a2aa52
#a1a951
#a0a850
#9fa74f
#9ea64e
#9da54d
#9ca44c
#9ba34b
#9aa24a
#99a149

Monochromatic Color with #a7af57

#a7af57
#d0d96c
#050502
#2d2f18
#565a2d
#7e8442

Tints of #a7af57 Color

#a7af57
#b0b769
#bac07c
#c4c98f
#ced2a1
#d7dbb4
#e1e4c7
#ebedd9
#f5f6ec
#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

#a7af57
#5f57af

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

Split Complementary

#a7af57
#577baf
#8b57af

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

Analogous Color

#af9457
#afa557
#a7af57
#95af57
#84af57

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

#a7af57
#57a7af
#af57a7

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

#a7af57
#57af8b
#5f57af
#af577b

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

#a7af57
#5f57af
#8b57af
#7baf57

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

#a7af57 Color Code Preview on Black Background Color

This is how #a7af57 Color will look on black background color. Color contrast ratio is 8.91

#a7af57 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a7af57

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a7af57

#a7af57 color code is use for CSS Background Color

Background color for the above div is #a7af57

HTML with inline CSS

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

#a7af57 color code is use for CSS Border Color

CSS Border color for the above div is #a7af57

HTML with inline CSS

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

CSS Border Left color for the above div is #a7af57

HTML with inline CSS

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

CSS Border Right color for the above div is #a7af57

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a7af57

HTML with inline CSS

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

CSS Border Top color for the above div is #a7af57

HTML with inline CSS

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

#a7af57 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a7af57 Color code Preview on White Background

This is how #a7af57 Color code will look on white background color. Color contrast ratio is 2.36

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.