COLOR #AEAEA5

HEX: #AEAEA5 RGB: (174,174,165)

Color info

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

RGB color model

#AEAEA5 color RGB value is (174,174,165).

RGB: (174,174,165) (68%, 68%, 65%)

RGB channels and saturation

R 174 of 255 = 68%
G 174 of 255 = 68%
B 165 of 255 = 65%

174
174
165

R + G + B ~ 67%. #AEAEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 174 + 165 = 513 (100%)
R 174 of 513 ~ 33.92%
G 174 of 513 ~ 33.92%
B 165 of 513 ~ 32.16'%

%33.92
%33.92
%32.16

CMYK color model

#AEAEA5 color CMYK value is (0,0,5,32).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 31.76%
CMYK: (0,0,5,32) C0M0Y5K32 (0%,0%,5%,32%) (0.00/0.00/0.05/0.32) 

CMYK percentages

%0
%0
%5.17
%31.76

Codes

Color #AEAEA5 in popluar color models

AE AE A5
RGB 174 174 165
HSL 60° 5.26% 66.47%
HSB/HSV 60° 5.17% 68.24%
CMYK 0.00% 0.00% 5.17%
31.76%

Color #AEAEA5 in popluar number systems.

HEX AE AE A5
Decimal 174 174 165
Binary 10101110 10101110 10100101
Octal 256 256 245

Shades and tints

Shades of #AEAEA5

#AEAEA5
(174,174,165)
#9F9F96
(159,159,150)
#909087
(144,144,135)
#818178
(129,129,120)
#727269
(114,114,105)
#63635A
(99,99,90)
#54544B
(84,84,75)
#45453C
(69,69,60)
#36362D
(54,54,45)
#27271E
(39,39,30)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #AEAEA5

#AEAEA5
(174,174,165)
#B5B5AD
(181,181,173)
#BCBCB5
(188,188,181)
#C3C3BD
(195,195,189)
#CACAC5
(202,202,197)
#D1D1CD
(209,209,205)
#D8D8D5
(216,216,213)
#DFDFDD
(223,223,221)
#E6E6E5
(230,230,229)
#EDEDED
(237,237,237)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEA5; }

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

This text font color is #AEAEA5.

Background Color

.myBgColor { background-color: #AEAEA5; }

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

This div background color is #AEAEA5.

Border color

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

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

This div border color is #AEAEA5.

Opacity

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

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

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

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

This text has shadow with #AEAEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAEA5.

Preview

Color preview on black background

This text has color #AEAEA5 on black background.


Color preview on white background

This text has color #AEAEA5 on white background.


Black color preview on #AEAEA5 background

This text has black color on #AEAEA5 background.


White color preview on #AEAEA5 background

This text has white color on #AEAEA5 background.


Related colors

Complementary color

Complementary color for #hex is #51515A.


I love getcolorcode.com