COLOR #AEB0A2

HEX: #AEB0A2 RGB: (174,176,162)

Color info

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

RGB color model

#AEB0A2 color RGB value is (174,176,162).

RGB: (174,176,162) (68%, 69%, 64%)

RGB channels and saturation

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

174
176
162

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

Portions of RGB colors in percentages

R + G + B = 174 + 176 + 162 = 512 (100%)
R 174 of 512 ~ 33.98%
G 176 of 512 ~ 34.38%
B 162 of 512 ~ 31.64'%

%33.98
%34.38
%31.64

CMYK color model

#AEB0A2 color CMYK value is (1,0,8,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 7.95%
  • key color value is 30.98%

CMYK: (1,0,8,31)
C1M0Y8K31 (1%, 0%, 8%, 31%)
(0.01 / 0.00 / 0.08 / 0.31)

CMYK percentages

%1.14
%0
%7.95
%30.98

Codes

Color #AEB0A2 in popluar color models

AE B0 A2
RGB 174 176 162
HSL 69° 8.14% 66.27%
HSB/HSV 69° 7.95% 69.02%
CMYK 1.14% 0.00% 7.95%
30.98%

Color #AEB0A2 in popluar number systems.

HEX AE B0 A2
Decimal 174 176 162
Binary 10101110 10110000 10100010
Octal 256 260 242

Shades and tints

Shades of #AEB0A2

#AEB0A2
(174,176,162)
#9FA094
(159,160,148)
#909086
(144,144,134)
#818078
(129,128,120)
#72706A
(114,112,106)
#63605C
(99,96,92)
#54504E
(84,80,78)
#454040
(69,64,64)
#363032
(54,48,50)
#272024
(39,32,36)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #AEB0A2

#AEB0A2
(174,176,162)
#B5B7AA
(181,183,170)
#BCBEB2
(188,190,178)
#C3C5BA
(195,197,186)
#CACCC2
(202,204,194)
#D1D3CA
(209,211,202)
#D8DAD2
(216,218,210)
#DFE1DA
(223,225,218)
#E6E8E2
(230,232,226)
#EDEFEA
(237,239,234)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB0A2; }

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

This text font color is #AEB0A2.

Background Color

.myBgColor { background-color: #AEB0A2; }

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

This div background color is #AEB0A2.

Border color

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

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

This div border color is #AEB0A2.

Opacity

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

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

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

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

This text has shadow with #AEB0A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEB0A2.

Preview

Color preview on black background

This text has color #AEB0A2 on black background.


Color preview on white background

This text has color #AEB0A2 on white background.


Black color preview on #AEB0A2 background

This text has black color on #AEB0A2 background.


White color preview on #AEB0A2 background

This text has white color on #AEB0A2 background.


Related colors

Complementary color

Complementary color for #hex is #514F5D.


I love getcolorcode.com

Triadic colors

1 #A2AEB0 and #B0A2AE with #AEB0A2 are triadic colors.

2 #A2B0AE and #B0AEA2 with #AEB0A2 are triadic colors.