COLOR #AEA464

HEX: #AEA464
RGB: (174,164,100)

Color info

#AEA464 contains mainly red and green colors. Web safe color of #AEA464 is #999966 (or #996).

RGB color model

#AEA464 color RGB value is (174,164,100).

  • red value is 174;
  • green value is 164;
  • blue value is 100.
RGB:
(174,164,100)
(68%,64%,39%)

RGB channels and saturation

R 174 of 255 = 68%
G 164 of 255 = 64%
B 100 of 255 = 39%

174
164
100

R + G + B ~ 57%. #AEA464 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 164 + 100 = 438 (100%)
R 174 of 438 ~ 39.73%
G 164 of 438 ~ 37.44%
B 100 of 438 ~ 22.83%

%39.73
%37.44
%22.83

CMYK color model

#AEA464 color CMYK value is (0,6,43,32).

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 42.53%
  • key color value is 31.76%
CMYK:
(0,6,43,32)
C0M6Y43K32 
(0%,6%,43%,32%)
(0.00/0.06/0.43/0.32)	

CMYK percentages

%0
%5.75
%42.53
%31.76

Codes

Color #AEA464 in popluar color models

AEA464
RGB174164100
HSL52°31.36%53.73%
HSB/HSV52°42.53%68.24%
CMYK0.00%5.75%42.53%
31.76%

Color #AEA464 in popluar number systems.

HEXAEA464
Decimal174164100
Binary10101110101001001100100
Octal256244144

Shades and tints

Shades of #AEA464

#AEA464
(174,164,100)
#9F965B
(159,150,91)
#908852
(144,136,82)
#817A49
(129,122,73)
#726C40
(114,108,64)
#635E37
(99,94,55)
#54502E
(84,80,46)
#454225
(69,66,37)
#36341C
(54,52,28)
#272613
(39,38,19)
#18180A
(24,24,10)
#000000
(0,0,0)

Tints of #AEA464

#AEA464
(174,164,100)
#B5AC72
(181,172,114)
#BCB480
(188,180,128)
#C3BC8E
(195,188,142)
#CAC49C
(202,196,156)
#D1CCAA
(209,204,170)
#D8D4B8
(216,212,184)
#DFDCC6
(223,220,198)
#E6E4D4
(230,228,212)
#EDECE2
(237,236,226)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA464 color. Also use rgb(174,164,100) instead hex code.

Text Font Color

.myTextColor { color: #AEA464; }

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

This text font color is #AEA464.


Background Color

.myBgColor { background-color: #AEA464; }

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

This div background color is #AEA464.


Border color

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

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

This div border color is #AEA464.


Opacity

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

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

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

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

This text has shadow with #AEA464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA464 on black background.


Color preview on white background

This text has color #AEA464 on white background.



Black color preview on #AEA464 background

This text has black color on #AEA464 background.


White color preview on #AEA464 background

This text has white color on #AEA464 background.