COLOR #AEA37F

HEX: #AEA37F
RGB: (174,163,127)

Color info

#AEA37F contains red, green and blue colors in about the same proportion. Web safe color of #AEA37F is #999966 (or #996).

RGB color model

#AEA37F color RGB value is (174,163,127).

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

RGB channels and saturation

R 174 of 255 = 68%
G 163 of 255 = 64%
B 127 of 255 = 50%

174
163
127

R + G + B ~ 61%. #AEA37F is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 163 + 127 = 464 (100%)
R 174 of 464 ~ 37.5%
G 163 of 464 ~ 35.13%
B 127 of 464 ~ 27.37%

%37.5
%35.13
%27.37

CMYK color model

#AEA37F color CMYK value is (0,6,27,32).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 27.01%
  • key color value is 31.76%
CMYK:
(0,6,27,32)
C0M6Y27K32 
(0%,6%,27%,32%)
(0.00/0.06/0.27/0.32)	

CMYK percentages

%0
%6.32
%27.01
%31.76

Codes

Color #AEA37F in popluar color models

AEA37F
RGB174163127
HSL46°22.49%59.02%
HSB/HSV46°27.01%68.24%
CMYK0.00%6.32%27.01%
31.76%

Color #AEA37F in popluar number systems.

HEXAEA37F
Decimal174163127
Binary10101110101000111111111
Octal256243177

Shades and tints

Shades of #AEA37F

#AEA37F
(174,163,127)
#9F9574
(159,149,116)
#908769
(144,135,105)
#81795E
(129,121,94)
#726B53
(114,107,83)
#635D48
(99,93,72)
#544F3D
(84,79,61)
#454132
(69,65,50)
#363327
(54,51,39)
#27251C
(39,37,28)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #AEA37F

#AEA37F
(174,163,127)
#B5AB8A
(181,171,138)
#BCB395
(188,179,149)
#C3BBA0
(195,187,160)
#CAC3AB
(202,195,171)
#D1CBB6
(209,203,182)
#D8D3C1
(216,211,193)
#DFDBCC
(223,219,204)
#E6E3D7
(230,227,215)
#EDEBE2
(237,235,226)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA37F; }

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

This text font color is #AEA37F.


Background Color

.myBgColor { background-color: #AEA37F; }

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

This div background color is #AEA37F.


Border color

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

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

This div border color is #AEA37F.


Opacity

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

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

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

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

This text has shadow with #AEA37F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA37F on black background.


Color preview on white background

This text has color #AEA37F on white background.



Black color preview on #AEA37F background

This text has black color on #AEA37F background.


White color preview on #AEA37F background

This text has white color on #AEA37F background.