COLOR #AEA79D

HEX: #AEA79D
RGB: (174,167,157)

Color info

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

RGB color model

#AEA79D color RGB value is (174,167,157).

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

RGB channels and saturation

R 174 of 255 = 68%
G 167 of 255 = 65%
B 157 of 255 = 62%

174
167
157

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

Portions of RGB colors in percentages

R + G + B =
174 + 167 + 157 = 498 (100%)
R 174 of 498 ~ 34.94%
G 167 of 498 ~ 33.53%
B 157 of 498 ~ 31.53%

%34.94
%33.53
%31.53

CMYK color model

#AEA79D color CMYK value is (0,4,10,32).

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 9.77%
  • key color value is 31.76%
CMYK:
(0,4,10,32)
C0M4Y10K32 
(0%,4%,10%,32%)
(0.00/0.04/0.10/0.32)	

CMYK percentages

%0
%4.02
%9.77
%31.76

Codes

Color #AEA79D in popluar color models

AEA79D
RGB174167157
HSL35°9.50%64.90%
HSB/HSV35°9.77%68.24%
CMYK0.00%4.02%9.77%
31.76%

Color #AEA79D in popluar number systems.

HEXAEA79D
Decimal174167157
Binary101011101010011110011101
Octal256247235

Shades and tints

Shades of #AEA79D

#AEA79D
(174,167,157)
#9F988F
(159,152,143)
#908981
(144,137,129)
#817A73
(129,122,115)
#726B65
(114,107,101)
#635C57
(99,92,87)
#544D49
(84,77,73)
#453E3B
(69,62,59)
#362F2D
(54,47,45)
#27201F
(39,32,31)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #AEA79D

#AEA79D
(174,167,157)
#B5AFA5
(181,175,165)
#BCB7AD
(188,183,173)
#C3BFB5
(195,191,181)
#CAC7BD
(202,199,189)
#D1CFC5
(209,207,197)
#D8D7CD
(216,215,205)
#DFDFD5
(223,223,213)
#E6E7DD
(230,231,221)
#EDEFE5
(237,239,229)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA79D color. Also use rgb(174,167,157) instead hex code.

Text Font Color

.myTextColor { color: #AEA79D; }

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

This text font color is #AEA79D.


Background Color

.myBgColor { background-color: #AEA79D; }

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

This div background color is #AEA79D.


Border color

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

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

This div border color is #AEA79D.


Opacity

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

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

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

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

This text has shadow with #AEA79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA79D on black background.


Color preview on white background

This text has color #AEA79D on white background.



Black color preview on #AEA79D background

This text has black color on #AEA79D background.


White color preview on #AEA79D background

This text has white color on #AEA79D background.