COLOR #AEA496

HEX: #AEA496
RGB: (174,164,150)

Color info

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

RGB color model

#AEA496 color RGB value is (174,164,150).

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

RGB channels and saturation

R 174 of 255 = 68%
G 164 of 255 = 64%
B 150 of 255 = 59%

174
164
150

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

Portions of RGB colors in percentages

R + G + B =
174 + 164 + 150 = 488 (100%)
R 174 of 488 ~ 35.66%
G 164 of 488 ~ 33.61%
B 150 of 488 ~ 30.74%

%35.66
%33.61
%30.74

CMYK color model

#AEA496 color CMYK value is (0,6,14,32).

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 13.79%
  • key color value is 31.76%
CMYK:
(0,6,14,32)
C0M6Y14K32 
(0%,6%,14%,32%)
(0.00/0.06/0.14/0.32)	

CMYK percentages

%0
%5.75
%13.79
%31.76

Codes

Color #AEA496 in popluar color models

AEA496
RGB174164150
HSL35°12.90%63.53%
HSB/HSV35°13.79%68.24%
CMYK0.00%5.75%13.79%
31.76%

Color #AEA496 in popluar number systems.

HEXAEA496
Decimal174164150
Binary101011101010010010010110
Octal256244226

Shades and tints

Shades of #AEA496

#AEA496
(174,164,150)
#9F9689
(159,150,137)
#90887C
(144,136,124)
#817A6F
(129,122,111)
#726C62
(114,108,98)
#635E55
(99,94,85)
#545048
(84,80,72)
#45423B
(69,66,59)
#36342E
(54,52,46)
#272621
(39,38,33)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #AEA496

#AEA496
(174,164,150)
#B5AC9F
(181,172,159)
#BCB4A8
(188,180,168)
#C3BCB1
(195,188,177)
#CAC4BA
(202,196,186)
#D1CCC3
(209,204,195)
#D8D4CC
(216,212,204)
#DFDCD5
(223,220,213)
#E6E4DE
(230,228,222)
#EDECE7
(237,236,231)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA496; }

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

This text font color is #AEA496.


Background Color

.myBgColor { background-color: #AEA496; }

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

This div background color is #AEA496.


Border color

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

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

This div border color is #AEA496.


Opacity

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

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

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

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

This text has shadow with #AEA496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA496 on black background.


Color preview on white background

This text has color #AEA496 on white background.



Black color preview on #AEA496 background

This text has black color on #AEA496 background.


White color preview on #AEA496 background

This text has white color on #AEA496 background.