COLOR #AEA28B

HEX: #AEA28B
RGB: (174,162,139)

Color info

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

RGB color model

#AEA28B color RGB value is (174,162,139).

  • red value is 174;
  • green value is 162;
  • blue value is 139.
RGB:
(174,162,139)
(68%,64%,55%)

RGB channels and saturation

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

174
162
139

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

Portions of RGB colors in percentages

R + G + B =
174 + 162 + 139 = 475 (100%)
R 174 of 475 ~ 36.63%
G 162 of 475 ~ 34.11%
B 139 of 475 ~ 29.26%

%36.63
%34.11
%29.26

CMYK color model

#AEA28B color CMYK value is (0,7,20,32).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 20.11%
  • key color value is 31.76%
CMYK:
(0,7,20,32)
C0M7Y20K32 
(0%,7%,20%,32%)
(0.00/0.07/0.20/0.32)	

CMYK percentages

%0
%6.9
%20.11
%31.76

Codes

Color #AEA28B in popluar color models

AEA28B
RGB174162139
HSL39°17.77%61.37%
HSB/HSV39°20.11%68.24%
CMYK0.00%6.90%20.11%
31.76%

Color #AEA28B in popluar number systems.

HEXAEA28B
Decimal174162139
Binary101011101010001010001011
Octal256242213

Shades and tints

Shades of #AEA28B

#AEA28B
(174,162,139)
#9F947F
(159,148,127)
#908673
(144,134,115)
#817867
(129,120,103)
#726A5B
(114,106,91)
#635C4F
(99,92,79)
#544E43
(84,78,67)
#454037
(69,64,55)
#36322B
(54,50,43)
#27241F
(39,36,31)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #AEA28B

#AEA28B
(174,162,139)
#B5AA95
(181,170,149)
#BCB29F
(188,178,159)
#C3BAA9
(195,186,169)
#CAC2B3
(202,194,179)
#D1CABD
(209,202,189)
#D8D2C7
(216,210,199)
#DFDAD1
(223,218,209)
#E6E2DB
(230,226,219)
#EDEAE5
(237,234,229)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA28B; }

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

This text font color is #AEA28B.


Background Color

.myBgColor { background-color: #AEA28B; }

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

This div background color is #AEA28B.


Border color

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

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

This div border color is #AEA28B.


Opacity

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

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

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

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

This text has shadow with #AEA28B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA28B on black background.


Color preview on white background

This text has color #AEA28B on white background.



Black color preview on #AEA28B background

This text has black color on #AEA28B background.


White color preview on #AEA28B background

This text has white color on #AEA28B background.