crispedge.com

Color picker

Loading...

#a88c12 hex color - Yellow - Warm color - Information

#a88c12 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #a88c12 Color code in RGB color code model is created after adding 65.88% red color, 54.9% green color and 7.06% blue color. Hex #a88c12 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 89% yellow and 34% black.

Hex #a88c12 color code is between #aa8811 web safe hex color code and #999922 web safe hex color code. #aa8811 is the nearest web safe color code. You can see here many more shades of #a88c12 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea88c12#a88c12
RGB Decimal168, 140, 18rgb(168, 140, 18)
RGB Percent66%, 55%, 7%rgb(66%, 55%, 7%)
CSS RGBa168, 140, 18,1rgba(168,140,18,1)
CMYK Modelcmyk(0%,17%,89%,34%)
HSL Color Space49,81% ,36%hsl(49,81% ,36%)
HSV Color Space49°, 89%, 66%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010001000110000010010
Octal25021422
Decimal16814018
Hexa88c12

Different shades of #a88c12 color code.

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

Light Shade of #a88c12
#d6b217
Dark Shade of #a88c12
#7a660d
Saturated Shade of #a88c12
#b19209
Desaturated Shade of #a88c12
#9f861b
Grey scale Shade of #a88c12
#5d5d5d
Brighten Shade
#c1a52b
Most Readable Shade
#000000

Shades of #a88c12 color code

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

#a88c12
#957c10
#826c0e
#705d0c
#5d4d0a
#4a3e08
#382e06
#251f04
#120f02
#000000

Similar Color like #a88c12 color

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

#a98d13
#aa8e14
#ab8f15
#ac9016
#ad9117
#ae9218
#af9319
#b0941a
#b1951b
#b2961c
#b3971d
#b4981e
#b5991f
#b69a20
#a78b11
#a68a10
#a5890f
#a4880e
#a3870d
#a2860c
#a1850b
#a0840a
#9f8309
#9e8208
#9d8107
#9c8006
#9b7f05
#9a7e04

Monochromatic Color with #a88c12

#a88c12
#d2af17
#fdd31b
#282204
#534509
#7d690d

Tints of #a88c12 Color

#a88c12
#b1982c
#bba546
#c5b261
#cebf7b
#d8cb95
#e2d8b0
#ebe5ca
#f5f2e4
#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

#a88c12
#122ea8

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

Split Complementary

#a88c12
#1279a8
#4112a8

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

Analogous Color

#a85012
#a86e12
#a88c12
#a6a812
#88a812

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

#a88c12
#12a88c
#8c12a8

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

#a88c12
#12a841
#122ea8
#a81279

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

#a88c12
#122ea8
#4112a8
#79a812

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

#a88c12 Color Code Preview on Black Background Color

This is how #a88c12 Color will look on black background color. Color contrast ratio is 6.42

#a88c12 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a88c12

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a88c12

#a88c12 color code is use for CSS Background Color

Background color for the above div is #a88c12

HTML with inline CSS

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

#a88c12 color code is use for CSS Border Color

CSS Border color for the above div is #a88c12

HTML with inline CSS

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

CSS Border Left color for the above div is #a88c12

HTML with inline CSS

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

CSS Border Right color for the above div is #a88c12

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a88c12

HTML with inline CSS

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

CSS Border Top color for the above div is #a88c12

HTML with inline CSS

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

#a88c12 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a88c12 Color code Preview on White Background

This is how #a88c12 Color code will look on white background color. Color contrast ratio is 3.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 #a88c12; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #a88c12; }

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(168,140,18,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(18,46,168,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(168,140,18,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.