COLOR #AEAE86

HEX: #AEAE86
RGB: (174,174,134)

Color info

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

RGB color model

#AEAE86 color RGB value is (174,174,134).

  • red value is 174;
  • green value is 174;
  • blue value is 134.
RGB:
(174,174,134)
(68%,68%,53%)

RGB channels and saturation

R 174 of 255 = 68%
G 174 of 255 = 68%
B 134 of 255 = 53%

174
174
134

R + G + B ~ 63%. #AEAE86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 174 + 134 = 482 (100%)
R 174 of 482 ~ 36.1%
G 174 of 482 ~ 36.1%
B 134 of 482 ~ 27.8%

%36.1
%36.1
%27.8

CMYK color model

#AEAE86 color CMYK value is (0,0,23,32).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 22.99%
  • key color value is 31.76%
CMYK:
(0,0,23,32)
C0M0Y23K32 
(0%,0%,23%,32%)
(0.00/0.00/0.23/0.32)	

CMYK percentages

%0
%0
%22.99
%31.76

Codes

Color #AEAE86 in popluar color models

AEAE86
RGB174174134
HSL60°19.80%60.39%
HSB/HSV60°22.99%68.24%
CMYK0.00%0.00%22.99%
31.76%

Color #AEAE86 in popluar number systems.

HEXAEAE86
Decimal174174134
Binary101011101010111010000110
Octal256256206

Shades and tints

Shades of #AEAE86

#AEAE86
(174,174,134)
#9F9F7A
(159,159,122)
#90906E
(144,144,110)
#818162
(129,129,98)
#727256
(114,114,86)
#63634A
(99,99,74)
#54543E
(84,84,62)
#454532
(69,69,50)
#363626
(54,54,38)
#27271A
(39,39,26)
#18180E
(24,24,14)
#000000
(0,0,0)

Tints of #AEAE86

#AEAE86
(174,174,134)
#B5B591
(181,181,145)
#BCBC9C
(188,188,156)
#C3C3A7
(195,195,167)
#CACAB2
(202,202,178)
#D1D1BD
(209,209,189)
#D8D8C8
(216,216,200)
#DFDFD3
(223,223,211)
#E6E6DE
(230,230,222)
#EDEDE9
(237,237,233)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAE86; }

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

This text font color is #AEAE86.


Background Color

.myBgColor { background-color: #AEAE86; }

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

This div background color is #AEAE86.


Border color

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

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

This div border color is #AEAE86.


Opacity

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

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

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

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

This text has shadow with #AEAE86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAE86 on black background.


Color preview on white background

This text has color #AEAE86 on white background.



Black color preview on #AEAE86 background

This text has black color on #AEAE86 background.


White color preview on #AEAE86 background

This text has white color on #AEAE86 background.