COLOR #AEA69F

HEX: #AEA69F
RGB: (174,166,159)

Color info

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

RGB color model

#AEA69F color RGB value is (174,166,159).

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

RGB channels and saturation

R 174 of 255 = 68%
G 166 of 255 = 65%
B 159 of 255 = 62%

174
166
159

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

Portions of RGB colors in percentages

R + G + B =
174 + 166 + 159 = 499 (100%)
R 174 of 499 ~ 34.87%
G 166 of 499 ~ 33.27%
B 159 of 499 ~ 31.86%

%34.87
%33.27
%31.86

CMYK color model

#AEA69F color CMYK value is (0,5,9,32).

  • cyan value is 0.00%
  • magenta value is 4.60%
  • yellow value is 8.62%
  • key color value is 31.76%
CMYK:
(0,5,9,32)
C0M5Y9K32 
(0%,5%,9%,32%)
(0.00/0.05/0.09/0.32)	

CMYK percentages

%0
%4.6
%8.62
%31.76

Codes

Color #AEA69F in popluar color models

AEA69F
RGB174166159
HSL28°8.47%65.29%
HSB/HSV28°8.62%68.24%
CMYK0.00%4.60%8.62%
31.76%

Color #AEA69F in popluar number systems.

HEXAEA69F
Decimal174166159
Binary101011101010011010011111
Octal256246237

Shades and tints

Shades of #AEA69F

#AEA69F
(174,166,159)
#9F9791
(159,151,145)
#908883
(144,136,131)
#817975
(129,121,117)
#726A67
(114,106,103)
#635B59
(99,91,89)
#544C4B
(84,76,75)
#453D3D
(69,61,61)
#362E2F
(54,46,47)
#271F21
(39,31,33)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #AEA69F

#AEA69F
(174,166,159)
#B5AEA7
(181,174,167)
#BCB6AF
(188,182,175)
#C3BEB7
(195,190,183)
#CAC6BF
(202,198,191)
#D1CEC7
(209,206,199)
#D8D6CF
(216,214,207)
#DFDED7
(223,222,215)
#E6E6DF
(230,230,223)
#EDEEE7
(237,238,231)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA69F; }

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

This text font color is #AEA69F.


Background Color

.myBgColor { background-color: #AEA69F; }

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

This div background color is #AEA69F.


Border color

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

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

This div border color is #AEA69F.


Opacity

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

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

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

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

This text has shadow with #AEA69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA69F on black background.


Color preview on white background

This text has color #AEA69F on white background.



Black color preview on #AEA69F background

This text has black color on #AEA69F background.


White color preview on #AEA69F background

This text has white color on #AEA69F background.