COLOR #AEAAAA

HEX: #AEAAAA
RGB: (174,170,170)

Color info

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

RGB color model

#AEAAAA color RGB value is (174,170,170).

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

RGB channels and saturation

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

174
170
170

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

Portions of RGB colors in percentages

R + G + B =
174 + 170 + 170 = 514 (100%)
R 174 of 514 ~ 33.85%
G 170 of 514 ~ 33.07%
B 170 of 514 ~ 33.07%

%33.85
%33.07
%33.07

CMYK color model

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

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

CMYK percentages

%0
%2.3
%2.3
%31.76

Codes

Color #AEAAAA in popluar color models

AEAAAA
RGB174170170
HSL2.41%67.45%
HSB/HSV2.30%68.24%
CMYK0.00%2.30%2.30%
31.76%

Color #AEAAAA in popluar number systems.

HEXAEAAAA
Decimal174170170
Binary101011101010101010101010
Octal256252252

Shades and tints

Shades of #AEAAAA

#AEAAAA
(174,170,170)
#9F9B9B
(159,155,155)
#908C8C
(144,140,140)
#817D7D
(129,125,125)
#726E6E
(114,110,110)
#635F5F
(99,95,95)
#545050
(84,80,80)
#454141
(69,65,65)
#363232
(54,50,50)
#272323
(39,35,35)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #AEAAAA

#AEAAAA
(174,170,170)
#B5B1B1
(181,177,177)
#BCB8B8
(188,184,184)
#C3BFBF
(195,191,191)
#CAC6C6
(202,198,198)
#D1CDCD
(209,205,205)
#D8D4D4
(216,212,212)
#DFDBDB
(223,219,219)
#E6E2E2
(230,226,226)
#EDE9E9
(237,233,233)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAAAA; }

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

This text font color is #AEAAAA.


Background Color

.myBgColor { background-color: #AEAAAA; }

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

This div background color is #AEAAAA.


Border color

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

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

This div border color is #AEAAAA.


Opacity

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

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

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

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

This text has shadow with #AEAAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAAAA on black background.


Color preview on white background

This text has color #AEAAAA on white background.



Black color preview on #AEAAAA background

This text has black color on #AEAAAA background.


White color preview on #AEAAAA background

This text has white color on #AEAAAA background.