COLOR #AEAAAD

HEX: #AEAAAD RGB: (174,170,173)

Color info

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

RGB color model

#AEAAAD color RGB value is (174,170,173).

RGB: (174,170,173) (68%, 67%, 68%)

RGB channels and saturation

R 174 of 255 = 68%
G 170 of 255 = 67%
B 173 of 255 = 68%

174
170
173

R + G + B ~ 68%. #AEAAAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 170 + 173 = 517 (100%)
R 174 of 517 ~ 33.66%
G 170 of 517 ~ 32.88%
B 173 of 517 ~ 33.46'%

%33.66
%32.88
%33.46

CMYK color model

#AEAAAD color CMYK value is (0,2,1,32).

  • cyan value is 0.00%
  • magenta value is 2.30%
  • yellow value is 0.57%
  • key color value is 31.76%
CMYK: (0,2,1,32) C0M2Y1K32 (0%,2%,1%,32%) (0.00/0.02/0.01/0.32) 

CMYK percentages

%0
%2.3
%0.57
%31.76

Codes

Color #AEAAAD in popluar color models

AE AA AD
RGB 174 170 173
HSL 315° 2.41% 67.45%
HSB/HSV 315° 2.30% 68.24%
CMYK 0.00% 2.30% 0.57%
31.76%

Color #AEAAAD in popluar number systems.

HEX AE AA AD
Decimal 174 170 173
Binary 10101110 10101010 10101101
Octal 256 252 255

Shades and tints

Shades of #AEAAAD

#AEAAAD
(174,170,173)
#9F9B9E
(159,155,158)
#908C8F
(144,140,143)
#817D80
(129,125,128)
#726E71
(114,110,113)
#635F62
(99,95,98)
#545053
(84,80,83)
#454144
(69,65,68)
#363235
(54,50,53)
#272326
(39,35,38)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #AEAAAD

#AEAAAD
(174,170,173)
#B5B1B4
(181,177,180)
#BCB8BB
(188,184,187)
#C3BFC2
(195,191,194)
#CAC6C9
(202,198,201)
#D1CDD0
(209,205,208)
#D8D4D7
(216,212,215)
#DFDBDE
(223,219,222)
#E6E2E5
(230,226,229)
#EDE9EC
(237,233,236)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAAAD; }

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

This text font color is #AEAAAD.

Background Color

.myBgColor { background-color: #AEAAAD; }

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

This div background color is #AEAAAD.

Border color

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

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

This div border color is #AEAAAD.

Opacity

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

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

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

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

This text has shadow with #AEAAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAAAD.

Preview

Color preview on black background

This text has color #AEAAAD on black background.


Color preview on white background

This text has color #AEAAAD on white background.


Black color preview on #AEAAAD background

This text has black color on #AEAAAD background.


White color preview on #AEAAAD background

This text has white color on #AEAAAD background.


Related colors

Complementary color

Complementary color for #hex is #515552.


I love getcolorcode.com

Triadic colors

1 #ADAEAA and #AAADAE with #AEAAAD are triadic colors.

2 #ADAAAE and #AAAEAD with #AEAAAD are triadic colors.