COLOR #AEA69E

HEX: #AEA69E
RGB: (174,166,158)

Color info

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

RGB color model

#AEA69E color RGB value is (174,166,158).

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

RGB channels and saturation

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

174
166
158

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

Portions of RGB colors in percentages

R + G + B =
174 + 166 + 158 = 498 (100%)
R 174 of 498 ~ 34.94%
G 166 of 498 ~ 33.33%
B 158 of 498 ~ 31.73%

%34.94
%33.33
%31.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.60%
  • 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
%4.6
%9.2
%31.76

Codes

Color #AEA69E in popluar color models

AEA69E
RGB174166158
HSL30°8.99%65.10%
HSB/HSV30°9.20%68.24%
CMYK0.00%4.60%9.20%
31.76%

Color #AEA69E in popluar number systems.

HEXAEA69E
Decimal174166158
Binary101011101010011010011110
Octal256246236

Shades and tints

Shades of #AEA69E

#AEA69E
(174,166,158)
#9F9790
(159,151,144)
#908882
(144,136,130)
#817974
(129,121,116)
#726A66
(114,106,102)
#635B58
(99,91,88)
#544C4A
(84,76,74)
#453D3C
(69,61,60)
#362E2E
(54,46,46)
#271F20
(39,31,32)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #AEA69E

#AEA69E
(174,166,158)
#B5AEA6
(181,174,166)
#BCB6AE
(188,182,174)
#C3BEB6
(195,190,182)
#CAC6BE
(202,198,190)
#D1CEC6
(209,206,198)
#D8D6CE
(216,214,206)
#DFDED6
(223,222,214)
#E6E6DE
(230,230,222)
#EDEEE6
(237,238,230)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA69E; }

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

This text font color is #AEA69E.


Background Color

.myBgColor { background-color: #AEA69E; }

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

This div background color is #AEA69E.


Border color

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

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

This div border color is #AEA69E.


Opacity

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

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

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

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

This text has shadow with #AEA69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA69E on black background.


Color preview on white background

This text has color #AEA69E on white background.



Black color preview on #AEA69E background

This text has black color on #AEA69E background.


White color preview on #AEA69E background

This text has white color on #AEA69E background.