COLOR #AEAEAB

HEX: #AEAEAB
RGB: (174,174,171)

Color info

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

RGB color model

#AEAEAB color RGB value is (174,174,171).

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

RGB channels and saturation

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

174
174
171

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

Portions of RGB colors in percentages

R + G + B =
174 + 174 + 171 = 519 (100%)
R 174 of 519 ~ 33.53%
G 174 of 519 ~ 33.53%
B 171 of 519 ~ 32.95%

%33.53
%33.53
%32.95

CMYK color model

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

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

CMYK percentages

%0
%0
%1.72
%31.76

Codes

Color #AEAEAB in popluar color models

AEAEAB
RGB174174171
HSL60°1.82%67.65%
HSB/HSV60°1.72%68.24%
CMYK0.00%0.00%1.72%
31.76%

Color #AEAEAB in popluar number systems.

HEXAEAEAB
Decimal174174171
Binary101011101010111010101011
Octal256256253

Shades and tints

Shades of #AEAEAB

#AEAEAB
(174,174,171)
#9F9F9C
(159,159,156)
#90908D
(144,144,141)
#81817E
(129,129,126)
#72726F
(114,114,111)
#636360
(99,99,96)
#545451
(84,84,81)
#454542
(69,69,66)
#363633
(54,54,51)
#272724
(39,39,36)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #AEAEAB

#AEAEAB
(174,174,171)
#B5B5B2
(181,181,178)
#BCBCB9
(188,188,185)
#C3C3C0
(195,195,192)
#CACAC7
(202,202,199)
#D1D1CE
(209,209,206)
#D8D8D5
(216,216,213)
#DFDFDC
(223,223,220)
#E6E6E3
(230,230,227)
#EDEDEA
(237,237,234)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEAB; }

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

This text font color is #AEAEAB.


Background Color

.myBgColor { background-color: #AEAEAB; }

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

This div background color is #AEAEAB.


Border color

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

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

This div border color is #AEAEAB.


Opacity

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

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

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

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

This text has shadow with #AEAEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAEAB on black background.


Color preview on white background

This text has color #AEAEAB on white background.



Black color preview on #AEAEAB background

This text has black color on #AEAEAB background.


White color preview on #AEAEAB background

This text has white color on #AEAEAB background.