COLOR #AEB2A0

HEX: #AEB2A0
RGB: (174,178,160)

Color info

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

RGB color model

#AEB2A0 color RGB value is (174,178,160).

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

RGB channels and saturation

R 174 of 255 = 68%
G 178 of 255 = 70%
B 160 of 255 = 63%

174
178
160

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

Portions of RGB colors in percentages

R + G + B =
174 + 178 + 160 = 512 (100%)
R 174 of 512 ~ 33.98%
G 178 of 512 ~ 34.77%
B 160 of 512 ~ 31.25%

%33.98
%34.77
%31.25

CMYK color model

#AEB2A0 color CMYK value is (2,0,10,30).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 10.11%
  • key color value is 30.20%
CMYK:
(2,0,10,30)
C2M0Y10K30 
(2%,0%,10%,30%)
(0.02/0.00/0.10/0.30)	

CMYK percentages

%2.25
%0
%10.11
%30.2

Codes

Color #AEB2A0 in popluar color models

AEB2A0
RGB174178160
HSL73°10.47%66.27%
HSB/HSV73°10.11%69.80%
CMYK2.25%0.00%10.11%
30.20%

Color #AEB2A0 in popluar number systems.

HEXAEB2A0
Decimal174178160
Binary101011101011001010100000
Octal256262240

Shades and tints

Shades of #AEB2A0

#AEB2A0
(174,178,160)
#9FA292
(159,162,146)
#909284
(144,146,132)
#818276
(129,130,118)
#727268
(114,114,104)
#63625A
(99,98,90)
#54524C
(84,82,76)
#45423E
(69,66,62)
#363230
(54,50,48)
#272222
(39,34,34)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #AEB2A0

#AEB2A0
(174,178,160)
#B5B9A8
(181,185,168)
#BCC0B0
(188,192,176)
#C3C7B8
(195,199,184)
#CACEC0
(202,206,192)
#D1D5C8
(209,213,200)
#D8DCD0
(216,220,208)
#DFE3D8
(223,227,216)
#E6EAE0
(230,234,224)
#EDF1E8
(237,241,232)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB2A0; }

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

This text font color is #AEB2A0.


Background Color

.myBgColor { background-color: #AEB2A0; }

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

This div background color is #AEB2A0.


Border color

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

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

This div border color is #AEB2A0.


Opacity

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

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

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

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

This text has shadow with #AEB2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB2A0 on black background.


Color preview on white background

This text has color #AEB2A0 on white background.



Black color preview on #AEB2A0 background

This text has black color on #AEB2A0 background.


White color preview on #AEB2A0 background

This text has white color on #AEB2A0 background.