COLOR #AEAD8E

HEX: #AEAD8E
RGB: (174,173,142)

Color info

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

RGB color model

#AEAD8E color RGB value is (174,173,142).

  • red value is 174;
  • green value is 173;
  • blue value is 142.
RGB:
(174,173,142)
(68%,68%,56%)

RGB channels and saturation

R 174 of 255 = 68%
G 173 of 255 = 68%
B 142 of 255 = 56%

174
173
142

R + G + B ~ 64%. #AEAD8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 173 + 142 = 489 (100%)
R 174 of 489 ~ 35.58%
G 173 of 489 ~ 35.38%
B 142 of 489 ~ 29.04%

%35.58
%35.38
%29.04

CMYK color model

#AEAD8E color CMYK value is (0,1,18,32).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 18.39%
  • key color value is 31.76%
CMYK:
(0,1,18,32)
C0M1Y18K32 
(0%,1%,18%,32%)
(0.00/0.01/0.18/0.32)	

CMYK percentages

%0
%0.57
%18.39
%31.76

Codes

Color #AEAD8E in popluar color models

AEAD8E
RGB174173142
HSL58°16.49%61.96%
HSB/HSV58°18.39%68.24%
CMYK0.00%0.57%18.39%
31.76%

Color #AEAD8E in popluar number systems.

HEXAEAD8E
Decimal174173142
Binary101011101010110110001110
Octal256255216

Shades and tints

Shades of #AEAD8E

#AEAD8E
(174,173,142)
#9F9E82
(159,158,130)
#908F76
(144,143,118)
#81806A
(129,128,106)
#72715E
(114,113,94)
#636252
(99,98,82)
#545346
(84,83,70)
#45443A
(69,68,58)
#36352E
(54,53,46)
#272622
(39,38,34)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #AEAD8E

#AEAD8E
(174,173,142)
#B5B498
(181,180,152)
#BCBBA2
(188,187,162)
#C3C2AC
(195,194,172)
#CAC9B6
(202,201,182)
#D1D0C0
(209,208,192)
#D8D7CA
(216,215,202)
#DFDED4
(223,222,212)
#E6E5DE
(230,229,222)
#EDECE8
(237,236,232)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEAD8E color. Also use rgb(174,173,142) instead hex code.

Text Font Color

.myTextColor { color: #AEAD8E; }

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

This text font color is #AEAD8E.


Background Color

.myBgColor { background-color: #AEAD8E; }

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

This div background color is #AEAD8E.


Border color

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

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

This div border color is #AEAD8E.


Opacity

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

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

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

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

This text has shadow with #AEAD8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAD8E on black background.


Color preview on white background

This text has color #AEAD8E on white background.



Black color preview on #AEAD8E background

This text has black color on #AEAD8E background.


White color preview on #AEAD8E background

This text has white color on #AEAD8E background.