COLOR #AEA881

HEX: #AEA881 RGB: (174,168,129)

Color info

#AEA881 contains red, green and blue colors in about the same proportion. Web safe color of #AEA881 is #999999 (or #999).

RGB color model

#AEA881 color RGB value is (174,168,129).

RGB: (174,168,129) (68%, 66%, 51%)

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 129 of 255 = 51%

174
168
129

R + G + B ~ 62%. #AEA881 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 168 + 129 = 471 (100%)
R 174 of 471 ~ 36.94%
G 168 of 471 ~ 35.67%
B 129 of 471 ~ 27.39'%

%36.94
%35.67
%27.39

CMYK color model

#AEA881 color CMYK value is (0,3,26,32).

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

CMYK: (0,3,26,32)
C0M3Y26K32 (0%, 3%, 26%, 32%)
(0.00 / 0.03 / 0.26 / 0.32)

CMYK percentages

%0
%3.45
%25.86
%31.76

Codes

Color #AEA881 in popluar color models

AE A8 81
RGB 174 168 129
HSL 52° 21.74% 59.41%
HSB/HSV 52° 25.86% 68.24%
CMYK 0.00% 3.45% 25.86%
31.76%

Color #AEA881 in popluar number systems.

HEX AE A8 81
Decimal 174 168 129
Binary 10101110 10101000 10000001
Octal 256 250 201

Shades and tints

Shades of #AEA881

#AEA881
(174,168,129)
#9F9976
(159,153,118)
#908A6B
(144,138,107)
#817B60
(129,123,96)
#726C55
(114,108,85)
#635D4A
(99,93,74)
#544E3F
(84,78,63)
#453F34
(69,63,52)
#363029
(54,48,41)
#27211E
(39,33,30)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #AEA881

#AEA881
(174,168,129)
#B5AF8C
(181,175,140)
#BCB697
(188,182,151)
#C3BDA2
(195,189,162)
#CAC4AD
(202,196,173)
#D1CBB8
(209,203,184)
#D8D2C3
(216,210,195)
#DFD9CE
(223,217,206)
#E6E0D9
(230,224,217)
#EDE7E4
(237,231,228)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA881; }

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

This text font color is #AEA881.

Background Color

.myBgColor { background-color: #AEA881; }

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

This div background color is #AEA881.

Border color

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

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

This div border color is #AEA881.

Opacity

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

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

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

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

This text has shadow with #AEA881 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA881.

Preview

Color preview on black background

This text has color #AEA881 on black background.


Color preview on white background

This text has color #AEA881 on white background.


Black color preview on #AEA881 background

This text has black color on #AEA881 background.


White color preview on #AEA881 background

This text has white color on #AEA881 background.


Related colors

Complementary color

Complementary color for #hex is #51577E.


I love getcolorcode.com

Triadic colors

1 #81AEA8 and #A881AE with #AEA881 are triadic colors.

2 #81A8AE and #A8AE81 with #AEA881 are triadic colors.