COLOR #AEB355

HEX: #AEB355
RGB: (174,179,85)

Color info

#AEB355 contains mainly red and green colors. Web safe color of #AEB355 is #999966 (or #996).

RGB color model

#AEB355 color RGB value is (174,179,85).

  • red value is 174;
  • green value is 179;
  • blue value is 85.
RGB:
(174,179,85)
(68%,70%,33%)

RGB channels and saturation

R 174 of 255 = 68%
G 179 of 255 = 70%
B 85 of 255 = 33%

174
179
85

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

Portions of RGB colors in percentages

R + G + B =
174 + 179 + 85 = 438 (100%)
R 174 of 438 ~ 39.73%
G 179 of 438 ~ 40.87%
B 85 of 438 ~ 19.41%

%39.73
%40.87
%19.41

CMYK color model

#AEB355 color CMYK value is (3,0,53,30).

  • cyan value is 2.79%
  • magenta value is 0.00%
  • yellow value is 52.51%
  • key color value is 29.80%
CMYK:
(3,0,53,30)
C3M0Y53K30 
(3%,0%,53%,30%)
(0.03/0.00/0.53/0.30)	

CMYK percentages

%2.79
%0
%52.51
%29.8

Codes

Color #AEB355 in popluar color models

AEB355
RGB17417985
HSL63°38.21%51.76%
HSB/HSV63°52.51%70.20%
CMYK2.79%0.00%52.51%
29.80%

Color #AEB355 in popluar number systems.

HEXAEB355
Decimal17417985
Binary10101110101100111010101
Octal256263125

Shades and tints

Shades of #AEB355

#AEB355
(174,179,85)
#9FA34E
(159,163,78)
#909347
(144,147,71)
#818340
(129,131,64)
#727339
(114,115,57)
#636332
(99,99,50)
#54532B
(84,83,43)
#454324
(69,67,36)
#36331D
(54,51,29)
#272316
(39,35,22)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #AEB355

#AEB355
(174,179,85)
#B5B964
(181,185,100)
#BCBF73
(188,191,115)
#C3C582
(195,197,130)
#CACB91
(202,203,145)
#D1D1A0
(209,209,160)
#D8D7AF
(216,215,175)
#DFDDBE
(223,221,190)
#E6E3CD
(230,227,205)
#EDE9DC
(237,233,220)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB355 color. Also use rgb(174,179,85) instead hex code.

Text Font Color

.myTextColor { color: #AEB355; }

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

This text font color is #AEB355.


Background Color

.myBgColor { background-color: #AEB355; }

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

This div background color is #AEB355.


Border color

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

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

This div border color is #AEB355.


Opacity

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

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

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

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

This text has shadow with #AEB355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB355 on black background.


Color preview on white background

This text has color #AEB355 on white background.



Black color preview on #AEB355 background

This text has black color on #AEB355 background.


White color preview on #AEB355 background

This text has white color on #AEB355 background.