COLOR #AEB1A2

HEX: #AEB1A2
RGB: (174,177,162)

Color info

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

RGB color model

#AEB1A2 color RGB value is (174,177,162).

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

RGB channels and saturation

R 174 of 255 = 68%
G 177 of 255 = 69%
B 162 of 255 = 64%

174
177
162

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

Portions of RGB colors in percentages

R + G + B =
174 + 177 + 162 = 513 (100%)
R 174 of 513 ~ 33.92%
G 177 of 513 ~ 34.5%
B 162 of 513 ~ 31.58%

%33.92
%34.5
%31.58

CMYK color model

#AEB1A2 color CMYK value is (2,0,8,31).

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 30.59%
CMYK:
(2,0,8,31)
C2M0Y8K31 
(2%,0%,8%,31%)
(0.02/0.00/0.08/0.31)	

CMYK percentages

%1.69
%0
%8.47
%30.59

Codes

Color #AEB1A2 in popluar color models

AEB1A2
RGB174177162
HSL72°8.77%66.47%
HSB/HSV72°8.47%69.41%
CMYK1.69%0.00%8.47%
30.59%

Color #AEB1A2 in popluar number systems.

HEXAEB1A2
Decimal174177162
Binary101011101011000110100010
Octal256261242

Shades and tints

Shades of #AEB1A2

#AEB1A2
(174,177,162)
#9FA194
(159,161,148)
#909186
(144,145,134)
#818178
(129,129,120)
#72716A
(114,113,106)
#63615C
(99,97,92)
#54514E
(84,81,78)
#454140
(69,65,64)
#363132
(54,49,50)
#272124
(39,33,36)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #AEB1A2

#AEB1A2
(174,177,162)
#B5B8AA
(181,184,170)
#BCBFB2
(188,191,178)
#C3C6BA
(195,198,186)
#CACDC2
(202,205,194)
#D1D4CA
(209,212,202)
#D8DBD2
(216,219,210)
#DFE2DA
(223,226,218)
#E6E9E2
(230,233,226)
#EDF0EA
(237,240,234)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB1A2; }

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

This text font color is #AEB1A2.


Background Color

.myBgColor { background-color: #AEB1A2; }

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

This div background color is #AEB1A2.


Border color

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

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

This div border color is #AEB1A2.


Opacity

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

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

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

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

This text has shadow with #AEB1A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB1A2 on black background.


Color preview on white background

This text has color #AEB1A2 on white background.



Black color preview on #AEB1A2 background

This text has black color on #AEB1A2 background.


White color preview on #AEB1A2 background

This text has white color on #AEB1A2 background.