COLOR #AEAB9E

HEX: #AEAB9E RGB: (174,171,158)

Color info

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

RGB color model

#AEAB9E color RGB value is (174,171,158).

RGB: (174,171,158) (68%, 67%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 158 of 255 = 62%

174
171
158

R + G + B ~ 66%. #AEAB9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 171 + 158 = 503 (100%)
R 174 of 503 ~ 34.59%
G 171 of 503 ~ 34%
B 158 of 503 ~ 31.41'%

%34.59
%34
%31.41

CMYK color model

#AEAB9E color CMYK value is (0,2,9,32).

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

CMYK: (0,2,9,32)
C0M2Y9K32 (0%, 2%, 9%, 32%)
(0.00 / 0.02 / 0.09 / 0.32)

CMYK percentages

%0
%1.72
%9.2
%31.76

Codes

Color #AEAB9E in popluar color models

AE AB 9E
RGB 174 171 158
HSL 49° 8.99% 65.10%
HSB/HSV 49° 9.20% 68.24%
CMYK 0.00% 1.72% 9.20%
31.76%

Color #AEAB9E in popluar number systems.

HEX AE AB 9E
Decimal 174 171 158
Binary 10101110 10101011 10011110
Octal 256 253 236

Shades and tints

Shades of #AEAB9E

#AEAB9E
(174,171,158)
#9F9C90
(159,156,144)
#908D82
(144,141,130)
#817E74
(129,126,116)
#726F66
(114,111,102)
#636058
(99,96,88)
#54514A
(84,81,74)
#45423C
(69,66,60)
#36332E
(54,51,46)
#272420
(39,36,32)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #AEAB9E

#AEAB9E
(174,171,158)
#B5B2A6
(181,178,166)
#BCB9AE
(188,185,174)
#C3C0B6
(195,192,182)
#CAC7BE
(202,199,190)
#D1CEC6
(209,206,198)
#D8D5CE
(216,213,206)
#DFDCD6
(223,220,214)
#E6E3DE
(230,227,222)
#EDEAE6
(237,234,230)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAB9E; }

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

This text font color is #AEAB9E.

Background Color

.myBgColor { background-color: #AEAB9E; }

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

This div background color is #AEAB9E.

Border color

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

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

This div border color is #AEAB9E.

Opacity

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

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

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

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

This text has shadow with #AEAB9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAB9E.

Preview

Color preview on black background

This text has color #AEAB9E on black background.


Color preview on white background

This text has color #AEAB9E on white background.


Black color preview on #AEAB9E background

This text has black color on #AEAB9E background.


White color preview on #AEAB9E background

This text has white color on #AEAB9E background.


Related colors

Complementary color

Complementary color for #hex is #515461.


I love getcolorcode.com

Triadic colors

1 #9EAEAB and #AB9EAE with #AEAB9E are triadic colors.

2 #9EABAE and #ABAE9E with #AEAB9E are triadic colors.