COLOR #AEAEA9

HEX: #AEAEA9 RGB: (174,174,169)

Color info

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

RGB color model

#AEAEA9 color RGB value is (174,174,169).

RGB: (174,174,169) (68%, 68%, 66%)

RGB channels and saturation

R 174 of 255 = 68%
G 174 of 255 = 68%
B 169 of 255 = 66%

174
174
169

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

Portions of RGB colors in percentages

R + G + B = 174 + 174 + 169 = 517 (100%)
R 174 of 517 ~ 33.66%
G 174 of 517 ~ 33.66%
B 169 of 517 ~ 32.69'%

%33.66
%33.66
%32.69

CMYK color model

#AEAEA9 color CMYK value is (0,0,3,32).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 31.76%

CMYK: (0,0,3,32)
C0M0Y3K32 (0%, 0%, 3%, 32%)
(0.00 / 0.00 / 0.03 / 0.32)

CMYK percentages

%0
%0
%2.87
%31.76

Codes

Color #AEAEA9 in popluar color models

AE AE A9
RGB 174 174 169
HSL 60° 2.99% 67.25%
HSB/HSV 60° 2.87% 68.24%
CMYK 0.00% 0.00% 2.87%
31.76%

Color #AEAEA9 in popluar number systems.

HEX AE AE A9
Decimal 174 174 169
Binary 10101110 10101110 10101001
Octal 256 256 251

Shades and tints

Shades of #AEAEA9

#AEAEA9
(174,174,169)
#9F9F9A
(159,159,154)
#90908B
(144,144,139)
#81817C
(129,129,124)
#72726D
(114,114,109)
#63635E
(99,99,94)
#54544F
(84,84,79)
#454540
(69,69,64)
#363631
(54,54,49)
#272722
(39,39,34)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #AEAEA9

#AEAEA9
(174,174,169)
#B5B5B0
(181,181,176)
#BCBCB7
(188,188,183)
#C3C3BE
(195,195,190)
#CACAC5
(202,202,197)
#D1D1CC
(209,209,204)
#D8D8D3
(216,216,211)
#DFDFDA
(223,223,218)
#E6E6E1
(230,230,225)
#EDEDE8
(237,237,232)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEA9; }

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

This text font color is #AEAEA9.

Background Color

.myBgColor { background-color: #AEAEA9; }

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

This div background color is #AEAEA9.

Border color

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

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

This div border color is #AEAEA9.

Opacity

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

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

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

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

This text has shadow with #AEAEA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAEA9.

Preview

Color preview on black background

This text has color #AEAEA9 on black background.


Color preview on white background

This text has color #AEAEA9 on white background.


Black color preview on #AEAEA9 background

This text has black color on #AEAEA9 background.


White color preview on #AEAEA9 background

This text has white color on #AEAEA9 background.


Related colors

Complementary color

Complementary color for #hex is #515156.


I love getcolorcode.com