COLOR #AEA8AD

HEX: #AEA8AD RGB: (174,168,173)

Color info

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

RGB color model

#AEA8AD color RGB value is (174,168,173).

RGB: (174,168,173) (68%, 66%, 68%)

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 173 of 255 = 68%

174
168
173

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

Portions of RGB colors in percentages

R + G + B = 174 + 168 + 173 = 515 (100%)
R 174 of 515 ~ 33.79%
G 168 of 515 ~ 32.62%
B 173 of 515 ~ 33.59'%

%33.79
%32.62
%33.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 0.57%
  • key color value is 31.76%

CMYK: (0,3,1,32)
C0M3Y1K32 (0%, 3%, 1%, 32%)
(0.00 / 0.03 / 0.01 / 0.32)

CMYK percentages

%0
%3.45
%0.57
%31.76

Codes

Color #AEA8AD in popluar color models

AE A8 AD
RGB 174 168 173
HSL 310° 3.57% 67.06%
HSB/HSV 310° 3.45% 68.24%
CMYK 0.00% 3.45% 0.57%
31.76%

Color #AEA8AD in popluar number systems.

HEX AE A8 AD
Decimal 174 168 173
Binary 10101110 10101000 10101101
Octal 256 250 255

Shades and tints

Shades of #AEA8AD

#AEA8AD
(174,168,173)
#9F999E
(159,153,158)
#908A8F
(144,138,143)
#817B80
(129,123,128)
#726C71
(114,108,113)
#635D62
(99,93,98)
#544E53
(84,78,83)
#453F44
(69,63,68)
#363035
(54,48,53)
#272126
(39,33,38)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #AEA8AD

#AEA8AD
(174,168,173)
#B5AFB4
(181,175,180)
#BCB6BB
(188,182,187)
#C3BDC2
(195,189,194)
#CAC4C9
(202,196,201)
#D1CBD0
(209,203,208)
#D8D2D7
(216,210,215)
#DFD9DE
(223,217,222)
#E6E0E5
(230,224,229)
#EDE7EC
(237,231,236)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA8AD; }

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

This text font color is #AEA8AD.

Background Color

.myBgColor { background-color: #AEA8AD; }

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

This div background color is #AEA8AD.

Border color

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

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

This div border color is #AEA8AD.

Opacity

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

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

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

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

This text has shadow with #AEA8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA8AD.

Preview

Color preview on black background

This text has color #AEA8AD on black background.


Color preview on white background

This text has color #AEA8AD on white background.


Black color preview on #AEA8AD background

This text has black color on #AEA8AD background.


White color preview on #AEA8AD background

This text has white color on #AEA8AD background.


Related colors

Complementary color

Complementary color for #hex is #515752.


I love getcolorcode.com

Triadic colors

1 #ADAEA8 and #A8ADAE with #AEA8AD are triadic colors.

2 #ADA8AE and #A8AEAD with #AEA8AD are triadic colors.