crispedge.com

Color picker

Loading...

#a6b774 hex color - Orange - Warm color - Information

#a6b774 hex color - Orange - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Orange

Hex #a6b774 Color code in RGB color code model is created after adding 65.1% red color, 71.76% green color and 45.49% blue color. Hex #a6b774 Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 0% magenta, 37% yellow and 28% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea6b774#a6b774
RGB Decimal166, 183, 116rgb(166, 183, 116)
RGB Percent65%, 72%, 45%rgb(65%, 72%, 45%)
CSS RGBa166, 183, 116,1rgba(166,183,116,1)
CMYK Modelcmyk(9%,0%,37%,28%)
HSL Color Space75,32% ,59%hsl(75,32% ,59%)
HSV Color Space75°, 37%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001101011011101110100
Octal246267164
Decimal166183116
Hexa6b774

Different shades of #a6b774 color code.

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

Light Shade of #a6b774
#bbc896
Dark Shade of #a6b774
#8fa355
Saturated Shade of #a6b774
#abc269
Desaturated Shade of #a6b774
#a1ac7f
Grey scale Shade of #a6b774
#959595
Brighten Shade
#bfd08d
Most Readable Shade
#000000

Shades of #a6b774 color code

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

#a6b774
#93a267
#818e5a
#6e7a4d
#5c6540
#495133
#373d26
#242819
#12140c
#000000

Similar Color like #a6b774 color

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

#a7b875
#a8b976
#a9ba77
#aabb78
#abbc79
#acbd7a
#adbe7b
#aebf7c
#afc07d
#b0c17e
#b1c27f
#b2c380
#b3c481
#b4c582
#a5b673
#a4b572
#a3b471
#a2b370
#a1b26f
#a0b16e
#9fb06d
#9eaf6c
#9dae6b
#9cad6a
#9bac69
#9aab68
#99aa67
#98a966

Monochromatic Color with #a6b774

#a6b774
#cde18f
#0c0d08
#323723
#59623e
#7f8c59

Tints of #a6b774 Color

#a6b774
#afbf83
#b9c792
#c3cfa2
#cdd7b1
#d7dfc1
#e1e7d0
#ebefe0
#f5f7ef
#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

#a6b774
#8574b7

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

Split Complementary

#a6b774
#7485b7
#a774b7

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

Analogous Color

#b7ad74
#b3b774
#a6b774
#99b774
#8bb774

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

#a6b774
#74a6b7
#b774a6

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

#a6b774
#74b7a6
#8574b7
#b77484

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

#a6b774
#8574b7
#a774b7
#84b774

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

#a6b774 Color Code Preview on Black Background Color

This is how #a6b774 Color will look on black background color. Color contrast ratio is 9.65

#a6b774 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6b774

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6b774

#a6b774 color code is use for CSS Background Color

Background color for the above div is #a6b774

HTML with inline CSS

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

#a6b774 color code is use for CSS Border Color

CSS Border color for the above div is #a6b774

HTML with inline CSS

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

CSS Border Left color for the above div is #a6b774

HTML with inline CSS

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

CSS Border Right color for the above div is #a6b774

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a6b774

HTML with inline CSS

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

CSS Border Top color for the above div is #a6b774

HTML with inline CSS

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

#a6b774 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a6b774 Color code Preview on White Background

This is how #a6b774 Color code will look on white background color. Color contrast ratio is 2.18

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

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,183,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,116,183,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(166,183,116,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.