COLOR #AEB172

HEX: #AEB172
RGB: (174,177,114)

Color info

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

RGB color model

#AEB172 color RGB value is (174,177,114).

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

RGB channels and saturation

R 174 of 255 = 68%
G 177 of 255 = 69%
B 114 of 255 = 45%

174
177
114

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

Portions of RGB colors in percentages

R + G + B =
174 + 177 + 114 = 465 (100%)
R 174 of 465 ~ 37.42%
G 177 of 465 ~ 38.06%
B 114 of 465 ~ 24.52%

%37.42
%38.06
%24.52

CMYK color model

#AEB172 color CMYK value is (2,0,36,31).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 35.59%
  • key color value is 30.59%
CMYK:
(2,0,36,31)
C2M0Y36K31 
(2%,0%,36%,31%)
(0.02/0.00/0.36/0.31)	

CMYK percentages

%1.69
%0
%35.59
%30.59

Codes

Color #AEB172 in popluar color models

AEB172
RGB174177114
HSL63°28.77%57.06%
HSB/HSV63°35.59%69.41%
CMYK1.69%0.00%35.59%
30.59%

Color #AEB172 in popluar number systems.

HEXAEB172
Decimal174177114
Binary10101110101100011110010
Octal256261162

Shades and tints

Shades of #AEB172

#AEB172
(174,177,114)
#9FA168
(159,161,104)
#90915E
(144,145,94)
#818154
(129,129,84)
#72714A
(114,113,74)
#636140
(99,97,64)
#545136
(84,81,54)
#45412C
(69,65,44)
#363122
(54,49,34)
#272118
(39,33,24)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #AEB172

#AEB172
(174,177,114)
#B5B87E
(181,184,126)
#BCBF8A
(188,191,138)
#C3C696
(195,198,150)
#CACDA2
(202,205,162)
#D1D4AE
(209,212,174)
#D8DBBA
(216,219,186)
#DFE2C6
(223,226,198)
#E6E9D2
(230,233,210)
#EDF0DE
(237,240,222)
#F4F7EA
(244,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB172; }

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

This text font color is #AEB172.


Background Color

.myBgColor { background-color: #AEB172; }

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

This div background color is #AEB172.


Border color

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

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

This div border color is #AEB172.


Opacity

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

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

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

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

This text has shadow with #AEB172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB172 on black background.


Color preview on white background

This text has color #AEB172 on white background.



Black color preview on #AEB172 background

This text has black color on #AEB172 background.


White color preview on #AEB172 background

This text has white color on #AEB172 background.