COLOR #AEA465

HEX: #AEA465
RGB: (174,164,101)

Color info

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

RGB color model

#AEA465 color RGB value is (174,164,101).

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

RGB channels and saturation

R 174 of 255 = 68%
G 164 of 255 = 64%
B 101 of 255 = 40%

174
164
101

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

Portions of RGB colors in percentages

R + G + B =
174 + 164 + 101 = 439 (100%)
R 174 of 439 ~ 39.64%
G 164 of 439 ~ 37.36%
B 101 of 439 ~ 23.01%

%39.64
%37.36
%23.01

CMYK color model

#AEA465 color CMYK value is (0,6,42,32).

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 41.95%
  • key color value is 31.76%
CMYK:
(0,6,42,32)
C0M6Y42K32 
(0%,6%,42%,32%)
(0.00/0.06/0.42/0.32)	

CMYK percentages

%0
%5.75
%41.95
%31.76

Codes

Color #AEA465 in popluar color models

AEA465
RGB174164101
HSL52°31.06%53.92%
HSB/HSV52°41.95%68.24%
CMYK0.00%5.75%41.95%
31.76%

Color #AEA465 in popluar number systems.

HEXAEA465
Decimal174164101
Binary10101110101001001100101
Octal256244145

Shades and tints

Shades of #AEA465

#AEA465
(174,164,101)
#9F965C
(159,150,92)
#908853
(144,136,83)
#817A4A
(129,122,74)
#726C41
(114,108,65)
#635E38
(99,94,56)
#54502F
(84,80,47)
#454226
(69,66,38)
#36341D
(54,52,29)
#272614
(39,38,20)
#18180B
(24,24,11)
#000000
(0,0,0)

Tints of #AEA465

#AEA465
(174,164,101)
#B5AC73
(181,172,115)
#BCB481
(188,180,129)
#C3BC8F
(195,188,143)
#CAC49D
(202,196,157)
#D1CCAB
(209,204,171)
#D8D4B9
(216,212,185)
#DFDCC7
(223,220,199)
#E6E4D5
(230,228,213)
#EDECE3
(237,236,227)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA465; }

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

This text font color is #AEA465.


Background Color

.myBgColor { background-color: #AEA465; }

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

This div background color is #AEA465.


Border color

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

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

This div border color is #AEA465.


Opacity

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

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

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

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

This text has shadow with #AEA465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA465 on black background.


Color preview on white background

This text has color #AEA465 on white background.



Black color preview on #AEA465 background

This text has black color on #AEA465 background.


White color preview on #AEA465 background

This text has white color on #AEA465 background.