COLOR #AEA59E

HEX: #AEA59E
RGB: (174,165,158)

Color info

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

RGB color model

#AEA59E color RGB value is (174,165,158).

  • red value is 174;
  • green value is 165;
  • blue value is 158.
RGB:
(174,165,158)
(68%,65%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 165 of 255 = 65%
B 158 of 255 = 62%

174
165
158

R + G + B ~ 65%. #AEA59E is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 165 + 158 = 497 (100%)
R 174 of 497 ~ 35.01%
G 165 of 497 ~ 33.2%
B 158 of 497 ~ 31.79%

%35.01
%33.2
%31.79

CMYK color model

#AEA59E color CMYK value is (0,5,9,32).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 9.20%
  • key color value is 31.76%
CMYK:
(0,5,9,32)
C0M5Y9K32 
(0%,5%,9%,32%)
(0.00/0.05/0.09/0.32)	

CMYK percentages

%0
%5.17
%9.2
%31.76

Codes

Color #AEA59E in popluar color models

AEA59E
RGB174165158
HSL26°8.99%65.10%
HSB/HSV26°9.20%68.24%
CMYK0.00%5.17%9.20%
31.76%

Color #AEA59E in popluar number systems.

HEXAEA59E
Decimal174165158
Binary101011101010010110011110
Octal256245236

Shades and tints

Shades of #AEA59E

#AEA59E
(174,165,158)
#9F9690
(159,150,144)
#908782
(144,135,130)
#817874
(129,120,116)
#726966
(114,105,102)
#635A58
(99,90,88)
#544B4A
(84,75,74)
#453C3C
(69,60,60)
#362D2E
(54,45,46)
#271E20
(39,30,32)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #AEA59E

#AEA59E
(174,165,158)
#B5ADA6
(181,173,166)
#BCB5AE
(188,181,174)
#C3BDB6
(195,189,182)
#CAC5BE
(202,197,190)
#D1CDC6
(209,205,198)
#D8D5CE
(216,213,206)
#DFDDD6
(223,221,214)
#E6E5DE
(230,229,222)
#EDEDE6
(237,237,230)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA59E color. Also use rgb(174,165,158) instead hex code.

Text Font Color

.myTextColor { color: #AEA59E; }

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

This text font color is #AEA59E.


Background Color

.myBgColor { background-color: #AEA59E; }

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

This div background color is #AEA59E.


Border color

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

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

This div border color is #AEA59E.


Opacity

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

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

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

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

This text has shadow with #AEA59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA59E on black background.


Color preview on white background

This text has color #AEA59E on white background.



Black color preview on #AEA59E background

This text has black color on #AEA59E background.


White color preview on #AEA59E background

This text has white color on #AEA59E background.