COLOR #AEA79C

HEX: #AEA79C RGB: (174,167,156)

Color info

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

RGB color model

#AEA79C color RGB value is (174,167,156).

RGB: (174,167,156) (68%, 65%, 61%)

RGB channels and saturation

R 174 of 255 = 68%
G 167 of 255 = 65%
B 156 of 255 = 61%

174
167
156

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

Portions of RGB colors in percentages

R + G + B = 174 + 167 + 156 = 497 (100%)
R 174 of 497 ~ 35.01%
G 167 of 497 ~ 33.6%
B 156 of 497 ~ 31.39'%

%35.01
%33.6
%31.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 10.34%
  • 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
%10.34
%31.76

Codes

Color #AEA79C in popluar color models

AE A7 9C
RGB 174 167 156
HSL 37° 10.00% 64.71%
HSB/HSV 37° 10.34% 68.24%
CMYK 0.00% 4.02% 10.34%
31.76%

Color #AEA79C in popluar number systems.

HEX AE A7 9C
Decimal 174 167 156
Binary 10101110 10100111 10011100
Octal 256 247 234

Shades and tints

Shades of #AEA79C

#AEA79C
(174,167,156)
#9F988E
(159,152,142)
#908980
(144,137,128)
#817A72
(129,122,114)
#726B64
(114,107,100)
#635C56
(99,92,86)
#544D48
(84,77,72)
#453E3A
(69,62,58)
#362F2C
(54,47,44)
#27201E
(39,32,30)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #AEA79C

#AEA79C
(174,167,156)
#B5AFA5
(181,175,165)
#BCB7AE
(188,183,174)
#C3BFB7
(195,191,183)
#CAC7C0
(202,199,192)
#D1CFC9
(209,207,201)
#D8D7D2
(216,215,210)
#DFDFDB
(223,223,219)
#E6E7E4
(230,231,228)
#EDEFED
(237,239,237)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA79C; }

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

This text font color is #AEA79C.

Background Color

.myBgColor { background-color: #AEA79C; }

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

This div background color is #AEA79C.

Border color

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

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

This div border color is #AEA79C.

Opacity

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

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

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

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

This text has shadow with #AEA79C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA79C.

Preview

Color preview on black background

This text has color #AEA79C on black background.


Color preview on white background

This text has color #AEA79C on white background.


Black color preview on #AEA79C background

This text has black color on #AEA79C background.


White color preview on #AEA79C background

This text has white color on #AEA79C background.


Related colors

Complementary color

Complementary color for #hex is #515863.


I love getcolorcode.com

Triadic colors

1 #9CAEA7 and #A79CAE with #AEA79C are triadic colors.

2 #9CA7AE and #A7AE9C with #AEA79C are triadic colors.