crispedge.com

Color picker

Loading...

#a0b470 hex color - Orange - Warm color - Information

#a0b470 hex color - Orange - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Orange

Hex #a0b470 Color code in RGB color code model is created after adding 62.75% red color, 70.59% green color and 43.92% blue color. Hex #a0b470 Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 38% yellow and 29% black.

Hex #a0b470 color code is between #99bb77 web safe hex color code and #aaaa66 web safe hex color code. #99bb77 is the nearest web safe color code. You can see here many more shades of #a0b470 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea0b470#a0b470
RGB Decimal160, 180, 112rgb(160, 180, 112)
RGB Percent63%, 71%, 44%rgb(63%, 71%, 44%)
CSS RGBa160, 180, 112,1rgba(160,180,112,1)
CMYK Modelcmyk(11%,0%,38%,29%)
HSL Color Space78,31% ,57%hsl(78,31% ,57%)
HSV Color Space78°, 38%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000001011010001110000
Octal240264160
Decimal160180112
Hexa0b470

Different shades of #a0b470 color code.

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

Light Shade of #a0b470
#b6c691
Dark Shade of #a0b470
#889e53
Saturated Shade of #a0b470
#a4bf65
Desaturated Shade of #a0b470
#9ba97b
Grey scale Shade of #a0b470
#929292
Brighten Shade
#b9cd89
Most Readable Shade
#000000

Shades of #a0b470 color code

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

#a0b470
#8ea063
#7c8c57
#6a784a
#58643e
#475031
#353c25
#232818
#11140c
#000000

Similar Color like #a0b470 color

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

#a1b571
#a2b672
#a3b773
#a4b874
#a5b975
#a6ba76
#a7bb77
#a8bc78
#a9bd79
#aabe7a
#abbf7b
#acc07c
#adc17d
#aec27e
#9fb36f
#9eb26e
#9db16d
#9cb06c
#9baf6b
#9aae6a
#99ad69
#98ac68
#97ab67
#96aa66
#95a965
#94a864
#93a763
#92a662

Monochromatic Color with #a0b470

#a0b470
#c6de8a
#090a06
#2f3421
#545f3b
#7a8956

Tints of #a0b470 Color

#a0b470
#aabc7f
#b5c48f
#bfcd9f
#cad5af
#d4ddbf
#dfe6cf
#e9eedf
#f4f6ef
#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

#a0b470
#8470b4

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

Split Complementary

#a0b470
#707eb4
#a670b4

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

Analogous Color

#b4ad70
#aeb470
#a0b470
#92b470
#85b470

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

#a0b470
#70a0b4
#b470a0

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

#a0b470
#70b4a6
#8470b4
#b4707e

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

#a0b470
#8470b4
#a670b4
#7eb470

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

#a0b470 Color Code Preview on Black Background Color

This is how #a0b470 Color will look on black background color. Color contrast ratio is 9.26

#a0b470 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a0b470

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a0b470

#a0b470 color code is use for CSS Background Color

Background color for the above div is #a0b470

HTML with inline CSS

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

#a0b470 color code is use for CSS Border Color

CSS Border color for the above div is #a0b470

HTML with inline CSS

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

CSS Border Left color for the above div is #a0b470

HTML with inline CSS

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

CSS Border Right color for the above div is #a0b470

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a0b470

HTML with inline CSS

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

CSS Border Top color for the above div is #a0b470

HTML with inline CSS

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

#a0b470 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a0b470 Color code Preview on White Background

This is how #a0b470 Color code will look on white background color. Color contrast ratio is 2.27

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

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(160,180,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(132,112,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(160,180,112,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.