COLOR #AEAEAE

HEX: #AEAEAE
RGB: (174,174,174)

Color info

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

RGB color model

#AEAEAE color RGB value is (174,174,174).

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

RGB channels and saturation

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

174
174
174

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

Portions of RGB colors in percentages

R + G + B =
174 + 174 + 174 = 522 (100%)
R 174 of 522 ~ 33.33%
G 174 of 522 ~ 33.33%
B 174 of 522 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#AEAEAE color CMYK value is (0,0,0,32).

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

CMYK percentages

%0
%0
%0
%31.76

Codes

Color #AEAEAE in popluar color models

AEAEAE
RGB174174174
HSL0.00%0.68%
HSB/HSV0.00%0.68%
CMYK0.00%0.00%0.00%
31.76%

Color #AEAEAE in popluar number systems.

HEXAEAEAE
Decimal174174174
Binary101011101010111010101110
Octal256256256

Shades and tints

Shades of #AEAEAE

#AEAEAE
(174,174,174)
#9F9F9F
(159,159,159)
#909090
(144,144,144)
#818181
(129,129,129)
#727272
(114,114,114)
#636363
(99,99,99)
#545454
(84,84,84)
#454545
(69,69,69)
#363636
(54,54,54)
#272727
(39,39,39)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #AEAEAE

#AEAEAE
(174,174,174)
#B5B5B5
(181,181,181)
#BCBCBC
(188,188,188)
#C3C3C3
(195,195,195)
#CACACA
(202,202,202)
#D1D1D1
(209,209,209)
#D8D8D8
(216,216,216)
#DFDFDF
(223,223,223)
#E6E6E6
(230,230,230)
#EDEDED
(237,237,237)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEAE; }

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

This text font color is #AEAEAE.


Background Color

.myBgColor { background-color: #AEAEAE; }

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

This div background color is #AEAEAE.


Border color

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

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

This div border color is #AEAEAE.


Opacity

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

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

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

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

This text has shadow with #AEAEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAEAE on black background.


Color preview on white background

This text has color #AEAEAE on white background.



Black color preview on #AEAEAE background

This text has black color on #AEAEAE background.


White color preview on #AEAEAE background

This text has white color on #AEAEAE background.