COLOR #AEAEA3

HEX: #AEAEA3 RGB: (174,174,163)

Color info

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

RGB color model

#AEAEA3 color RGB value is (174,174,163).

RGB: (174,174,163) (68%, 68%, 64%)

RGB channels and saturation

R 174 of 255 = 68%
G 174 of 255 = 68%
B 163 of 255 = 64%

174
174
163

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

Portions of RGB colors in percentages

R + G + B = 174 + 174 + 163 = 511 (100%)
R 174 of 511 ~ 34.05%
G 174 of 511 ~ 34.05%
B 163 of 511 ~ 31.9'%

%34.05
%34.05
%31.9

CMYK color model

#AEAEA3 color CMYK value is (0,0,6,32).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 31.76%
CMYK: (0,0,6,32) C0M0Y6K32 (0%,0%,6%,32%) (0.00/0.00/0.06/0.32) 

CMYK percentages

%0
%0
%6.32
%31.76

Codes

Color #AEAEA3 in popluar color models

AE AE A3
RGB 174 174 163
HSL 60° 6.36% 66.08%
HSB/HSV 60° 6.32% 68.24%
CMYK 0.00% 0.00% 6.32%
31.76%

Color #AEAEA3 in popluar number systems.

HEX AE AE A3
Decimal 174 174 163
Binary 10101110 10101110 10100011
Octal 256 256 243

Shades and tints

Shades of #AEAEA3

#AEAEA3
(174,174,163)
#9F9F95
(159,159,149)
#909087
(144,144,135)
#818179
(129,129,121)
#72726B
(114,114,107)
#63635D
(99,99,93)
#54544F
(84,84,79)
#454541
(69,69,65)
#363633
(54,54,51)
#272725
(39,39,37)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #AEAEA3

#AEAEA3
(174,174,163)
#B5B5AB
(181,181,171)
#BCBCB3
(188,188,179)
#C3C3BB
(195,195,187)
#CACAC3
(202,202,195)
#D1D1CB
(209,209,203)
#D8D8D3
(216,216,211)
#DFDFDB
(223,223,219)
#E6E6E3
(230,230,227)
#EDEDEB
(237,237,235)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEA3; }

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

This text font color is #AEAEA3.

Background Color

.myBgColor { background-color: #AEAEA3; }

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

This div background color is #AEAEA3.

Border color

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

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

This div border color is #AEAEA3.

Opacity

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

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

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

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

This text has shadow with #AEAEA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAEA3.

Preview

Color preview on black background

This text has color #AEAEA3 on black background.


Color preview on white background

This text has color #AEAEA3 on white background.


Black color preview on #AEAEA3 background

This text has black color on #AEAEA3 background.


White color preview on #AEAEA3 background

This text has white color on #AEAEA3 background.


Related colors

Complementary color

Complementary color for #hex is #51515C.


I love getcolorcode.com