COLOR #AEAC96

HEX: #AEAC96
RGB: (174,172,150)

Color info

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

RGB color model

#AEAC96 color RGB value is (174,172,150).

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

RGB channels and saturation

R 174 of 255 = 68%
G 172 of 255 = 67%
B 150 of 255 = 59%

174
172
150

R + G + B ~ 65%. #AEAC96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 172 + 150 = 496 (100%)
R 174 of 496 ~ 35.08%
G 172 of 496 ~ 34.68%
B 150 of 496 ~ 30.24%

%35.08
%34.68
%30.24

CMYK color model

#AEAC96 color CMYK value is (0,1,14,32).

  • cyan value is 0.00%
  • magenta value is 1.15%
  • yellow value is 13.79%
  • key color value is 31.76%
CMYK:
(0,1,14,32)
C0M1Y14K32 
(0%,1%,14%,32%)
(0.00/0.01/0.14/0.32)	

CMYK percentages

%0
%1.15
%13.79
%31.76

Codes

Color #AEAC96 in popluar color models

AEAC96
RGB174172150
HSL55°12.90%63.53%
HSB/HSV55°13.79%68.24%
CMYK0.00%1.15%13.79%
31.76%

Color #AEAC96 in popluar number systems.

HEXAEAC96
Decimal174172150
Binary101011101010110010010110
Octal256254226

Shades and tints

Shades of #AEAC96

#AEAC96
(174,172,150)
#9F9D89
(159,157,137)
#908E7C
(144,142,124)
#817F6F
(129,127,111)
#727062
(114,112,98)
#636155
(99,97,85)
#545248
(84,82,72)
#45433B
(69,67,59)
#36342E
(54,52,46)
#272521
(39,37,33)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #AEAC96

#AEAC96
(174,172,150)
#B5B39F
(181,179,159)
#BCBAA8
(188,186,168)
#C3C1B1
(195,193,177)
#CAC8BA
(202,200,186)
#D1CFC3
(209,207,195)
#D8D6CC
(216,214,204)
#DFDDD5
(223,221,213)
#E6E4DE
(230,228,222)
#EDEBE7
(237,235,231)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAC96; }

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

This text font color is #AEAC96.


Background Color

.myBgColor { background-color: #AEAC96; }

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

This div background color is #AEAC96.


Border color

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

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

This div border color is #AEAC96.


Opacity

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

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

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

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

This text has shadow with #AEAC96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAC96 on black background.


Color preview on white background

This text has color #AEAC96 on white background.



Black color preview on #AEAC96 background

This text has black color on #AEAC96 background.


White color preview on #AEAC96 background

This text has white color on #AEAC96 background.