crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ae900d hex color - Yellow - Warm color - Information

#ae900d hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ae900d Color code in RGB color code model is created after adding 68.24% red color, 56.47% green color and 5.1% blue color. Hex #ae900d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 93% yellow and 32% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeae900d#ae900d
RGB Decimal174, 144, 13rgb(174, 144, 13)
RGB Percent68%, 56%, 5%rgb(68%, 56%, 5%)
CSS RGBa174, 144, 13,1rgba(174,144,13,1)
CMYK Modelcmyk(0%,17%,93%,32%)
HSL Color Space49,86% ,37%hsl(49,86% ,37%)
HSV Color Space49°, 93%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101001000000001101
Octal25622015
Decimal17414413
Hexae900d

Different shades of #ae900d color code.

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

Light Shade of #ae900d
#ddb711
Dark Shade of #ae900d
#7f6909
Saturated Shade of #ae900d
#b79604
Desaturated Shade of #ae900d
#a58a16
Grey scale Shade of #ae900d
#5d5d5d
Brighten Shade
#c7a926
Most Readable Shade
#000000

Shades of #ae900d color code

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

#ae900d
#9a800b
#87700a
#746008
#605007
#4d4005
#3a3004
#262002
#131001
#000000

Similar Color like #ae900d color

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

#af910e
#b0920f
#b19310
#b29411
#b39512
#b49613
#b59714
#b69815
#b79916
#b89a17
#b99b18
#ba9c19
#bb9d1a
#bc9e1b
#ad8f0c
#ac8e0b
#ab8d0a
#aa8c09
#a98b08
#a88a07
#a78906
#a68805
#a58704
#a48603
#a38502
#a28401
#a18300
#a08200

Monochromatic Color with #ae900d

#ae900d
#d8b310
#040300
#2e2603
#594a07
#836d0a

Tints of #ae900d Color

#ae900d
#b79c27
#c0a842
#c9b55d
#d2c178
#dbcd93
#e4daae
#ede6c9
#f6f2e4
#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

#ae900d
#0d2bae

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

Split Complementary

#ae900d
#0d7cae
#3f0dae

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

Analogous Color

#ae500d
#ae700d
#ae900d
#acae0d
#8cae0d

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

#ae900d
#0dae90
#900dae

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

#ae900d
#0dae3f
#0d2bae
#ae0d7b

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

#ae900d
#0d2bae
#3f0dae
#7cae0d

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

#ae900d Color Code Preview on Black Background Color

This is how #ae900d Color will look on black background color. Color contrast ratio is 6.79

#ae900d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae900d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae900d

#ae900d color code is use for CSS Background Color

Background color for the above div is #ae900d

HTML with inline CSS

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

#ae900d color code is use for CSS Border Color

CSS Border color for the above div is #ae900d

HTML with inline CSS

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

CSS Border Left color for the above div is #ae900d

HTML with inline CSS

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

CSS Border Right color for the above div is #ae900d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae900d

HTML with inline CSS

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

CSS Border Top color for the above div is #ae900d

HTML with inline CSS

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

#ae900d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae900d Color code Preview on White Background

This is how #ae900d Color code will look on white background color. Color contrast ratio is 3.09

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.