COLOR #AEA772

HEX: #AEA772
RGB: (174,167,114)

Color info

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

RGB color model

#AEA772 color RGB value is (174,167,114).

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

RGB channels and saturation

R 174 of 255 = 68%
G 167 of 255 = 65%
B 114 of 255 = 45%

174
167
114

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

Portions of RGB colors in percentages

R + G + B =
174 + 167 + 114 = 455 (100%)
R 174 of 455 ~ 38.24%
G 167 of 455 ~ 36.7%
B 114 of 455 ~ 25.05%

%38.24
%36.7
%25.05

CMYK color model

#AEA772 color CMYK value is (0,4,34,32).

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 34.48%
  • key color value is 31.76%
CMYK:
(0,4,34,32)
C0M4Y34K32 
(0%,4%,34%,32%)
(0.00/0.04/0.34/0.32)	

CMYK percentages

%0
%4.02
%34.48
%31.76

Codes

Color #AEA772 in popluar color models

AEA772
RGB174167114
HSL53°27.03%56.47%
HSB/HSV53°34.48%68.24%
CMYK0.00%4.02%34.48%
31.76%

Color #AEA772 in popluar number systems.

HEXAEA772
Decimal174167114
Binary10101110101001111110010
Octal256247162

Shades and tints

Shades of #AEA772

#AEA772
(174,167,114)
#9F9868
(159,152,104)
#90895E
(144,137,94)
#817A54
(129,122,84)
#726B4A
(114,107,74)
#635C40
(99,92,64)
#544D36
(84,77,54)
#453E2C
(69,62,44)
#362F22
(54,47,34)
#272018
(39,32,24)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #AEA772

#AEA772
(174,167,114)
#B5AF7E
(181,175,126)
#BCB78A
(188,183,138)
#C3BF96
(195,191,150)
#CAC7A2
(202,199,162)
#D1CFAE
(209,207,174)
#D8D7BA
(216,215,186)
#DFDFC6
(223,223,198)
#E6E7D2
(230,231,210)
#EDEFDE
(237,239,222)
#F4F7EA
(244,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA772; }

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

This text font color is #AEA772.


Background Color

.myBgColor { background-color: #AEA772; }

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

This div background color is #AEA772.


Border color

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

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

This div border color is #AEA772.


Opacity

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

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

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

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

This text has shadow with #AEA772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA772 on black background.


Color preview on white background

This text has color #AEA772 on white background.



Black color preview on #AEA772 background

This text has black color on #AEA772 background.


White color preview on #AEA772 background

This text has white color on #AEA772 background.