COLOR #AEB373

HEX: #AEB373
RGB: (174,179,115)

Color info

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

RGB color model

#AEB373 color RGB value is (174,179,115).

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

RGB channels and saturation

R 174 of 255 = 68%
G 179 of 255 = 70%
B 115 of 255 = 45%

174
179
115

R + G + B ~ 61%. #AEB373 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 179 + 115 = 468 (100%)
R 174 of 468 ~ 37.18%
G 179 of 468 ~ 38.25%
B 115 of 468 ~ 24.57%

%37.18
%38.25
%24.57

CMYK color model

#AEB373 color CMYK value is (3,0,36,30).

  • cyan value is 2.79%
  • magenta value is 0.00%
  • yellow value is 35.75%
  • key color value is 29.80%
CMYK:
(3,0,36,30)
C3M0Y36K30 
(3%,0%,36%,30%)
(0.03/0.00/0.36/0.30)	

CMYK percentages

%2.79
%0
%35.75
%29.8

Codes

Color #AEB373 in popluar color models

AEB373
RGB174179115
HSL65°29.63%57.65%
HSB/HSV65°35.75%70.20%
CMYK2.79%0.00%35.75%
29.80%

Color #AEB373 in popluar number systems.

HEXAEB373
Decimal174179115
Binary10101110101100111110011
Octal256263163

Shades and tints

Shades of #AEB373

#AEB373
(174,179,115)
#9FA369
(159,163,105)
#90935F
(144,147,95)
#818355
(129,131,85)
#72734B
(114,115,75)
#636341
(99,99,65)
#545337
(84,83,55)
#45432D
(69,67,45)
#363323
(54,51,35)
#272319
(39,35,25)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #AEB373

#AEB373
(174,179,115)
#B5B97F
(181,185,127)
#BCBF8B
(188,191,139)
#C3C597
(195,197,151)
#CACBA3
(202,203,163)
#D1D1AF
(209,209,175)
#D8D7BB
(216,215,187)
#DFDDC7
(223,221,199)
#E6E3D3
(230,227,211)
#EDE9DF
(237,233,223)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB373; }

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

This text font color is #AEB373.


Background Color

.myBgColor { background-color: #AEB373; }

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

This div background color is #AEB373.


Border color

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

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

This div border color is #AEB373.


Opacity

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

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

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

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

This text has shadow with #AEB373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB373 on black background.


Color preview on white background

This text has color #AEB373 on white background.



Black color preview on #AEB373 background

This text has black color on #AEB373 background.


White color preview on #AEB373 background

This text has white color on #AEB373 background.