COLOR #AEA08F

HEX: #AEA08F
RGB: (174,160,143)

Color info

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

RGB color model

#AEA08F color RGB value is (174,160,143).

  • red value is 174;
  • green value is 160;
  • blue value is 143.
RGB:
(174,160,143)
(68%,63%,56%)

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 143 of 255 = 56%

174
160
143

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

Portions of RGB colors in percentages

R + G + B =
174 + 160 + 143 = 477 (100%)
R 174 of 477 ~ 36.48%
G 160 of 477 ~ 33.54%
B 143 of 477 ~ 29.98%

%36.48
%33.54
%29.98

CMYK color model

#AEA08F color CMYK value is (0,8,18,32).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 17.82%
  • key color value is 31.76%
CMYK:
(0,8,18,32)
C0M8Y18K32 
(0%,8%,18%,32%)
(0.00/0.08/0.18/0.32)	

CMYK percentages

%0
%8.05
%17.82
%31.76

Codes

Color #AEA08F in popluar color models

AEA08F
RGB174160143
HSL33°16.06%62.16%
HSB/HSV33°17.82%68.24%
CMYK0.00%8.05%17.82%
31.76%

Color #AEA08F in popluar number systems.

HEXAEA08F
Decimal174160143
Binary101011101010000010001111
Octal256240217

Shades and tints

Shades of #AEA08F

#AEA08F
(174,160,143)
#9F9282
(159,146,130)
#908475
(144,132,117)
#817668
(129,118,104)
#72685B
(114,104,91)
#635A4E
(99,90,78)
#544C41
(84,76,65)
#453E34
(69,62,52)
#363027
(54,48,39)
#27221A
(39,34,26)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #AEA08F

#AEA08F
(174,160,143)
#B5A899
(181,168,153)
#BCB0A3
(188,176,163)
#C3B8AD
(195,184,173)
#CAC0B7
(202,192,183)
#D1C8C1
(209,200,193)
#D8D0CB
(216,208,203)
#DFD8D5
(223,216,213)
#E6E0DF
(230,224,223)
#EDE8E9
(237,232,233)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA08F; }

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

This text font color is #AEA08F.


Background Color

.myBgColor { background-color: #AEA08F; }

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

This div background color is #AEA08F.


Border color

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

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

This div border color is #AEA08F.


Opacity

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

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

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

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

This text has shadow with #AEA08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA08F on black background.


Color preview on white background

This text has color #AEA08F on white background.



Black color preview on #AEA08F background

This text has black color on #AEA08F background.


White color preview on #AEA08F background

This text has white color on #AEA08F background.