COLOR #AEA39C

HEX: #AEA39C
RGB: (174,163,156)

Color info

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

RGB color model

#AEA39C color RGB value is (174,163,156).

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

RGB channels and saturation

R 174 of 255 = 68%
G 163 of 255 = 64%
B 156 of 255 = 61%

174
163
156

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

Portions of RGB colors in percentages

R + G + B =
174 + 163 + 156 = 493 (100%)
R 174 of 493 ~ 35.29%
G 163 of 493 ~ 33.06%
B 156 of 493 ~ 31.64%

%35.29
%33.06
%31.64

CMYK color model

#AEA39C color CMYK value is (0,6,10,32).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 10.34%
  • key color value is 31.76%
CMYK:
(0,6,10,32)
C0M6Y10K32 
(0%,6%,10%,32%)
(0.00/0.06/0.10/0.32)	

CMYK percentages

%0
%6.32
%10.34
%31.76

Codes

Color #AEA39C in popluar color models

AEA39C
RGB174163156
HSL23°10.00%64.71%
HSB/HSV23°10.34%68.24%
CMYK0.00%6.32%10.34%
31.76%

Color #AEA39C in popluar number systems.

HEXAEA39C
Decimal174163156
Binary101011101010001110011100
Octal256243234

Shades and tints

Shades of #AEA39C

#AEA39C
(174,163,156)
#9F958E
(159,149,142)
#908780
(144,135,128)
#817972
(129,121,114)
#726B64
(114,107,100)
#635D56
(99,93,86)
#544F48
(84,79,72)
#45413A
(69,65,58)
#36332C
(54,51,44)
#27251E
(39,37,30)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #AEA39C

#AEA39C
(174,163,156)
#B5ABA5
(181,171,165)
#BCB3AE
(188,179,174)
#C3BBB7
(195,187,183)
#CAC3C0
(202,195,192)
#D1CBC9
(209,203,201)
#D8D3D2
(216,211,210)
#DFDBDB
(223,219,219)
#E6E3E4
(230,227,228)
#EDEBED
(237,235,237)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA39C; }

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

This text font color is #AEA39C.


Background Color

.myBgColor { background-color: #AEA39C; }

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

This div background color is #AEA39C.


Border color

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

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

This div border color is #AEA39C.


Opacity

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

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

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

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

This text has shadow with #AEA39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA39C on black background.


Color preview on white background

This text has color #AEA39C on white background.



Black color preview on #AEA39C background

This text has black color on #AEA39C background.


White color preview on #AEA39C background

This text has white color on #AEA39C background.