crispedge.com

Color picker

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

#aeb27a hex color - Yellow - Warm color - Information

#aeb27a hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #aeb27a Color code in RGB color code model is created after adding 68.24% red color, 69.8% green color and 47.84% blue color. Hex #aeb27a Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 31% yellow and 30% black.

Hex #aeb27a color code is between #aaaa77 web safe hex color code and #bbbb88 web safe hex color code. #aaaa77 is the nearest web safe color code. You can see here many more shades of #aeb27a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaeb27a#aeb27a
RGB Decimal174, 178, 122rgb(174, 178, 122)
RGB Percent68%, 70%, 48%rgb(68%, 70%, 48%)
CSS RGBa174, 178, 122,1rgba(174,178,122,1)
CMYK Modelcmyk(2%,0%,31%,30%)
HSL Color Space64,27% ,59%hsl(64,27% ,59%)
HSV Color Space64°, 31%, 70%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101011001001111010
Octal256262172
Decimal174178122
Hexaeb27a

Different shades of #aeb27a color code.

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

Light Shade of #aeb27a
#c2c59a
Dark Shade of #aeb27a
#999e5b
Saturated Shade of #aeb27a
#b7bc6f
Desaturated Shade of #aeb27a
#a5a784
Grey scale Shade of #aeb27a
#969696
Brighten Shade
#c7cb93
Most Readable Shade
#000000

Shades of #aeb27a color code

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

#aeb27a
#9a9e6c
#878a5e
#747651
#606243
#4d4f36
#3a3b28
#26271b
#13130d
#000000

Similar Color like #aeb27a color

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

#afb37b
#b0b47c
#b1b57d
#b2b67e
#b3b77f
#b4b880
#b5b981
#b6ba82
#b7bb83
#b8bc84
#b9bd85
#babe86
#bbbf87
#bcc088
#adb179
#acb078
#abaf77
#aaae76
#a9ad75
#a8ac74
#a7ab73
#a6aa72
#a5a971
#a4a870
#a3a76f
#a2a66e
#a1a56d
#a0a46c

Monochromatic Color with #aeb27a

#aeb27a
#d8dc97
#080805
#313223
#5b5d40
#84875d

Tints of #aeb27a Color

#aeb27a
#b7ba88
#c0c397
#c9cba6
#d2d4b5
#dbdcc3
#e4e5d2
#edede1
#f6f6f0
#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

#aeb27a
#7e7ab2

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

Split Complementary

#aeb27a
#7a92b2
#9a7ab2

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

Analogous Color

#b2a07a
#b2ab7a
#aeb27a
#a3b27a
#98b27a

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

#aeb27a
#7aaeb2
#b27aae

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

#aeb27a
#7ab29a
#7e7ab2
#b27a92

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

#aeb27a
#7e7ab2
#9a7ab2
#92b27a

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

#aeb27a Color Code Preview on Black Background Color

This is how #aeb27a Color will look on black background color. Color contrast ratio is 9.45

#aeb27a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeb27a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeb27a

#aeb27a color code is use for CSS Background Color

Background color for the above div is #aeb27a

HTML with inline CSS

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

#aeb27a color code is use for CSS Border Color

CSS Border color for the above div is #aeb27a

HTML with inline CSS

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

CSS Border Left color for the above div is #aeb27a

HTML with inline CSS

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

CSS Border Right color for the above div is #aeb27a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeb27a

HTML with inline CSS

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

CSS Border Top color for the above div is #aeb27a

HTML with inline CSS

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

#aeb27a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeb27a Color code Preview on White Background

This is how #aeb27a Color code will look on white background color. Color contrast ratio is 2.22

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.