COLOR #AEAB8C

HEX: #AEAB8C RGB: (174,171,140)

Color info

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

RGB color model

#AEAB8C color RGB value is (174,171,140).

RGB: (174,171,140) (68%, 67%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 171 of 255 = 67%
B 140 of 255 = 55%

174
171
140

R + G + B ~ 63%. #AEAB8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 171 + 140 = 485 (100%)
R 174 of 485 ~ 35.88%
G 171 of 485 ~ 35.26%
B 140 of 485 ~ 28.87'%

%35.88
%35.26
%28.87

CMYK color model

#AEAB8C color CMYK value is (0,2,20,32).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 19.54%
  • key color value is 31.76%
CMYK: (0,2,20,32) C0M2Y20K32 (0%,2%,20%,32%) (0.00/0.02/0.20/0.32) 

CMYK percentages

%0
%1.72
%19.54
%31.76

Codes

Color #AEAB8C in popluar color models

AE AB 8C
RGB 174 171 140
HSL 55° 17.35% 61.57%
HSB/HSV 55° 19.54% 68.24%
CMYK 0.00% 1.72% 19.54%
31.76%

Color #AEAB8C in popluar number systems.

HEX AE AB 8C
Decimal 174 171 140
Binary 10101110 10101011 10001100
Octal 256 253 214

Shades and tints

Shades of #AEAB8C

#AEAB8C
(174,171,140)
#9F9C80
(159,156,128)
#908D74
(144,141,116)
#817E68
(129,126,104)
#726F5C
(114,111,92)
#636050
(99,96,80)
#545144
(84,81,68)
#454238
(69,66,56)
#36332C
(54,51,44)
#272420
(39,36,32)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #AEAB8C

#AEAB8C
(174,171,140)
#B5B296
(181,178,150)
#BCB9A0
(188,185,160)
#C3C0AA
(195,192,170)
#CAC7B4
(202,199,180)
#D1CEBE
(209,206,190)
#D8D5C8
(216,213,200)
#DFDCD2
(223,220,210)
#E6E3DC
(230,227,220)
#EDEAE6
(237,234,230)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAB8C; }

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

This text font color is #AEAB8C.

Background Color

.myBgColor { background-color: #AEAB8C; }

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

This div background color is #AEAB8C.

Border color

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

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

This div border color is #AEAB8C.

Opacity

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

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

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

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

This text has shadow with #AEAB8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAB8C.

Preview

Color preview on black background

This text has color #AEAB8C on black background.


Color preview on white background

This text has color #AEAB8C on white background.


Black color preview on #AEAB8C background

This text has black color on #AEAB8C background.


White color preview on #AEAB8C background

This text has white color on #AEAB8C background.


Related colors

Complementary color

Complementary color for #hex is #515473.


I love getcolorcode.com

Triadic colors

1 #8CAEAB and #AB8CAE with #AEAB8C are triadic colors.

2 #8CABAE and #ABAE8C with #AEAB8C are triadic colors.