crispedge.com

Color picker

Loading...

#aaa83b hex color - Yellow - Warm color - Information

#aaa83b hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #aaa83b Color code in RGB color code model is created after adding 66.67% red color, 65.88% green color and 23.14% blue color. Hex #aaa83b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 1% magenta, 65% yellow and 33% black.

Hex #aaa83b color code is between #99aa33 web safe hex color code and #bb9944 web safe hex color code. #99aa33 is the nearest web safe color code. You can see here many more shades of #aaa83b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaaa83b#aaa83b
RGB Decimal170, 168, 59rgb(170, 168, 59)
RGB Percent67%, 66%, 23%rgb(67%, 66%, 23%)
CSS RGBa170, 168, 59,1rgba(170,168,59,1)
CMYK Modelcmyk(0%,1%,65%,33%)
HSL Color Space59,48% ,45%hsl(59,48% ,45%)
HSV Color Space59°, 65%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010101010100000111011
Octal25225073
Decimal17016859
Hexaaa83b

Different shades of #aaa83b color code.

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

Light Shade of #aaa83b
#c4c254
Dark Shade of #aaa83b
#84832e
Saturated Shade of #aaa83b
#b5b330
Desaturated Shade of #aaa83b
#9f9d46
Grey scale Shade of #aaa83b
#727272
Brighten Shade
#c3c154
Most Readable Shade
#000000

Shades of #aaa83b color code

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

#aaa83b
#979534
#84822d
#717027
#5e5d20
#4b4a1a
#383813
#25250d
#121206
#000000

Similar Color like #aaa83b color

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

#aba93c
#acaa3d
#adab3e
#aeac3f
#afad40
#b0ae41
#b1af42
#b2b043
#b3b144
#b4b245
#b5b346
#b6b447
#b7b548
#b8b649
#a9a73a
#a8a639
#a7a538
#a6a437
#a5a336
#a4a235
#a3a134
#a2a033
#a19f32
#a09e31
#9f9d30
#9e9c2f
#9d9b2e
#9c9a2d

Monochromatic Color with #aaa83b

#aaa83b
#d4d24a
#fffc59
#2a2a0f
#55541e
#7f7e2c

Tints of #aaa83b Color

#aaa83b
#b3b150
#bcbb66
#c6c57c
#cfce92
#d9d8a7
#e2e2bd
#ecebd3
#f5f5e9
#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

#aaa83b
#3b3daa

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

Split Complementary

#aaa83b
#3b74aa
#703baa

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

Analogous Color

#aa7c3b
#aa923b
#aaa83b
#96aa3b
#80aa3b

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

#aaa83b
#3baaa8
#a83baa

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

#aaa83b
#3baa70
#3b3daa
#aa3b74

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

#aaa83b
#3b3daa
#713baa
#74aa3b

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

#aaa83b Color Code Preview on Black Background Color

This is how #aaa83b Color will look on black background color. Color contrast ratio is 8.37

#aaa83b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa83b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa83b

#aaa83b color code is use for CSS Background Color

Background color for the above div is #aaa83b

HTML with inline CSS

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

#aaa83b color code is use for CSS Border Color

CSS Border color for the above div is #aaa83b

HTML with inline CSS

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

CSS Border Left color for the above div is #aaa83b

HTML with inline CSS

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

CSS Border Right color for the above div is #aaa83b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaa83b

HTML with inline CSS

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

CSS Border Top color for the above div is #aaa83b

HTML with inline CSS

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

#aaa83b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaa83b Color code Preview on White Background

This is how #aaa83b Color code will look on white background color. Color contrast ratio is 2.51

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

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,168,59,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(59,61,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,168,59,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.