COLOR #AEA28D

HEX: #AEA28D RGB: (174,162,141)

Color info

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

RGB color model

#AEA28D color RGB value is (174,162,141).

RGB: (174,162,141) (68%, 64%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 162 of 255 = 64%
B 141 of 255 = 55%

174
162
141

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

Portions of RGB colors in percentages

R + G + B = 174 + 162 + 141 = 477 (100%)
R 174 of 477 ~ 36.48%
G 162 of 477 ~ 33.96%
B 141 of 477 ~ 29.56'%

%36.48
%33.96
%29.56

CMYK color model

#AEA28D color CMYK value is (0,7,19,32).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK: (0,7,19,32) C0M7Y19K32 (0%,7%,19%,32%) (0.00/0.07/0.19/0.32) 

CMYK percentages

%0
%6.9
%18.97
%31.76

Codes

Color #AEA28D in popluar color models

AE A2 8D
RGB 174 162 141
HSL 38° 16.92% 61.76%
HSB/HSV 38° 18.97% 68.24%
CMYK 0.00% 6.90% 18.97%
31.76%

Color #AEA28D in popluar number systems.

HEX AE A2 8D
Decimal 174 162 141
Binary 10101110 10100010 10001101
Octal 256 242 215

Shades and tints

Shades of #AEA28D

#AEA28D
(174,162,141)
#9F9481
(159,148,129)
#908675
(144,134,117)
#817869
(129,120,105)
#726A5D
(114,106,93)
#635C51
(99,92,81)
#544E45
(84,78,69)
#454039
(69,64,57)
#36322D
(54,50,45)
#272421
(39,36,33)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #AEA28D

#AEA28D
(174,162,141)
#B5AA97
(181,170,151)
#BCB2A1
(188,178,161)
#C3BAAB
(195,186,171)
#CAC2B5
(202,194,181)
#D1CABF
(209,202,191)
#D8D2C9
(216,210,201)
#DFDAD3
(223,218,211)
#E6E2DD
(230,226,221)
#EDEAE7
(237,234,231)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA28D; }

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

This text font color is #AEA28D.

Background Color

.myBgColor { background-color: #AEA28D; }

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

This div background color is #AEA28D.

Border color

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

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

This div border color is #AEA28D.

Opacity

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

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

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

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

This text has shadow with #AEA28D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA28D.

Preview

Color preview on black background

This text has color #AEA28D on black background.


Color preview on white background

This text has color #AEA28D on white background.


Black color preview on #AEA28D background

This text has black color on #AEA28D background.


White color preview on #AEA28D background

This text has white color on #AEA28D background.


Related colors

Complementary color

Complementary color for #hex is #515D72.


I love getcolorcode.com

Triadic colors

1 #8DAEA2 and #A28DAE with #AEA28D are triadic colors.

2 #8DA2AE and #A2AE8D with #AEA28D are triadic colors.