crispedge.com

Color picker

Loading...

#a6ab73 hex color - Green - Warm color - Information

#a6ab73 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #a6ab73 Color code in RGB color code model is created after adding 65.1% red color, 67.06% green color and 45.1% blue color. Hex #a6ab73 Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 0% magenta, 33% yellow and 33% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea6ab73#a6ab73
RGB Decimal166, 171, 115rgb(166, 171, 115)
RGB Percent65%, 67%, 45%rgb(65%, 67%, 45%)
CSS RGBa166, 171, 115,1rgba(166,171,115,1)
CMYK Modelcmyk(3%,0%,33%,33%)
HSL Color Space65,25% ,56%hsl(65,25% ,56%)
HSV Color Space65°, 33%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001101010101101110011
Octal246253163
Decimal166171115
Hexa6ab73

Different shades of #a6ab73 color code.

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

Light Shade of #a6ab73
#babe93
Dark Shade of #a6ab73
#8e9358
Saturated Shade of #a6ab73
#afb668
Desaturated Shade of #a6ab73
#9da07e
Grey scale Shade of #a6ab73
#8f8f8f
Brighten Shade
#bfc48c
Most Readable Shade
#000000

Shades of #a6ab73 color code

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

#a6ab73
#939866
#818559
#6e724c
#5c5f3f
#494c33
#373926
#242619
#12130c
#000000

Similar Color like #a6ab73 color

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

#a7ac74
#a8ad75
#a9ae76
#aaaf77
#abb078
#acb179
#adb27a
#aeb37b
#afb47c
#b0b57d
#b1b67e
#b2b77f
#b3b880
#b4b981
#a5aa72
#a4a971
#a3a870
#a2a76f
#a1a66e
#a0a56d
#9fa46c
#9ea36b
#9da26a
#9ca169
#9ba068
#9a9f67
#999e66
#989d65

Monochromatic Color with #a6ab73

#a6ab73
#cfd590
#010101
#2a2b1d
#53563a
#7d8056

Tints of #a6ab73 Color

#a6ab73
#afb482
#b9bd92
#c3c7a1
#cdd0b1
#d7d9c0
#e1e3d0
#ebecdf
#f5f5ef
#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

#a6ab73
#7873ab

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

Split Complementary

#a6ab73
#738aab
#9473ab

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

Analogous Color

#ab9a73
#aba573
#a6ab73
#9bab73
#90ab73

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

#a6ab73
#73a6ab
#ab73a6

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

#a6ab73
#73ab94
#7873ab
#ab738a

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

#a6ab73
#7873ab
#9473ab
#8aab73

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

#a6ab73 Color Code Preview on Black Background Color

This is how #a6ab73 Color will look on black background color. Color contrast ratio is 8.69

#a6ab73 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6ab73

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6ab73

#a6ab73 color code is use for CSS Background Color

Background color for the above div is #a6ab73

HTML with inline CSS

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

#a6ab73 color code is use for CSS Border Color

CSS Border color for the above div is #a6ab73

HTML with inline CSS

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

CSS Border Left color for the above div is #a6ab73

HTML with inline CSS

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

CSS Border Right color for the above div is #a6ab73

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a6ab73

HTML with inline CSS

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

CSS Border Top color for the above div is #a6ab73

HTML with inline CSS

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

#a6ab73 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a6ab73 Color code Preview on White Background

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

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(166,171,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(120,115,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(166,171,115,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.