COLOR #AEA88F

HEX: #AEA88F
RGB: (174,168,143)

Color info

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

RGB color model

#AEA88F color RGB value is (174,168,143).

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

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 143 of 255 = 56%

174
168
143

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

Portions of RGB colors in percentages

R + G + B =
174 + 168 + 143 = 485 (100%)
R 174 of 485 ~ 35.88%
G 168 of 485 ~ 34.64%
B 143 of 485 ~ 29.48%

%35.88
%34.64
%29.48

CMYK color model

#AEA88F color CMYK value is (0,3,18,32).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 17.82%
  • key color value is 31.76%
CMYK:
(0,3,18,32)
C0M3Y18K32 
(0%,3%,18%,32%)
(0.00/0.03/0.18/0.32)	

CMYK percentages

%0
%3.45
%17.82
%31.76

Codes

Color #AEA88F in popluar color models

AEA88F
RGB174168143
HSL48°16.06%62.16%
HSB/HSV48°17.82%68.24%
CMYK0.00%3.45%17.82%
31.76%

Color #AEA88F in popluar number systems.

HEXAEA88F
Decimal174168143
Binary101011101010100010001111
Octal256250217

Shades and tints

Shades of #AEA88F

#AEA88F
(174,168,143)
#9F9982
(159,153,130)
#908A75
(144,138,117)
#817B68
(129,123,104)
#726C5B
(114,108,91)
#635D4E
(99,93,78)
#544E41
(84,78,65)
#453F34
(69,63,52)
#363027
(54,48,39)
#27211A
(39,33,26)
#18120D
(24,18,13)
#000000
(0,0,0)

Tints of #AEA88F

#AEA88F
(174,168,143)
#B5AF99
(181,175,153)
#BCB6A3
(188,182,163)
#C3BDAD
(195,189,173)
#CAC4B7
(202,196,183)
#D1CBC1
(209,203,193)
#D8D2CB
(216,210,203)
#DFD9D5
(223,217,213)
#E6E0DF
(230,224,223)
#EDE7E9
(237,231,233)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA88F; }

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

This text font color is #AEA88F.


Background Color

.myBgColor { background-color: #AEA88F; }

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

This div background color is #AEA88F.


Border color

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

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

This div border color is #AEA88F.


Opacity

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

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

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

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

This text has shadow with #AEA88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA88F on black background.


Color preview on white background

This text has color #AEA88F on white background.



Black color preview on #AEA88F background

This text has black color on #AEA88F background.


White color preview on #AEA88F background

This text has white color on #AEA88F background.