COLOR #AEB44F

HEX: #AEB44F
RGB: (174,180,79)

Color info

#AEB44F contains mainly red and green colors. Web safe color of #AEB44F is #99CC66 (or #9C6).

RGB color model

#AEB44F color RGB value is (174,180,79).

  • red value is 174;
  • green value is 180;
  • blue value is 79.
RGB:
(174,180,79)
(68%,71%,31%)

RGB channels and saturation

R 174 of 255 = 68%
G 180 of 255 = 71%
B 79 of 255 = 31%

174
180
79

R + G + B ~ 57%. #AEB44F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 180 + 79 = 433 (100%)
R 174 of 433 ~ 40.18%
G 180 of 433 ~ 41.57%
B 79 of 433 ~ 18.24%

%40.18
%41.57
%18.24

CMYK color model

#AEB44F color CMYK value is (3,0,56,29).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 56.11%
  • key color value is 29.41%
CMYK:
(3,0,56,29)
C3M0Y56K29 
(3%,0%,56%,29%)
(0.03/0.00/0.56/0.29)	

CMYK percentages

%3.33
%0
%56.11
%29.41

Codes

Color #AEB44F in popluar color models

AEB44F
RGB17418079
HSL64°40.24%50.78%
HSB/HSV64°56.11%70.59%
CMYK3.33%0.00%56.11%
29.41%

Color #AEB44F in popluar number systems.

HEXAEB44F
Decimal17418079
Binary10101110101101001001111
Octal256264117

Shades and tints

Shades of #AEB44F

#AEB44F
(174,180,79)
#9FA448
(159,164,72)
#909441
(144,148,65)
#81843A
(129,132,58)
#727433
(114,116,51)
#63642C
(99,100,44)
#545425
(84,84,37)
#45441E
(69,68,30)
#363417
(54,52,23)
#272410
(39,36,16)
#181409
(24,20,9)
#000000
(0,0,0)

Tints of #AEB44F

#AEB44F
(174,180,79)
#B5BA5F
(181,186,95)
#BCC06F
(188,192,111)
#C3C67F
(195,198,127)
#CACC8F
(202,204,143)
#D1D29F
(209,210,159)
#D8D8AF
(216,216,175)
#DFDEBF
(223,222,191)
#E6E4CF
(230,228,207)
#EDEADF
(237,234,223)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB44F color. Also use rgb(174,180,79) instead hex code.

Text Font Color

.myTextColor { color: #AEB44F; }

<p style="color:#AEB44F">This sample text font color is #AEB44F.</p>

This text font color is #AEB44F.


Background Color

.myBgColor { background-color: #AEB44F; }

<div style="background-color:#AEB44F">Inner text</div>

This div background color is #AEB44F.


Border color

.myBorderColor { border: 1px solid #AEB44F; }

<div style="border:3px solid #AEB44F">Div</div>

This div border color is #AEB44F.


Opacity

.myOpacity80 { color: #AEB44F; opacity: 0.8; }

<p style="color:#AEB44F;opacity:0.8;">80%</p>

Text with #AEB44F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AEB44F;}

<p style="text-shadow: 3px 3px 1px #AEB44F">Text here.</p>

This text has shadow with #AEB44F color.

.textShadow {text-shadow: 3px 3px 1px #AEB44F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AEB44F, 5px 5px 20px red">Text here.</p>

This text has shadow with #AEB44F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEB44F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AEB44F, Direction=45, Strength=4)">Text</p>

This text has shadow with #AEB44F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AEB44F;
  -webkit-box-shadow:	1px 1px 3px 2px #AEB44F;
  box-shadow:		1px 1px 3px 2px #AEB44F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEB44F;
-webkit-box-shadow: 1px 1px 3px 2px #AEB44F;
box-shadow:1px 1px 3px 2px #AEB44F;">
Div content here</div>
This div box has shadow with color #AEB44F.

Preview

Color preview on black background

This text has color #AEB44F on black background.


Color preview on white background

This text has color #AEB44F on white background.



Black color preview on #AEB44F background

This text has black color on #AEB44F background.


White color preview on #AEB44F background

This text has white color on #AEB44F background.