COLOR #AEA872

HEX: #AEA872 RGB: (174,168,114)

Color info

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

RGB color model

#AEA872 color RGB value is (174,168,114).

RGB: (174,168,114) (68%, 66%, 45%)

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 114 of 255 = 45%

174
168
114

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

Portions of RGB colors in percentages

R + G + B = 174 + 168 + 114 = 456 (100%)
R 174 of 456 ~ 38.16%
G 168 of 456 ~ 36.84%
B 114 of 456 ~ 25'%

%38.16
%36.84
%25

CMYK color model

#AEA872 color CMYK value is (0,3,34,32).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 34.48%
  • key color value is 31.76%

CMYK: (0,3,34,32)
C0M3Y34K32 (0%, 3%, 34%, 32%)
(0.00 / 0.03 / 0.34 / 0.32)

CMYK percentages

%0
%3.45
%34.48
%31.76

Codes

Color #AEA872 in popluar color models

AE A8 72
RGB 174 168 114
HSL 54° 27.03% 56.47%
HSB/HSV 54° 34.48% 68.24%
CMYK 0.00% 3.45% 34.48%
31.76%

Color #AEA872 in popluar number systems.

HEX AE A8 72
Decimal 174 168 114
Binary 10101110 10101000 1110010
Octal 256 250 162

Shades and tints

Shades of #AEA872

#AEA872
(174,168,114)
#9F9968
(159,153,104)
#908A5E
(144,138,94)
#817B54
(129,123,84)
#726C4A
(114,108,74)
#635D40
(99,93,64)
#544E36
(84,78,54)
#453F2C
(69,63,44)
#363022
(54,48,34)
#272118
(39,33,24)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #AEA872

#AEA872
(174,168,114)
#B5AF7E
(181,175,126)
#BCB68A
(188,182,138)
#C3BD96
(195,189,150)
#CAC4A2
(202,196,162)
#D1CBAE
(209,203,174)
#D8D2BA
(216,210,186)
#DFD9C6
(223,217,198)
#E6E0D2
(230,224,210)
#EDE7DE
(237,231,222)
#F4EEEA
(244,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA872; }

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

This text font color is #AEA872.

Background Color

.myBgColor { background-color: #AEA872; }

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

This div background color is #AEA872.

Border color

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

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

This div border color is #AEA872.

Opacity

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

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

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

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

This text has shadow with #AEA872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA872.

Preview

Color preview on black background

This text has color #AEA872 on black background.


Color preview on white background

This text has color #AEA872 on white background.


Black color preview on #AEA872 background

This text has black color on #AEA872 background.


White color preview on #AEA872 background

This text has white color on #AEA872 background.


Related colors

Complementary color

Complementary color for #hex is #51578D.


I love getcolorcode.com

Triadic colors

1 #72AEA8 and #A872AE with #AEA872 are triadic colors.

2 #72A8AE and #A8AE72 with #AEA872 are triadic colors.