COLOR #AEA49C

HEX: #AEA49C RGB: (174,164,156)

Color info

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

RGB color model

#AEA49C color RGB value is (174,164,156).

RGB: (174,164,156) (68%, 64%, 61%)

RGB channels and saturation

R 174 of 255 = 68%
G 164 of 255 = 64%
B 156 of 255 = 61%

174
164
156

R + G + B ~ 64%. #AEA49C is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 164 + 156 = 494 (100%)
R 174 of 494 ~ 35.22%
G 164 of 494 ~ 33.2%
B 156 of 494 ~ 31.58'%

%35.22
%33.2
%31.58

CMYK color model

#AEA49C color CMYK value is (0,6,10,32).

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 10.34%
  • key color value is 31.76%

CMYK: (0,6,10,32)
C0M6Y10K32 (0%, 6%, 10%, 32%)
(0.00 / 0.06 / 0.10 / 0.32)

CMYK percentages

%0
%5.75
%10.34
%31.76

Codes

Color #AEA49C in popluar color models

AE A4 9C
RGB 174 164 156
HSL 27° 10.00% 64.71%
HSB/HSV 27° 10.34% 68.24%
CMYK 0.00% 5.75% 10.34%
31.76%

Color #AEA49C in popluar number systems.

HEX AE A4 9C
Decimal 174 164 156
Binary 10101110 10100100 10011100
Octal 256 244 234

Shades and tints

Shades of #AEA49C

#AEA49C
(174,164,156)
#9F968E
(159,150,142)
#908880
(144,136,128)
#817A72
(129,122,114)
#726C64
(114,108,100)
#635E56
(99,94,86)
#545048
(84,80,72)
#45423A
(69,66,58)
#36342C
(54,52,44)
#27261E
(39,38,30)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #AEA49C

#AEA49C
(174,164,156)
#B5ACA5
(181,172,165)
#BCB4AE
(188,180,174)
#C3BCB7
(195,188,183)
#CAC4C0
(202,196,192)
#D1CCC9
(209,204,201)
#D8D4D2
(216,212,210)
#DFDCDB
(223,220,219)
#E6E4E4
(230,228,228)
#EDECED
(237,236,237)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA49C color. Also use rgb(174,164,156) instead hex code.

Text Font Color

.myTextColor { color: #AEA49C; }

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

This text font color is #AEA49C.

Background Color

.myBgColor { background-color: #AEA49C; }

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

This div background color is #AEA49C.

Border color

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

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

This div border color is #AEA49C.

Opacity

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

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

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

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

This text has shadow with #AEA49C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA49C.

Preview

Color preview on black background

This text has color #AEA49C on black background.


Color preview on white background

This text has color #AEA49C on white background.


Black color preview on #AEA49C background

This text has black color on #AEA49C background.


White color preview on #AEA49C background

This text has white color on #AEA49C background.


Related colors

Complementary color

Complementary color for #hex is #515B63.


I love getcolorcode.com

Triadic colors

1 #9CAEA4 and #A49CAE with #AEA49C are triadic colors.

2 #9CA4AE and #A4AE9C with #AEA49C are triadic colors.