COLOR #AEB137

HEX: #AEB137
RGB: (174,177,55)

Color info

#AEB137 contains mainly red and green colors. Web safe color of #AEB137 is #999933 (or #993).

RGB color model

#AEB137 color RGB value is (174,177,55).

  • red value is 174;
  • green value is 177;
  • blue value is 55.
RGB:
(174,177,55)
(68%,69%,22%)

RGB channels and saturation

R 174 of 255 = 68%
G 177 of 255 = 69%
B 55 of 255 = 22%

174
177
55

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

Portions of RGB colors in percentages

R + G + B =
174 + 177 + 55 = 406 (100%)
R 174 of 406 ~ 42.86%
G 177 of 406 ~ 43.6%
B 55 of 406 ~ 13.55%

%42.86
%43.6
%13.55

CMYK color model

#AEB137 color CMYK value is (2,0,69,31).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 68.93%
  • key color value is 30.59%
CMYK:
(2,0,69,31)
C2M0Y69K31 
(2%,0%,69%,31%)
(0.02/0.00/0.69/0.31)	

CMYK percentages

%1.69
%0
%68.93
%30.59

Codes

Color #AEB137 in popluar color models

AEB137
RGB17417755
HSL61°52.59%45.49%
HSB/HSV61°68.93%69.41%
CMYK1.69%0.00%68.93%
30.59%

Color #AEB137 in popluar number systems.

HEXAEB137
Decimal17417755
Binary1010111010110001110111
Octal25626167

Shades and tints

Shades of #AEB137

#AEB137
(174,177,55)
#9FA132
(159,161,50)
#90912D
(144,145,45)
#818128
(129,129,40)
#727123
(114,113,35)
#63611E
(99,97,30)
#545119
(84,81,25)
#454114
(69,65,20)
#36310F
(54,49,15)
#27210A
(39,33,10)
#181105
(24,17,5)
#000000
(0,0,0)

Tints of #AEB137

#AEB137
(174,177,55)
#B5B849
(181,184,73)
#BCBF5B
(188,191,91)
#C3C66D
(195,198,109)
#CACD7F
(202,205,127)
#D1D491
(209,212,145)
#D8DBA3
(216,219,163)
#DFE2B5
(223,226,181)
#E6E9C7
(230,233,199)
#EDF0D9
(237,240,217)
#F4F7EB
(244,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEB137 color. Also use rgb(174,177,55) instead hex code.

Text Font Color

.myTextColor { color: #AEB137; }

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

This text font color is #AEB137.


Background Color

.myBgColor { background-color: #AEB137; }

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

This div background color is #AEB137.


Border color

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

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

This div border color is #AEB137.


Opacity

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

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

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

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

This text has shadow with #AEB137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB137 on black background.


Color preview on white background

This text has color #AEB137 on white background.



Black color preview on #AEB137 background

This text has black color on #AEB137 background.


White color preview on #AEB137 background

This text has white color on #AEB137 background.