COLOR #AEAE76

HEX: #AEAE76 RGB: (174,174,118)

Color info

#AEAE76 contains red, green and blue colors in about the same proportion. Web safe color of #AEAE76 is #999966 (or #996).

RGB color model

#AEAE76 color RGB value is (174,174,118).

RGB: (174,174,118) (68%, 68%, 46%)

RGB channels and saturation

R 174 of 255 = 68%
G 174 of 255 = 68%
B 118 of 255 = 46%

174
174
118

R + G + B ~ 61%. #AEAE76 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 174 + 118 = 466 (100%)
R 174 of 466 ~ 37.34%
G 174 of 466 ~ 37.34%
B 118 of 466 ~ 25.32'%

%37.34
%37.34
%25.32

CMYK color model

#AEAE76 color CMYK value is (0,0,32,32).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 32.18%
  • key color value is 31.76%
CMYK: (0,0,32,32) C0M0Y32K32 (0%,0%,32%,32%) (0.00/0.00/0.32/0.32) 

CMYK percentages

%0
%0
%32.18
%31.76

Codes

Color #AEAE76 in popluar color models

AE AE 76
RGB 174 174 118
HSL 60° 25.69% 57.25%
HSB/HSV 60° 32.18% 68.24%
CMYK 0.00% 0.00% 32.18%
31.76%

Color #AEAE76 in popluar number systems.

HEX AE AE 76
Decimal 174 174 118
Binary 10101110 10101110 1110110
Octal 256 256 166

Shades and tints

Shades of #AEAE76

#AEAE76
(174,174,118)
#9F9F6C
(159,159,108)
#909062
(144,144,98)
#818158
(129,129,88)
#72724E
(114,114,78)
#636344
(99,99,68)
#54543A
(84,84,58)
#454530
(69,69,48)
#363626
(54,54,38)
#27271C
(39,39,28)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #AEAE76

#AEAE76
(174,174,118)
#B5B582
(181,181,130)
#BCBC8E
(188,188,142)
#C3C39A
(195,195,154)
#CACAA6
(202,202,166)
#D1D1B2
(209,209,178)
#D8D8BE
(216,216,190)
#DFDFCA
(223,223,202)
#E6E6D6
(230,230,214)
#EDEDE2
(237,237,226)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAE76; }

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

This text font color is #AEAE76.

Background Color

.myBgColor { background-color: #AEAE76; }

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

This div background color is #AEAE76.

Border color

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

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

This div border color is #AEAE76.

Opacity

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

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

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

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

This text has shadow with #AEAE76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAE76.

Preview

Color preview on black background

This text has color #AEAE76 on black background.


Color preview on white background

This text has color #AEAE76 on white background.


Black color preview on #AEAE76 background

This text has black color on #AEAE76 background.


White color preview on #AEAE76 background

This text has white color on #AEAE76 background.


Related colors

Complementary color

Complementary color for #hex is #515189.


I love getcolorcode.com