COLOR #AEB454

HEX: #AEB454
RGB: (174,180,84)

Color info

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

RGB color model

#AEB454 color RGB value is (174,180,84).

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

RGB channels and saturation

R 174 of 255 = 68%
G 180 of 255 = 71%
B 84 of 255 = 33%

174
180
84

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

Portions of RGB colors in percentages

R + G + B =
174 + 180 + 84 = 438 (100%)
R 174 of 438 ~ 39.73%
G 180 of 438 ~ 41.1%
B 84 of 438 ~ 19.18%

%39.73
%41.1
%19.18

CMYK color model

#AEB454 color CMYK value is (3,0,53,29).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 53.33%
  • key color value is 29.41%
CMYK:
(3,0,53,29)
C3M0Y53K29 
(3%,0%,53%,29%)
(0.03/0.00/0.53/0.29)	

CMYK percentages

%3.33
%0
%53.33
%29.41

Codes

Color #AEB454 in popluar color models

AEB454
RGB17418084
HSL64°39.02%51.76%
HSB/HSV64°53.33%70.59%
CMYK3.33%0.00%53.33%
29.41%

Color #AEB454 in popluar number systems.

HEXAEB454
Decimal17418084
Binary10101110101101001010100
Octal256264124

Shades and tints

Shades of #AEB454

#AEB454
(174,180,84)
#9FA44D
(159,164,77)
#909446
(144,148,70)
#81843F
(129,132,63)
#727438
(114,116,56)
#636431
(99,100,49)
#54542A
(84,84,42)
#454423
(69,68,35)
#36341C
(54,52,28)
#272415
(39,36,21)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #AEB454

#AEB454
(174,180,84)
#B5BA63
(181,186,99)
#BCC072
(188,192,114)
#C3C681
(195,198,129)
#CACC90
(202,204,144)
#D1D29F
(209,210,159)
#D8D8AE
(216,216,174)
#DFDEBD
(223,222,189)
#E6E4CC
(230,228,204)
#EDEADB
(237,234,219)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB454; }

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

This text font color is #AEB454.


Background Color

.myBgColor { background-color: #AEB454; }

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

This div background color is #AEB454.


Border color

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

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

This div border color is #AEB454.


Opacity

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

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

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

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

This text has shadow with #AEB454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB454 on black background.


Color preview on white background

This text has color #AEB454 on white background.



Black color preview on #AEB454 background

This text has black color on #AEB454 background.


White color preview on #AEB454 background

This text has white color on #AEB454 background.