crispedge.com

Color picker

Loading...

#aa962c hex color - Yellow - Warm color - Information

#aa962c hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #aa962c Color code in RGB color code model is created after adding 66.67% red color, 58.82% green color and 17.25% blue color. Hex #aa962c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 74% yellow and 33% black.

Hex #aa962c color code is between #999933 web safe hex color code and #bb8822 web safe hex color code. #999933 is the nearest web safe color code. You can see here many more shades of #aa962c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaa962c#aa962c
RGB Decimal170, 150, 44rgb(170, 150, 44)
RGB Percent67%, 59%, 17%rgb(67%, 59%, 17%)
CSS RGBa170, 150, 44,1rgba(170,150,44,1)
CMYK Modelcmyk(0%,12%,74%,33%)
HSL Color Space50,59% ,42%hsl(50,59% ,42%)
HSV Color Space50°, 74%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010101001011000101100
Octal25222654
Decimal17015044
Hexaa962c

Different shades of #aa962c color code.

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

Light Shade of #aa962c
#cdb63c
Dark Shade of #aa962c
#817222
Saturated Shade of #aa962c
#b59d21
Desaturated Shade of #aa962c
#9f8f37
Grey scale Shade of #aa962c
#6b6b6b
Brighten Shade
#c3af45
Most Readable Shade
#000000

Shades of #aa962c color code

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

#aa962c
#978527
#847422
#71641d
#5e5318
#4b4213
#38320e
#252109
#121004
#000000

Similar Color like #aa962c color

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

#ab972d
#ac982e
#ad992f
#ae9a30
#af9b31
#b09c32
#b19d33
#b29e34
#b39f35
#b4a036
#b5a137
#b6a238
#b7a339
#b8a43a
#a9952b
#a8942a
#a79329
#a69228
#a59127
#a49026
#a38f25
#a28e24
#a18d23
#a08c22
#9f8b21
#9e8a20
#9d891f
#9c881e

Monochromatic Color with #aa962c

#aa962c
#d4bb37
#ffe142
#2a250b
#554b16
#7f7021

Tints of #aa962c Color

#aa962c
#b3a143
#bcad5a
#c6b972
#cfc489
#d9d0a1
#e2dcb8
#ece7d0
#f5f3e7
#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

#aa962c
#2c40aa

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

Split Complementary

#aa962c
#2c7faa
#572caa

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

Analogous Color

#aa642c
#aa7d2c
#aa962c
#a5aa2c
#8caa2c

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

#aa962c
#2caa96
#962caa

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

#aa962c
#2caa57
#2c40aa
#aa2c7f

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

#aa962c
#2c40aa
#572caa
#7faa2c

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

#aa962c Color Code Preview on Black Background Color

This is how #aa962c Color will look on black background color. Color contrast ratio is 7.11

#aa962c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa962c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa962c

#aa962c color code is use for CSS Background Color

Background color for the above div is #aa962c

HTML with inline CSS

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

#aa962c color code is use for CSS Border Color

CSS Border color for the above div is #aa962c

HTML with inline CSS

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

CSS Border Left color for the above div is #aa962c

HTML with inline CSS

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

CSS Border Right color for the above div is #aa962c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa962c

HTML with inline CSS

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

CSS Border Top color for the above div is #aa962c

HTML with inline CSS

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

#aa962c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa962c Color code Preview on White Background

This is how #aa962c Color code will look on white background color. Color contrast ratio is 2.95

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

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(170,150,44,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(44,64,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,150,44,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.