COLOR #AEAE92

HEX: #AEAE92
RGB: (174,174,146)

Color info

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

RGB color model

#AEAE92 color RGB value is (174,174,146).

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

RGB channels and saturation

R 174 of 255 = 68%
G 174 of 255 = 68%
B 146 of 255 = 57%

174
174
146

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

Portions of RGB colors in percentages

R + G + B =
174 + 174 + 146 = 494 (100%)
R 174 of 494 ~ 35.22%
G 174 of 494 ~ 35.22%
B 146 of 494 ~ 29.55%

%35.22
%35.22
%29.55

CMYK color model

#AEAE92 color CMYK value is (0,0,16,32).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 16.09%
  • key color value is 31.76%
CMYK:
(0,0,16,32)
C0M0Y16K32 
(0%,0%,16%,32%)
(0.00/0.00/0.16/0.32)	

CMYK percentages

%0
%0
%16.09
%31.76

Codes

Color #AEAE92 in popluar color models

AEAE92
RGB174174146
HSL60°14.74%62.75%
HSB/HSV60°16.09%68.24%
CMYK0.00%0.00%16.09%
31.76%

Color #AEAE92 in popluar number systems.

HEXAEAE92
Decimal174174146
Binary101011101010111010010010
Octal256256222

Shades and tints

Shades of #AEAE92

#AEAE92
(174,174,146)
#9F9F85
(159,159,133)
#909078
(144,144,120)
#81816B
(129,129,107)
#72725E
(114,114,94)
#636351
(99,99,81)
#545444
(84,84,68)
#454537
(69,69,55)
#36362A
(54,54,42)
#27271D
(39,39,29)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #AEAE92

#AEAE92
(174,174,146)
#B5B59B
(181,181,155)
#BCBCA4
(188,188,164)
#C3C3AD
(195,195,173)
#CACAB6
(202,202,182)
#D1D1BF
(209,209,191)
#D8D8C8
(216,216,200)
#DFDFD1
(223,223,209)
#E6E6DA
(230,230,218)
#EDEDE3
(237,237,227)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAE92; }

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

This text font color is #AEAE92.


Background Color

.myBgColor { background-color: #AEAE92; }

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

This div background color is #AEAE92.


Border color

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

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

This div border color is #AEAE92.


Opacity

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

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

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

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

This text has shadow with #AEAE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAE92 on black background.


Color preview on white background

This text has color #AEAE92 on white background.



Black color preview on #AEAE92 background

This text has black color on #AEAE92 background.


White color preview on #AEAE92 background

This text has white color on #AEAE92 background.