COLOR #AEA89C

HEX: #AEA89C
RGB: (174,168,156)

Color info

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

RGB color model

#AEA89C color RGB value is (174,168,156).

  • red value is 174;
  • green value is 168;
  • blue value is 156.
RGB:
(174,168,156)
(68%,66%,61%)

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 156 of 255 = 61%

174
168
156

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

Portions of RGB colors in percentages

R + G + B =
174 + 168 + 156 = 498 (100%)
R 174 of 498 ~ 34.94%
G 168 of 498 ~ 33.73%
B 156 of 498 ~ 31.33%

%34.94
%33.73
%31.33

CMYK color model

#AEA89C color CMYK value is (0,3,10,32).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 10.34%
  • key color value is 31.76%
CMYK:
(0,3,10,32)
C0M3Y10K32 
(0%,3%,10%,32%)
(0.00/0.03/0.10/0.32)	

CMYK percentages

%0
%3.45
%10.34
%31.76

Codes

Color #AEA89C in popluar color models

AEA89C
RGB174168156
HSL40°10.00%64.71%
HSB/HSV40°10.34%68.24%
CMYK0.00%3.45%10.34%
31.76%

Color #AEA89C in popluar number systems.

HEXAEA89C
Decimal174168156
Binary101011101010100010011100
Octal256250234

Shades and tints

Shades of #AEA89C

#AEA89C
(174,168,156)
#9F998E
(159,153,142)
#908A80
(144,138,128)
#817B72
(129,123,114)
#726C64
(114,108,100)
#635D56
(99,93,86)
#544E48
(84,78,72)
#453F3A
(69,63,58)
#36302C
(54,48,44)
#27211E
(39,33,30)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #AEA89C

#AEA89C
(174,168,156)
#B5AFA5
(181,175,165)
#BCB6AE
(188,182,174)
#C3BDB7
(195,189,183)
#CAC4C0
(202,196,192)
#D1CBC9
(209,203,201)
#D8D2D2
(216,210,210)
#DFD9DB
(223,217,219)
#E6E0E4
(230,224,228)
#EDE7ED
(237,231,237)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA89C color. Also use rgb(174,168,156) instead hex code.

Text Font Color

.myTextColor { color: #AEA89C; }

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

This text font color is #AEA89C.


Background Color

.myBgColor { background-color: #AEA89C; }

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

This div background color is #AEA89C.


Border color

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

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

This div border color is #AEA89C.


Opacity

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

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

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

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

This text has shadow with #AEA89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA89C on black background.


Color preview on white background

This text has color #AEA89C on white background.



Black color preview on #AEA89C background

This text has black color on #AEA89C background.


White color preview on #AEA89C background

This text has white color on #AEA89C background.