COLOR #AEA59F

HEX: #AEA59F
RGB: (174,165,159)

Color info

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

RGB color model

#AEA59F color RGB value is (174,165,159).

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

RGB channels and saturation

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

174
165
159

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

Portions of RGB colors in percentages

R + G + B =
174 + 165 + 159 = 498 (100%)
R 174 of 498 ~ 34.94%
G 165 of 498 ~ 33.13%
B 159 of 498 ~ 31.93%

%34.94
%33.13
%31.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.17%
  • 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
%5.17
%8.62
%31.76

Codes

Color #AEA59F in popluar color models

AEA59F
RGB174165159
HSL24°8.47%65.29%
HSB/HSV24°8.62%68.24%
CMYK0.00%5.17%8.62%
31.76%

Color #AEA59F in popluar number systems.

HEXAEA59F
Decimal174165159
Binary101011101010010110011111
Octal256245237

Shades and tints

Shades of #AEA59F

#AEA59F
(174,165,159)
#9F9691
(159,150,145)
#908783
(144,135,131)
#817875
(129,120,117)
#726967
(114,105,103)
#635A59
(99,90,89)
#544B4B
(84,75,75)
#453C3D
(69,60,61)
#362D2F
(54,45,47)
#271E21
(39,30,33)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #AEA59F

#AEA59F
(174,165,159)
#B5ADA7
(181,173,167)
#BCB5AF
(188,181,175)
#C3BDB7
(195,189,183)
#CAC5BF
(202,197,191)
#D1CDC7
(209,205,199)
#D8D5CF
(216,213,207)
#DFDDD7
(223,221,215)
#E6E5DF
(230,229,223)
#EDEDE7
(237,237,231)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA59F; }

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

This text font color is #AEA59F.


Background Color

.myBgColor { background-color: #AEA59F; }

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

This div background color is #AEA59F.


Border color

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

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

This div border color is #AEA59F.


Opacity

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

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

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

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

This text has shadow with #AEA59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA59F on black background.


Color preview on white background

This text has color #AEA59F on white background.



Black color preview on #AEA59F background

This text has black color on #AEA59F background.


White color preview on #AEA59F background

This text has white color on #AEA59F background.