crispedge.com

#ad660c hex color - Yellow - Warm color - Information

#ad660c hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #ad660c Color code in RGB color code model is created after adding 67.84% red color, 40% green color and 4.71% blue color. Hex #ad660c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 93% yellow and 32% black.

Hex #ad660c color code is between #aa5511 web safe hex color code and #bb7700 web safe hex color code. #aa5511 is the nearest web safe color code. You can see here many more shades of #ad660c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codead660c#ad660c
RGB Decimal173, 102, 12rgb(173, 102, 12)
RGB Percent68%, 40%, 5%rgb(68%, 40%, 5%)
CSS RGBa173, 102, 12,1rgba(173,102,12,1)
CMYK Modelcmyk(0%,41%,93%,32%)
HSL Color Space34,87% ,36%hsl(34,87% ,36%)
HSV Color Space34°, 93%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010110011000001100
Octal25514614
Decimal17310212
Hexad660c

Different shades of #ad660c color code.

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

Light Shade of #ad660c
#dd820f
Dark Shade of #ad660c
#7d4a09
Saturated Shade of #ad660c
#b66703
Desaturated Shade of #ad660c
#a46515
Grey scale Shade of #ad660c
#5c5c5c
Brighten Shade
#c67f25
Most Readable Shade
#FFFFFF

Shades of #ad660c color code

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

#ad660c
#995a0a
#864f09
#734408
#603806
#4c2d05
#392204
#261602
#130b01
#000000

Similar Color like #ad660c color

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

#ae670d
#af680e
#b0690f
#b16a10
#b26b11
#b36c12
#b46d13
#b56e14
#b66f15
#b77016
#b87117
#b97218
#ba7319
#bb741a
#ac650b
#ab640a
#aa6309
#a96208
#a86107
#a76006
#a65f05
#a55e04
#a45d03
#a35c02
#a25b01
#a15a00
#a05900
#9f5800

Monochromatic Color with #ad660c

#ad660c
#d77f0f
#030200
#2d1b03
#583406
#824d09

Tints of #ad660c Color

#ad660c
#b67727
#bf8842
#c8995d
#d1aa78
#dabb93
#e3ccae
#ecddc9
#f5eee4
#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

#ad660c
#0c53ad

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

Split Complementary

#ad660c
#0ca3ad
#160cad

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

Analogous Color

#ad260c
#ad460c
#ad660c
#ad860c
#ada60c

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

#ad660c
#0cad66
#660cad

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

#ad660c
#0cad16
#0c53ad
#ad0ca3

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

#ad660c
#0c53ad
#160cad
#a3ad0c

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

#ad660c Color Code Preview on Black Background Color

This is how #ad660c Color will look on black background color. Color contrast ratio is 4.68

#ad660c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad660c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad660c

#ad660c color code is use for CSS Background Color

Background color for the above div is #ad660c

HTML with inline CSS

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

#ad660c color code is use for CSS Border Color

CSS Border color for the above div is #ad660c

HTML with inline CSS

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

CSS Border Left color for the above div is #ad660c

HTML with inline CSS

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

CSS Border Right color for the above div is #ad660c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad660c

HTML with inline CSS

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

CSS Border Top color for the above div is #ad660c

HTML with inline CSS

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

#ad660c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad660c Color code Preview on White Background

This is how #ad660c Color code will look on white background color. Color contrast ratio is 4.48

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

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,102,12,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(12,83,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,102,12,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.

< /html>