COLOR #AEAA9F

HEX: #AEAA9F
RGB: (174,170,159)

Color info

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

RGB color model

#AEAA9F color RGB value is (174,170,159).

  • red value is 174;
  • green value is 170;
  • blue value is 159.
RGB:
(174,170,159)
(68%,67%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 170 of 255 = 67%
B 159 of 255 = 62%

174
170
159

R + G + B ~ 66%. #AEAA9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 170 + 159 = 503 (100%)
R 174 of 503 ~ 34.59%
G 170 of 503 ~ 33.8%
B 159 of 503 ~ 31.61%

%34.59
%33.8
%31.61

CMYK color model

#AEAA9F color CMYK value is (0,2,9,32).

  • cyan value is 0.00%
  • magenta value is 2.30%
  • yellow value is 8.62%
  • key color value is 31.76%
CMYK:
(0,2,9,32)
C0M2Y9K32 
(0%,2%,9%,32%)
(0.00/0.02/0.09/0.32)	

CMYK percentages

%0
%2.3
%8.62
%31.76

Codes

Color #AEAA9F in popluar color models

AEAA9F
RGB174170159
HSL44°8.47%65.29%
HSB/HSV44°8.62%68.24%
CMYK0.00%2.30%8.62%
31.76%

Color #AEAA9F in popluar number systems.

HEXAEAA9F
Decimal174170159
Binary101011101010101010011111
Octal256252237

Shades and tints

Shades of #AEAA9F

#AEAA9F
(174,170,159)
#9F9B91
(159,155,145)
#908C83
(144,140,131)
#817D75
(129,125,117)
#726E67
(114,110,103)
#635F59
(99,95,89)
#54504B
(84,80,75)
#45413D
(69,65,61)
#36322F
(54,50,47)
#272321
(39,35,33)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #AEAA9F

#AEAA9F
(174,170,159)
#B5B1A7
(181,177,167)
#BCB8AF
(188,184,175)
#C3BFB7
(195,191,183)
#CAC6BF
(202,198,191)
#D1CDC7
(209,205,199)
#D8D4CF
(216,212,207)
#DFDBD7
(223,219,215)
#E6E2DF
(230,226,223)
#EDE9E7
(237,233,231)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAA9F; }

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

This text font color is #AEAA9F.


Background Color

.myBgColor { background-color: #AEAA9F; }

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

This div background color is #AEAA9F.


Border color

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

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

This div border color is #AEAA9F.


Opacity

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

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

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

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

This text has shadow with #AEAA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAA9F on black background.


Color preview on white background

This text has color #AEAA9F on white background.



Black color preview on #AEAA9F background

This text has black color on #AEAA9F background.


White color preview on #AEAA9F background

This text has white color on #AEAA9F background.