COLOR #AEA8AB

HEX: #AEA8AB RGB: (174,168,171)

Color info

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

RGB color model

#AEA8AB color RGB value is (174,168,171).

RGB: (174,168,171) (68%, 66%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 171 of 255 = 67%

174
168
171

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

Portions of RGB colors in percentages

R + G + B = 174 + 168 + 171 = 513 (100%)
R 174 of 513 ~ 33.92%
G 168 of 513 ~ 32.75%
B 171 of 513 ~ 33.33'%

%33.92
%32.75
%33.33

CMYK color model

#AEA8AB color CMYK value is (0,3,2,32).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 1.72%
  • key color value is 31.76%

CMYK: (0,3,2,32)
C0M3Y2K32 (0%, 3%, 2%, 32%)
(0.00 / 0.03 / 0.02 / 0.32)

CMYK percentages

%0
%3.45
%1.72
%31.76

Codes

Color #AEA8AB in popluar color models

AE A8 AB
RGB 174 168 171
HSL 330° 3.57% 67.06%
HSB/HSV 330° 3.45% 68.24%
CMYK 0.00% 3.45% 1.72%
31.76%

Color #AEA8AB in popluar number systems.

HEX AE A8 AB
Decimal 174 168 171
Binary 10101110 10101000 10101011
Octal 256 250 253

Shades and tints

Shades of #AEA8AB

#AEA8AB
(174,168,171)
#9F999C
(159,153,156)
#908A8D
(144,138,141)
#817B7E
(129,123,126)
#726C6F
(114,108,111)
#635D60
(99,93,96)
#544E51
(84,78,81)
#453F42
(69,63,66)
#363033
(54,48,51)
#272124
(39,33,36)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #AEA8AB

#AEA8AB
(174,168,171)
#B5AFB2
(181,175,178)
#BCB6B9
(188,182,185)
#C3BDC0
(195,189,192)
#CAC4C7
(202,196,199)
#D1CBCE
(209,203,206)
#D8D2D5
(216,210,213)
#DFD9DC
(223,217,220)
#E6E0E3
(230,224,227)
#EDE7EA
(237,231,234)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA8AB color. Also use rgb(174,168,171) instead hex code.

Text Font Color

.myTextColor { color: #AEA8AB; }

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

This text font color is #AEA8AB.

Background Color

.myBgColor { background-color: #AEA8AB; }

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

This div background color is #AEA8AB.

Border color

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

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

This div border color is #AEA8AB.

Opacity

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

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

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

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

This text has shadow with #AEA8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA8AB.

Preview

Color preview on black background

This text has color #AEA8AB on black background.


Color preview on white background

This text has color #AEA8AB on white background.


Black color preview on #AEA8AB background

This text has black color on #AEA8AB background.


White color preview on #AEA8AB background

This text has white color on #AEA8AB background.


Related colors

Complementary color

Complementary color for #hex is #515754.


I love getcolorcode.com

Triadic colors

1 #ABAEA8 and #A8ABAE with #AEA8AB are triadic colors.

2 #ABA8AE and #A8AEAB with #AEA8AB are triadic colors.