COLOR #AEA19F

HEX: #AEA19F RGB: (174,161,159)

Color info

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

RGB color model

#AEA19F color RGB value is (174,161,159).

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

RGB channels and saturation

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

174
161
159

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

Portions of RGB colors in percentages

R + G + B = 174 + 161 + 159 = 494 (100%)
R 174 of 494 ~ 35.22%
G 161 of 494 ~ 32.59%
B 159 of 494 ~ 32.19'%

%35.22
%32.59
%32.19

CMYK color model

#AEA19F color CMYK value is (0,7,9,32).

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 8.62%
  • key color value is 31.76%
CMYK: (0,7,9,32) C0M7Y9K32 (0%,7%,9%,32%) (0.00/0.07/0.09/0.32) 

CMYK percentages

%0
%7.47
%8.62
%31.76

Codes

Color #AEA19F in popluar color models

AE A1 9F
RGB 174 161 159
HSL 8.47% 65.29%
HSB/HSV 8.62% 68.24%
CMYK 0.00% 7.47% 8.62%
31.76%

Color #AEA19F in popluar number systems.

HEX AE A1 9F
Decimal 174 161 159
Binary 10101110 10100001 10011111
Octal 256 241 237

Shades and tints

Shades of #AEA19F

#AEA19F
(174,161,159)
#9F9391
(159,147,145)
#908583
(144,133,131)
#817775
(129,119,117)
#726967
(114,105,103)
#635B59
(99,91,89)
#544D4B
(84,77,75)
#453F3D
(69,63,61)
#36312F
(54,49,47)
#272321
(39,35,33)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #AEA19F

#AEA19F
(174,161,159)
#B5A9A7
(181,169,167)
#BCB1AF
(188,177,175)
#C3B9B7
(195,185,183)
#CAC1BF
(202,193,191)
#D1C9C7
(209,201,199)
#D8D1CF
(216,209,207)
#DFD9D7
(223,217,215)
#E6E1DF
(230,225,223)
#EDE9E7
(237,233,231)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA19F; }

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

This text font color is #AEA19F.

Background Color

.myBgColor { background-color: #AEA19F; }

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

This div background color is #AEA19F.

Border color

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

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

This div border color is #AEA19F.

Opacity

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

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

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

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

This text has shadow with #AEA19F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA19F.

Preview

Color preview on black background

This text has color #AEA19F on black background.


Color preview on white background

This text has color #AEA19F on white background.


Black color preview on #AEA19F background

This text has black color on #AEA19F background.


White color preview on #AEA19F background

This text has white color on #AEA19F background.


Related colors

Complementary color

Complementary color for #hex is #515E60.


I love getcolorcode.com

Triadic colors

1 #9FAEA1 and #A19FAE with #AEA19F are triadic colors.

2 #9FA1AE and #A1AE9F with #AEA19F are triadic colors.