crispedge.com

Color picker

Loading...

#a3a013 hex color - Green - Warm color - Information

#a3a013 hex color - Green - Warm color

Color Hue/Base color: Green

Hex #a3a013 Color code in RGB color code model is created after adding 63.92% red color, 62.75% green color and 7.45% blue color. Hex #a3a013 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 2% magenta, 88% yellow and 36% black.

Hex #a3a013 color code is between #aa9911 web safe hex color code and #99aa22 web safe hex color code. #aa9911 is the nearest web safe color code. You can see here many more shades of #a3a013 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea3a013#a3a013
RGB Decimal163, 160, 19rgb(163, 160, 19)
RGB Percent64%, 63%, 7%rgb(64%, 63%, 7%)
CSS RGBa163, 160, 19,1rgba(163,160,19,1)
CMYK Modelcmyk(0%,2%,88%,36%)
HSL Color Space59,79% ,36%hsl(59,79% ,36%)
HSV Color Space59°, 88%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000111010000000010011
Octal24324023
Decimal16316019
Hexa3a013

Different shades of #a3a013 color code.

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

Light Shade of #a3a013
#d1cd18
Dark Shade of #a3a013
#75730e
Saturated Shade of #a3a013
#aca90a
Desaturated Shade of #a3a013
#9a971c
Grey scale Shade of #a3a013
#5b5b5b
Brighten Shade
#bcb92c
Most Readable Shade
#000000

Shades of #a3a013 color code

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

#a3a013
#908e10
#7e7c0e
#6c6a0c
#5a580a
#484708
#363506
#242304
#121102
#000000

Similar Color like #a3a013 color

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

#a4a114
#a5a215
#a6a316
#a7a417
#a8a518
#a9a619
#aaa71a
#aba81b
#aca91c
#adaa1d
#aeab1e
#afac1f
#b0ad20
#b1ae21
#a29f12
#a19e11
#a09d10
#9f9c0f
#9e9b0e
#9d9a0d
#9c990c
#9b980b
#9a970a
#999609
#989508
#979407
#969306
#959205

Monochromatic Color with #a3a013

#a3a013
#cdca18
#f8f31d
#232304
#4e4d09
#78760e

Tints of #a3a013 Color

#a3a013
#adaa2d
#b7b547
#c1bf61
#cbca7b
#d6d496
#e0dfb0
#eae9ca
#f4f4e4
#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

#a3a013
#1316a3

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

Split Complementary

#a3a013
#135ea3
#5813a3

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

Analogous Color

#a36613
#a38313
#a3a013
#89a313
#6ca313

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

#a3a013
#13a3a0
#a013a3

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

#a3a013
#13a358
#1316a3
#a3135e

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

#a3a013
#1316a3
#5813a3
#5ea313

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

#a3a013 Color Code Preview on Black Background Color

This is how #a3a013 Color will look on black background color. Color contrast ratio is 7.60

#a3a013 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a3a013

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a3a013

#a3a013 color code is use for CSS Background Color

Background color for the above div is #a3a013

HTML with inline CSS

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

#a3a013 color code is use for CSS Border Color

CSS Border color for the above div is #a3a013

HTML with inline CSS

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

CSS Border Left color for the above div is #a3a013

HTML with inline CSS

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

CSS Border Right color for the above div is #a3a013

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a3a013

HTML with inline CSS

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

CSS Border Top color for the above div is #a3a013

HTML with inline CSS

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

#a3a013 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a3a013 Color code Preview on White Background

This is how #a3a013 Color code will look on white background color. Color contrast ratio is 2.76

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

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(163,160,19,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(19,22,163,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(163,160,19,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.