COLOR #AEB2AA

HEX: #AEB2AA RGB: (174,178,170)

Color info

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

RGB color model

#AEB2AA color RGB value is (174,178,170).

RGB: (174,178,170) (68%, 70%, 67%)

RGB channels and saturation

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

174
178
170

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

Portions of RGB colors in percentages

R + G + B = 174 + 178 + 170 = 522 (100%)
R 174 of 522 ~ 33.33%
G 178 of 522 ~ 34.1%
B 170 of 522 ~ 32.57'%

%33.33
%34.1
%32.57

CMYK color model

#AEB2AA color CMYK value is (2,0,4,30).

  • cyan value is 2.25%
  • magenta value is 0.00%
  • yellow value is 4.49%
  • key color value is 30.20%

CMYK: (2,0,4,30)
C2M0Y4K30 (2%, 0%, 4%, 30%)
(0.02 / 0.00 / 0.04 / 0.30)

CMYK percentages

%2.25
%0
%4.49
%30.2

Codes

Color #AEB2AA in popluar color models

AE B2 AA
RGB 174 178 170
HSL 90° 4.94% 68.24%
HSB/HSV 90° 4.49% 69.80%
CMYK 2.25% 0.00% 4.49%
30.20%

Color #AEB2AA in popluar number systems.

HEX AE B2 AA
Decimal 174 178 170
Binary 10101110 10110010 10101010
Octal 256 262 252

Shades and tints

Shades of #AEB2AA

#AEB2AA
(174,178,170)
#9FA29B
(159,162,155)
#90928C
(144,146,140)
#81827D
(129,130,125)
#72726E
(114,114,110)
#63625F
(99,98,95)
#545250
(84,82,80)
#454241
(69,66,65)
#363232
(54,50,50)
#272223
(39,34,35)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #AEB2AA

#AEB2AA
(174,178,170)
#B5B9B1
(181,185,177)
#BCC0B8
(188,192,184)
#C3C7BF
(195,199,191)
#CACEC6
(202,206,198)
#D1D5CD
(209,213,205)
#D8DCD4
(216,220,212)
#DFE3DB
(223,227,219)
#E6EAE2
(230,234,226)
#EDF1E9
(237,241,233)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB2AA; }

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

This text font color is #AEB2AA.

Background Color

.myBgColor { background-color: #AEB2AA; }

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

This div background color is #AEB2AA.

Border color

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

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

This div border color is #AEB2AA.

Opacity

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

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

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

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

This text has shadow with #AEB2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB2AA.

Preview

Color preview on black background

This text has color #AEB2AA on black background.


Color preview on white background

This text has color #AEB2AA on white background.


Black color preview on #AEB2AA background

This text has black color on #AEB2AA background.


White color preview on #AEB2AA background

This text has white color on #AEB2AA background.


Related colors

Complementary color

Complementary color for #hex is #514D55.


I love getcolorcode.com

Triadic colors

1 #AAAEB2 and #B2AAAE with #AEB2AA are triadic colors.

2 #AAB2AE and #B2AEAA with #AEB2AA are triadic colors.