crispedge.com

Color picker

Loading...

#a7995d hex color - Green - Warm color - Information

#a7995d hex color - Green - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Green

Hex #a7995d Color code in RGB color code model is created after adding 65.49% red color, 60% green color and 36.47% blue color. Hex #a7995d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 44% yellow and 35% black.

Hex #a7995d color code is between #aa8855 web safe hex color code and #99aa66 web safe hex color code. #aa8855 is the nearest web safe color code. You can see here many more shades of #a7995d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea7995d#a7995d
RGB Decimal167, 153, 93rgb(167, 153, 93)
RGB Percent65%, 60%, 36%rgb(65%, 60%, 36%)
CSS RGBa167, 153, 93,1rgba(167,153,93,1)
CMYK Modelcmyk(0%,8%,44%,35%)
HSL Color Space49,30% ,51%hsl(49,30% ,51%)
HSV Color Space49°, 44%, 65%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001111001100101011101
Octal247231135
Decimal16715393
Hexa7995d

Different shades of #a7995d color code.

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

Light Shade of #a7995d
#b9ae7e
Dark Shade of #a7995d
#877c4a
Saturated Shade of #a7995d
#b3a150
Desaturated Shade of #a7995d
#9a916a
Grey scale Shade of #a7995d
#828282
Brighten Shade
#c0b276
Most Readable Shade
#000000

Shades of #a7995d color code

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

#a7995d
#948852
#817748
#6f663e
#5c5533
#4a4429
#37331f
#252214
#12110a
#000000

Similar Color like #a7995d color

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

#a89a5e
#a99b5f
#aa9c60
#ab9d61
#ac9e62
#ad9f63
#aea064
#afa165
#b0a266
#b1a367
#b2a468
#b3a569
#b4a66a
#b5a76b
#a6985c
#a5975b
#a4965a
#a39559
#a29458
#a19357
#a09256
#9f9155
#9e9054
#9d8f53
#9c8e52
#9b8d51
#9a8c50
#998b4f

Monochromatic Color with #a7995d

#a7995d
#d1c075
#fce78c
#272416
#524b2e
#7c7245

Tints of #a7995d Color

#a7995d
#b0a46f
#baaf81
#c4bb93
#cec6a5
#d7d1b7
#e1ddc9
#ebe8db
#f5f3ed
#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

#a7995d
#5d6ba7

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

Split Complementary

#a7995d
#5d90a7
#745da7

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

Analogous Color

#a77b5d
#a78a5d
#a7995d
#a6a75d
#97a75d

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

#a7995d
#5da799
#995da7

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

#a7995d
#5da774
#5d6ba7
#a75d90

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

#a7995d
#5d6ba7
#745da7
#90a75d

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

#a7995d Color Code Preview on Black Background Color

This is how #a7995d Color will look on black background color. Color contrast ratio is 7.36

#a7995d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a7995d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a7995d

#a7995d color code is use for CSS Background Color

Background color for the above div is #a7995d

HTML with inline CSS

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

#a7995d color code is use for CSS Border Color

CSS Border color for the above div is #a7995d

HTML with inline CSS

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

CSS Border Left color for the above div is #a7995d

HTML with inline CSS

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

CSS Border Right color for the above div is #a7995d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a7995d

HTML with inline CSS

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

CSS Border Top color for the above div is #a7995d

HTML with inline CSS

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

#a7995d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a7995d Color code Preview on White Background

This is how #a7995d Color code will look on white background color. Color contrast ratio is 2.85

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

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(167,153,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,107,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(167,153,93,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.