COLOR #AEB54A

HEX: #AEB54A
RGB: (174,181,74)

Color info

#AEB54A contains mainly red and green colors. Web safe color of #AEB54A is #99CC33 (or #9C3).

RGB color model

#AEB54A color RGB value is (174,181,74).

  • red value is 174;
  • green value is 181;
  • blue value is 74.
RGB:
(174,181,74)
(68%,71%,29%)

RGB channels and saturation

R 174 of 255 = 68%
G 181 of 255 = 71%
B 74 of 255 = 29%

174
181
74

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

Portions of RGB colors in percentages

R + G + B =
174 + 181 + 74 = 429 (100%)
R 174 of 429 ~ 40.56%
G 181 of 429 ~ 42.19%
B 74 of 429 ~ 17.25%

%40.56
%42.19
%17.25

CMYK color model

#AEB54A color CMYK value is (4,0,59,29).

  • cyan value is 3.87%
  • magenta value is 0.00%
  • yellow value is 59.12%
  • key color value is 29.02%
CMYK:
(4,0,59,29)
C4M0Y59K29 
(4%,0%,59%,29%)
(0.04/0.00/0.59/0.29)	

CMYK percentages

%3.87
%0
%59.12
%29.02

Codes

Color #AEB54A in popluar color models

AEB54A
RGB17418174
HSL64°41.96%50.00%
HSB/HSV64°59.12%70.98%
CMYK3.87%0.00%59.12%
29.02%

Color #AEB54A in popluar number systems.

HEXAEB54A
Decimal17418174
Binary10101110101101011001010
Octal256265112

Shades and tints

Shades of #AEB54A

#AEB54A
(174,181,74)
#9FA544
(159,165,68)
#90953E
(144,149,62)
#818538
(129,133,56)
#727532
(114,117,50)
#63652C
(99,101,44)
#545526
(84,85,38)
#454520
(69,69,32)
#36351A
(54,53,26)
#272514
(39,37,20)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #AEB54A

#AEB54A
(174,181,74)
#B5BB5A
(181,187,90)
#BCC16A
(188,193,106)
#C3C77A
(195,199,122)
#CACD8A
(202,205,138)
#D1D39A
(209,211,154)
#D8D9AA
(216,217,170)
#DFDFBA
(223,223,186)
#E6E5CA
(230,229,202)
#EDEBDA
(237,235,218)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB54A color. Also use rgb(174,181,74) instead hex code.

Text Font Color

.myTextColor { color: #AEB54A; }

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

This text font color is #AEB54A.


Background Color

.myBgColor { background-color: #AEB54A; }

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

This div background color is #AEB54A.


Border color

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

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

This div border color is #AEB54A.


Opacity

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

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

Text with #AEB54A 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 #AEB54A;}

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

This text has shadow with #AEB54A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB54A on black background.


Color preview on white background

This text has color #AEB54A on white background.



Black color preview on #AEB54A background

This text has black color on #AEB54A background.


White color preview on #AEB54A background

This text has white color on #AEB54A background.