@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#aeb64d hex color - Green - Warm color - Information

#aeb64d hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #aeb64d Color code in RGB color code model is created after adding 68.24% red color, 71.37% green color and 30.2% blue color. Hex #aeb64d Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 58% yellow and 28.63% black.

Hex #aeb64d color code is between #aabb55 web safe hex color code and #bbaa44 web safe hex color code. #aabb55 is the nearest web safe color code. You can see here many more shades of #aeb64d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaeb64d#aeb64d
RGB Decimal174, 182, 77rgb(174, 182, 77)
RGB Percent68%, 71%, 30%rgb(68%, 71%, 30%)
CSS RGBa174, 182, 77,1rgba(174,182,77,1)
CMYK Modelcmyk(4%,0%,58%,28.63%)
HSL Color Space65,42% ,51%hsl(65,42% ,51%)
HSV Color Space65°, 58%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101011011001001101
Octal256266115
Decimal17418277
Hexaeb64d

Different shades of #aeb64d color code.

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

Light Shade of #aeb64d
#bec571
Dark Shade of #aeb64d
#8d933c
Saturated Shade of #aeb64d
#b9c340
Desaturated Shade of #aeb64d
#a3a95a
Grey scale Shade of #aeb64d
#818181
Brighten Shade
#c7cf66
Most Readable Shade
#000000

Shades of #aeb64d color code

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

#aeb64d
#9aa144
#878d3b
#747933
#60652a
#4d5022
#3a3c19
#262811
#131408
#000000

Similar Color like #aeb64d color

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

#afb74e
#b0b84f
#b1b950
#b2ba51
#b3bb52
#b4bc53
#b5bd54
#b6be55
#b7bf56
#b8c057
#b9c158
#bac259
#bbc35a
#bcc45b
#adb54c
#acb44b
#abb34a
#aab249
#a9b148
#a8b047
#a7af46
#a6ae45
#a5ad44
#a4ac43
#a3ab42
#a2aa41
#a1a940
#a0a83f

Monochromatic Color with #aeb64d

#aeb64d
#d7e05f
#0b0c05
#343617
#5d6129
#858b3b

Tints of #aeb64d Color

#aeb64d
#b7be60
#c0c674
#c9ce88
#d2d69c
#dbdeaf
#e4e6c3
#edeed7
#f6f6eb
#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

#aeb64d
#554db6

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

Split Complementary

#aeb64d
#4d7ab6
#894db6

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

Analogous Color

#b6944d
#b6a94d
#aeb64d
#99b64d
#84b64d

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

#aeb64d
#4daeb6
#b64dae

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

#aeb64d
#4db689
#554db6
#b64d79

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

#aeb64d
#554db6
#894db6
#7ab64d

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

#aeb64d Color Code Preview on Black Background Color

This is how #aeb64d Color will look on black background color. Color contrast ratio is 9.60

#aeb64d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeb64d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aeb64d

#aeb64d color code is use for CSS Background Color

Background color for the above div is #aeb64d

HTML with inline CSS

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

#aeb64d color code is use for CSS Border Color

CSS Border color for the above div is #aeb64d

HTML with inline CSS

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

CSS Border Left color for the above div is #aeb64d

HTML with inline CSS

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

CSS Border Right color for the above div is #aeb64d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aeb64d

HTML with inline CSS

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

CSS Border Top color for the above div is #aeb64d

HTML with inline CSS

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

#aeb64d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aeb64d Color code Preview on White Background

This is how #aeb64d Color code will look on white background color. Color contrast ratio is 2.19

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

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(174,182,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,77,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,182,77,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.