crispedge.com

Color picker

Loading...

#ada16c hex color - Green - Warm color - Information

#ada16c hex color - Green - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Green

Hex #ada16c Color code in RGB color code model is created after adding 67.84% red color, 63.14% green color and 42.35% blue color. Hex #ada16c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 7% magenta, 38% yellow and 32% black.

Hex #ada16c color code is between #aa9966 web safe hex color code and #bbaa77 web safe hex color code. #aa9966 is the nearest web safe color code. You can see here many more shades of #ada16c color code.

0 Likes 0 Comments | 6 Views

RGB Chart

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

Color Table

Hex Color Codeada16c#ada16c
RGB Decimal173, 161, 108rgb(173, 161, 108)
RGB Percent68%, 63%, 42%rgb(68%, 63%, 42%)
CSS RGBa173, 161, 108,1rgba(173,161,108,1)
CMYK Modelcmyk(0%,7%,38%,32%)
HSL Color Space49,28% ,55%hsl(49,28% ,55%)
HSV Color Space49°, 38%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011010000101101100
Octal255241154
Decimal173161108
Hexada16c

Different shades of #ada16c color code.

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

Light Shade of #ada16c
#bfb68d
Dark Shade of #ada16c
#948852
Saturated Shade of #ada16c
#b8a861
Desaturated Shade of #ada16c
#a29a77
Grey scale Shade of #ada16c
#8c8c8c
Brighten Shade
#c6ba85
Most Readable Shade
#000000

Shades of #ada16c color code

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

#ada16c
#998f60
#867d54
#736b48
#60593c
#4c4730
#393524
#262318
#13110c
#000000

Similar Color like #ada16c color

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

#aea26d
#afa36e
#b0a46f
#b1a570
#b2a671
#b3a772
#b4a873
#b5a974
#b6aa75
#b7ab76
#b8ac77
#b9ad78
#baae79
#bbaf7a
#aca06b
#ab9f6a
#aa9e69
#a99d68
#a89c67
#a79b66
#a69a65
#a59964
#a49863
#a39762
#a29661
#a19560
#a0945f
#9f935e

Monochromatic Color with #ada16c

#ada16c
#d7c987
#030302
#2d2a1c
#585237
#827951

Tints of #ada16c Color

#ada16c
#b6ab7c
#bfb58c
#c8c09d
#d1caad
#dad5bd
#e3dfce
#eceade
#f5f4ee
#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

#ada16c
#6c78ad

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

Split Complementary

#ada16c
#6c99ad
#806cad

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

Analogous Color

#ad876c
#ad946c
#ada16c
#acad6c
#9fad6c

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

#ada16c
#6cada1
#a16cad

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

#ada16c
#6cad80
#6c78ad
#ad6c98

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

#ada16c
#6c78ad
#806cad
#99ad6c

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

#ada16c Color Code Preview on Black Background Color

This is how #ada16c Color will look on black background color. Color contrast ratio is 8.09

#ada16c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ada16c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ada16c

#ada16c color code is use for CSS Background Color

Background color for the above div is #ada16c

HTML with inline CSS

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

#ada16c color code is use for CSS Border Color

CSS Border color for the above div is #ada16c

HTML with inline CSS

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

CSS Border Left color for the above div is #ada16c

HTML with inline CSS

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

CSS Border Right color for the above div is #ada16c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ada16c

HTML with inline CSS

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

CSS Border Top color for the above div is #ada16c

HTML with inline CSS

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

#ada16c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ada16c Color code Preview on White Background

This is how #ada16c Color code will look on white background color. Color contrast ratio is 2.60

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

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.