COLOR #AEA38C

HEX: #AEA38C
RGB: (174,163,140)

Color info

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

RGB color model

#AEA38C color RGB value is (174,163,140).

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

RGB channels and saturation

R 174 of 255 = 68%
G 163 of 255 = 64%
B 140 of 255 = 55%

174
163
140

R + G + B ~ 62%. #AEA38C is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 163 + 140 = 477 (100%)
R 174 of 477 ~ 36.48%
G 163 of 477 ~ 34.17%
B 140 of 477 ~ 29.35%

%36.48
%34.17
%29.35

CMYK color model

#AEA38C color CMYK value is (0,6,20,32).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 19.54%
  • key color value is 31.76%
CMYK:
(0,6,20,32)
C0M6Y20K32 
(0%,6%,20%,32%)
(0.00/0.06/0.20/0.32)	

CMYK percentages

%0
%6.32
%19.54
%31.76

Codes

Color #AEA38C in popluar color models

AEA38C
RGB174163140
HSL41°17.35%61.57%
HSB/HSV41°19.54%68.24%
CMYK0.00%6.32%19.54%
31.76%

Color #AEA38C in popluar number systems.

HEXAEA38C
Decimal174163140
Binary101011101010001110001100
Octal256243214

Shades and tints

Shades of #AEA38C

#AEA38C
(174,163,140)
#9F9580
(159,149,128)
#908774
(144,135,116)
#817968
(129,121,104)
#726B5C
(114,107,92)
#635D50
(99,93,80)
#544F44
(84,79,68)
#454138
(69,65,56)
#36332C
(54,51,44)
#272520
(39,37,32)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #AEA38C

#AEA38C
(174,163,140)
#B5AB96
(181,171,150)
#BCB3A0
(188,179,160)
#C3BBAA
(195,187,170)
#CAC3B4
(202,195,180)
#D1CBBE
(209,203,190)
#D8D3C8
(216,211,200)
#DFDBD2
(223,219,210)
#E6E3DC
(230,227,220)
#EDEBE6
(237,235,230)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA38C; }

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

This text font color is #AEA38C.


Background Color

.myBgColor { background-color: #AEA38C; }

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

This div background color is #AEA38C.


Border color

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

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

This div border color is #AEA38C.


Opacity

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

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

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

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

This text has shadow with #AEA38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA38C on black background.


Color preview on white background

This text has color #AEA38C on white background.



Black color preview on #AEA38C background

This text has black color on #AEA38C background.


White color preview on #AEA38C background

This text has white color on #AEA38C background.