COLOR #AEA28A

HEX: #AEA28A RGB: (174,162,138)

Color info

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

RGB color model

#AEA28A color RGB value is (174,162,138).

RGB: (174,162,138) (68%, 64%, 54%)

RGB channels and saturation

R 174 of 255 = 68%
G 162 of 255 = 64%
B 138 of 255 = 54%

174
162
138

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

Portions of RGB colors in percentages

R + G + B = 174 + 162 + 138 = 474 (100%)
R 174 of 474 ~ 36.71%
G 162 of 474 ~ 34.18%
B 138 of 474 ~ 29.11'%

%36.71
%34.18
%29.11

CMYK color model

#AEA28A color CMYK value is (0,7,21,32).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 20.69%
  • key color value is 31.76%

CMYK: (0,7,21,32)
C0M7Y21K32 (0%, 7%, 21%, 32%)
(0.00 / 0.07 / 0.21 / 0.32)

CMYK percentages

%0
%6.9
%20.69
%31.76

Codes

Color #AEA28A in popluar color models

AE A2 8A
RGB 174 162 138
HSL 40° 18.18% 61.18%
HSB/HSV 40° 20.69% 68.24%
CMYK 0.00% 6.90% 20.69%
31.76%

Color #AEA28A in popluar number systems.

HEX AE A2 8A
Decimal 174 162 138
Binary 10101110 10100010 10001010
Octal 256 242 212

Shades and tints

Shades of #AEA28A

#AEA28A
(174,162,138)
#9F947E
(159,148,126)
#908672
(144,134,114)
#817866
(129,120,102)
#726A5A
(114,106,90)
#635C4E
(99,92,78)
#544E42
(84,78,66)
#454036
(69,64,54)
#36322A
(54,50,42)
#27241E
(39,36,30)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #AEA28A

#AEA28A
(174,162,138)
#B5AA94
(181,170,148)
#BCB29E
(188,178,158)
#C3BAA8
(195,186,168)
#CAC2B2
(202,194,178)
#D1CABC
(209,202,188)
#D8D2C6
(216,210,198)
#DFDAD0
(223,218,208)
#E6E2DA
(230,226,218)
#EDEAE4
(237,234,228)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA28A color. Also use rgb(174,162,138) instead hex code.

Text Font Color

.myTextColor { color: #AEA28A; }

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

This text font color is #AEA28A.

Background Color

.myBgColor { background-color: #AEA28A; }

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

This div background color is #AEA28A.

Border color

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

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

This div border color is #AEA28A.

Opacity

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

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

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

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

This text has shadow with #AEA28A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA28A.

Preview

Color preview on black background

This text has color #AEA28A on black background.


Color preview on white background

This text has color #AEA28A on white background.


Black color preview on #AEA28A background

This text has black color on #AEA28A background.


White color preview on #AEA28A background

This text has white color on #AEA28A background.


Related colors

Complementary color

Complementary color for #hex is #515D75.


I love getcolorcode.com

Triadic colors

1 #8AAEA2 and #A28AAE with #AEA28A are triadic colors.

2 #8AA2AE and #A2AE8A with #AEA28A are triadic colors.