COLOR #AEA48E

HEX: #AEA48E RGB: (174,164,142)

Color info

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

RGB color model

#AEA48E color RGB value is (174,164,142).

RGB: (174,164,142) (68%, 64%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 164 of 255 = 64%
B 142 of 255 = 56%

174
164
142

R + G + B ~ 63%. #AEA48E is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 164 + 142 = 480 (100%)
R 174 of 480 ~ 36.25%
G 164 of 480 ~ 34.17%
B 142 of 480 ~ 29.58'%

%36.25
%34.17
%29.58

CMYK color model

#AEA48E color CMYK value is (0,6,18,32).

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

CMYK: (0,6,18,32)
C0M6Y18K32 (0%, 6%, 18%, 32%)
(0.00 / 0.06 / 0.18 / 0.32)

CMYK percentages

%0
%5.75
%18.39
%31.76

Codes

Color #AEA48E in popluar color models

AE A4 8E
RGB 174 164 142
HSL 41° 16.49% 61.96%
HSB/HSV 41° 18.39% 68.24%
CMYK 0.00% 5.75% 18.39%
31.76%

Color #AEA48E in popluar number systems.

HEX AE A4 8E
Decimal 174 164 142
Binary 10101110 10100100 10001110
Octal 256 244 216

Shades and tints

Shades of #AEA48E

#AEA48E
(174,164,142)
#9F9682
(159,150,130)
#908876
(144,136,118)
#817A6A
(129,122,106)
#726C5E
(114,108,94)
#635E52
(99,94,82)
#545046
(84,80,70)
#45423A
(69,66,58)
#36342E
(54,52,46)
#272622
(39,38,34)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #AEA48E

#AEA48E
(174,164,142)
#B5AC98
(181,172,152)
#BCB4A2
(188,180,162)
#C3BCAC
(195,188,172)
#CAC4B6
(202,196,182)
#D1CCC0
(209,204,192)
#D8D4CA
(216,212,202)
#DFDCD4
(223,220,212)
#E6E4DE
(230,228,222)
#EDECE8
(237,236,232)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA48E; }

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

This text font color is #AEA48E.

Background Color

.myBgColor { background-color: #AEA48E; }

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

This div background color is #AEA48E.

Border color

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

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

This div border color is #AEA48E.

Opacity

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

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

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

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

This text has shadow with #AEA48E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA48E.

Preview

Color preview on black background

This text has color #AEA48E on black background.


Color preview on white background

This text has color #AEA48E on white background.


Black color preview on #AEA48E background

This text has black color on #AEA48E background.


White color preview on #AEA48E background

This text has white color on #AEA48E background.


Related colors

Complementary color

Complementary color for #hex is #515B71.


I love getcolorcode.com

Triadic colors

1 #8EAEA4 and #A48EAE with #AEA48E are triadic colors.

2 #8EA4AE and #A4AE8E with #AEA48E are triadic colors.