COLOR #AEB3A1

HEX: #AEB3A1
RGB: (174,179,161)

Color info

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

RGB color model

#AEB3A1 color RGB value is (174,179,161).

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

RGB channels and saturation

R 174 of 255 = 68%
G 179 of 255 = 70%
B 161 of 255 = 63%

174
179
161

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

Portions of RGB colors in percentages

R + G + B =
174 + 179 + 161 = 514 (100%)
R 174 of 514 ~ 33.85%
G 179 of 514 ~ 34.82%
B 161 of 514 ~ 31.32%

%33.85
%34.82
%31.32

CMYK color model

#AEB3A1 color CMYK value is (3,0,10,30).

  • cyan value is 2.79%
  • magenta value is 0.00%
  • yellow value is 10.06%
  • key color value is 29.80%
CMYK:
(3,0,10,30)
C3M0Y10K30 
(3%,0%,10%,30%)
(0.03/0.00/0.10/0.30)	

CMYK percentages

%2.79
%0
%10.06
%29.8

Codes

Color #AEB3A1 in popluar color models

AEB3A1
RGB174179161
HSL77°10.59%66.67%
HSB/HSV77°10.06%70.20%
CMYK2.79%0.00%10.06%
29.80%

Color #AEB3A1 in popluar number systems.

HEXAEB3A1
Decimal174179161
Binary101011101011001110100001
Octal256263241

Shades and tints

Shades of #AEB3A1

#AEB3A1
(174,179,161)
#9FA393
(159,163,147)
#909385
(144,147,133)
#818377
(129,131,119)
#727369
(114,115,105)
#63635B
(99,99,91)
#54534D
(84,83,77)
#45433F
(69,67,63)
#363331
(54,51,49)
#272323
(39,35,35)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #AEB3A1

#AEB3A1
(174,179,161)
#B5B9A9
(181,185,169)
#BCBFB1
(188,191,177)
#C3C5B9
(195,197,185)
#CACBC1
(202,203,193)
#D1D1C9
(209,209,201)
#D8D7D1
(216,215,209)
#DFDDD9
(223,221,217)
#E6E3E1
(230,227,225)
#EDE9E9
(237,233,233)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB3A1; }

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

This text font color is #AEB3A1.


Background Color

.myBgColor { background-color: #AEB3A1; }

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

This div background color is #AEB3A1.


Border color

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

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

This div border color is #AEB3A1.


Opacity

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

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

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

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

This text has shadow with #AEB3A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB3A1 on black background.


Color preview on white background

This text has color #AEB3A1 on white background.



Black color preview on #AEB3A1 background

This text has black color on #AEB3A1 background.


White color preview on #AEB3A1 background

This text has white color on #AEB3A1 background.