COLOR #AEA09F

HEX: #AEA09F RGB: (174,160,159)

Color info

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

RGB color model

#AEA09F color RGB value is (174,160,159).

RGB: (174,160,159) (68%, 63%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 159 of 255 = 62%

174
160
159

R + G + B ~ 64%. #AEA09F is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 160 + 159 = 493 (100%)
R 174 of 493 ~ 35.29%
G 160 of 493 ~ 32.45%
B 159 of 493 ~ 32.25'%

%35.29
%32.45
%32.25

CMYK color model

#AEA09F color CMYK value is (0,8,9,32).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 8.62%
  • key color value is 31.76%
CMYK: (0,8,9,32) C0M8Y9K32 (0%,8%,9%,32%) (0.00/0.08/0.09/0.32) 

CMYK percentages

%0
%8.05
%8.62
%31.76

Codes

Color #AEA09F in popluar color models

AE A0 9F
RGB 174 160 159
HSL 8.47% 65.29%
HSB/HSV 8.62% 68.24%
CMYK 0.00% 8.05% 8.62%
31.76%

Color #AEA09F in popluar number systems.

HEX AE A0 9F
Decimal 174 160 159
Binary 10101110 10100000 10011111
Octal 256 240 237

Shades and tints

Shades of #AEA09F

#AEA09F
(174,160,159)
#9F9291
(159,146,145)
#908483
(144,132,131)
#817675
(129,118,117)
#726867
(114,104,103)
#635A59
(99,90,89)
#544C4B
(84,76,75)
#453E3D
(69,62,61)
#36302F
(54,48,47)
#272221
(39,34,33)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #AEA09F

#AEA09F
(174,160,159)
#B5A8A7
(181,168,167)
#BCB0AF
(188,176,175)
#C3B8B7
(195,184,183)
#CAC0BF
(202,192,191)
#D1C8C7
(209,200,199)
#D8D0CF
(216,208,207)
#DFD8D7
(223,216,215)
#E6E0DF
(230,224,223)
#EDE8E7
(237,232,231)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA09F; }

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

This text font color is #AEA09F.

Background Color

.myBgColor { background-color: #AEA09F; }

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

This div background color is #AEA09F.

Border color

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

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

This div border color is #AEA09F.

Opacity

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

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

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

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

This text has shadow with #AEA09F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA09F.

Preview

Color preview on black background

This text has color #AEA09F on black background.


Color preview on white background

This text has color #AEA09F on white background.


Black color preview on #AEA09F background

This text has black color on #AEA09F background.


White color preview on #AEA09F background

This text has white color on #AEA09F background.


Related colors

Complementary color

Complementary color for #hex is #515F60.


I love getcolorcode.com

Triadic colors

1 #9FAEA0 and #A09FAE with #AEA09F are triadic colors.

2 #9FA0AE and #A0AE9F with #AEA09F are triadic colors.