COLOR #AEA39F

HEX: #AEA39F RGB: (174,163,159)

Color info

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

RGB color model

#AEA39F color RGB value is (174,163,159).

RGB: (174,163,159) (68%, 64%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 163 of 255 = 64%
B 159 of 255 = 62%

174
163
159

R + G + B ~ 65%. #AEA39F is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 163 + 159 = 496 (100%)
R 174 of 496 ~ 35.08%
G 163 of 496 ~ 32.86%
B 159 of 496 ~ 32.06'%

%35.08
%32.86
%32.06

CMYK color model

#AEA39F color CMYK value is (0,6,9,32).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 8.62%
  • key color value is 31.76%
CMYK: (0,6,9,32) C0M6Y9K32 (0%,6%,9%,32%) (0.00/0.06/0.09/0.32) 

CMYK percentages

%0
%6.32
%8.62
%31.76

Codes

Color #AEA39F in popluar color models

AE A3 9F
RGB 174 163 159
HSL 16° 8.47% 65.29%
HSB/HSV 16° 8.62% 68.24%
CMYK 0.00% 6.32% 8.62%
31.76%

Color #AEA39F in popluar number systems.

HEX AE A3 9F
Decimal 174 163 159
Binary 10101110 10100011 10011111
Octal 256 243 237

Shades and tints

Shades of #AEA39F

#AEA39F
(174,163,159)
#9F9591
(159,149,145)
#908783
(144,135,131)
#817975
(129,121,117)
#726B67
(114,107,103)
#635D59
(99,93,89)
#544F4B
(84,79,75)
#45413D
(69,65,61)
#36332F
(54,51,47)
#272521
(39,37,33)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #AEA39F

#AEA39F
(174,163,159)
#B5ABA7
(181,171,167)
#BCB3AF
(188,179,175)
#C3BBB7
(195,187,183)
#CAC3BF
(202,195,191)
#D1CBC7
(209,203,199)
#D8D3CF
(216,211,207)
#DFDBD7
(223,219,215)
#E6E3DF
(230,227,223)
#EDEBE7
(237,235,231)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA39F color. Also use rgb(174,163,159) instead hex code.

Text Font Color

.myTextColor { color: #AEA39F; }

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

This text font color is #AEA39F.

Background Color

.myBgColor { background-color: #AEA39F; }

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

This div background color is #AEA39F.

Border color

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

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

This div border color is #AEA39F.

Opacity

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

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

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

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

This text has shadow with #AEA39F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA39F.

Preview

Color preview on black background

This text has color #AEA39F on black background.


Color preview on white background

This text has color #AEA39F on white background.


Black color preview on #AEA39F background

This text has black color on #AEA39F background.


White color preview on #AEA39F background

This text has white color on #AEA39F background.


Related colors

Complementary color

Complementary color for #hex is #515C60.


I love getcolorcode.com

Triadic colors

1 #9FAEA3 and #A39FAE with #AEA39F are triadic colors.

2 #9FA3AE and #A3AE9F with #AEA39F are triadic colors.