COLOR #AEA08C

HEX: #AEA08C RGB: (174,160,140)

Color info

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

RGB color model

#AEA08C color RGB value is (174,160,140).

RGB: (174,160,140) (68%, 63%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 140 of 255 = 55%

174
160
140

R + G + B ~ 62%. #AEA08C is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 160 + 140 = 474 (100%)
R 174 of 474 ~ 36.71%
G 160 of 474 ~ 33.76%
B 140 of 474 ~ 29.54'%

%36.71
%33.76
%29.54

CMYK color model

#AEA08C color CMYK value is (0,8,20,32).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 19.54%
  • key color value is 31.76%

CMYK: (0,8,20,32)
C0M8Y20K32 (0%, 8%, 20%, 32%)
(0.00 / 0.08 / 0.20 / 0.32)

CMYK percentages

%0
%8.05
%19.54
%31.76

Codes

Color #AEA08C in popluar color models

AE A0 8C
RGB 174 160 140
HSL 35° 17.35% 61.57%
HSB/HSV 35° 19.54% 68.24%
CMYK 0.00% 8.05% 19.54%
31.76%

Color #AEA08C in popluar number systems.

HEX AE A0 8C
Decimal 174 160 140
Binary 10101110 10100000 10001100
Octal 256 240 214

Shades and tints

Shades of #AEA08C

#AEA08C
(174,160,140)
#9F9280
(159,146,128)
#908474
(144,132,116)
#817668
(129,118,104)
#72685C
(114,104,92)
#635A50
(99,90,80)
#544C44
(84,76,68)
#453E38
(69,62,56)
#36302C
(54,48,44)
#272220
(39,34,32)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #AEA08C

#AEA08C
(174,160,140)
#B5A896
(181,168,150)
#BCB0A0
(188,176,160)
#C3B8AA
(195,184,170)
#CAC0B4
(202,192,180)
#D1C8BE
(209,200,190)
#D8D0C8
(216,208,200)
#DFD8D2
(223,216,210)
#E6E0DC
(230,224,220)
#EDE8E6
(237,232,230)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA08C; }

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

This text font color is #AEA08C.

Background Color

.myBgColor { background-color: #AEA08C; }

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

This div background color is #AEA08C.

Border color

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

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

This div border color is #AEA08C.

Opacity

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

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

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

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

This text has shadow with #AEA08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA08C.

Preview

Color preview on black background

This text has color #AEA08C on black background.


Color preview on white background

This text has color #AEA08C on white background.


Black color preview on #AEA08C background

This text has black color on #AEA08C background.


White color preview on #AEA08C background

This text has white color on #AEA08C background.


Related colors

Complementary color

Complementary color for #hex is #515F73.


I love getcolorcode.com

Triadic colors

1 #8CAEA0 and #A08CAE with #AEA08C are triadic colors.

2 #8CA0AE and #A0AE8C with #AEA08C are triadic colors.