COLOR #AEA4AE

HEX: #AEA4AE
RGB: (174,164,174)

Color info

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

RGB color model

#AEA4AE color RGB value is (174,164,174).

  • red value is 174;
  • green value is 164;
  • blue value is 174.
RGB:
(174,164,174)
(68%,64%,68%)

RGB channels and saturation

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

174
164
174

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

Portions of RGB colors in percentages

R + G + B =
174 + 164 + 174 = 512 (100%)
R 174 of 512 ~ 33.98%
G 164 of 512 ~ 32.03%
B 174 of 512 ~ 33.98%

%33.98
%32.03
%33.98

CMYK color model

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

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

CMYK percentages

%0
%5.75
%0
%31.76

Codes

Color #AEA4AE in popluar color models

AEA4AE
RGB174164174
HSL300°5.81%66.27%
HSB/HSV300°5.75%68.24%
CMYK0.00%5.75%0.00%
31.76%

Color #AEA4AE in popluar number systems.

HEXAEA4AE
Decimal174164174
Binary101011101010010010101110
Octal256244256

Shades and tints

Shades of #AEA4AE

#AEA4AE
(174,164,174)
#9F969F
(159,150,159)
#908890
(144,136,144)
#817A81
(129,122,129)
#726C72
(114,108,114)
#635E63
(99,94,99)
#545054
(84,80,84)
#454245
(69,66,69)
#363436
(54,52,54)
#272627
(39,38,39)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #AEA4AE

#AEA4AE
(174,164,174)
#B5ACB5
(181,172,181)
#BCB4BC
(188,180,188)
#C3BCC3
(195,188,195)
#CAC4CA
(202,196,202)
#D1CCD1
(209,204,209)
#D8D4D8
(216,212,216)
#DFDCDF
(223,220,223)
#E6E4E6
(230,228,230)
#EDECED
(237,236,237)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA4AE; }

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

This text font color is #AEA4AE.


Background Color

.myBgColor { background-color: #AEA4AE; }

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

This div background color is #AEA4AE.


Border color

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

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

This div border color is #AEA4AE.


Opacity

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

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

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

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

This text has shadow with #AEA4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA4AE on black background.


Color preview on white background

This text has color #AEA4AE on white background.



Black color preview on #AEA4AE background

This text has black color on #AEA4AE background.


White color preview on #AEA4AE background

This text has white color on #AEA4AE background.