COLOR #AEA59C

HEX: #AEA59C RGB: (174,165,156)

Color info

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

RGB color model

#AEA59C color RGB value is (174,165,156).

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

RGB channels and saturation

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

174
165
156

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

Portions of RGB colors in percentages

R + G + B = 174 + 165 + 156 = 495 (100%)
R 174 of 495 ~ 35.15%
G 165 of 495 ~ 33.33%
B 156 of 495 ~ 31.52'%

%35.15
%33.33
%31.52

CMYK color model

#AEA59C color CMYK value is (0,5,10,32).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 10.34%
  • key color value is 31.76%

CMYK: (0,5,10,32)
C0M5Y10K32 (0%, 5%, 10%, 32%)
(0.00 / 0.05 / 0.10 / 0.32)

CMYK percentages

%0
%5.17
%10.34
%31.76

Codes

Color #AEA59C in popluar color models

AE A5 9C
RGB 174 165 156
HSL 30° 10.00% 64.71%
HSB/HSV 30° 10.34% 68.24%
CMYK 0.00% 5.17% 10.34%
31.76%

Color #AEA59C in popluar number systems.

HEX AE A5 9C
Decimal 174 165 156
Binary 10101110 10100101 10011100
Octal 256 245 234

Shades and tints

Shades of #AEA59C

#AEA59C
(174,165,156)
#9F968E
(159,150,142)
#908780
(144,135,128)
#817872
(129,120,114)
#726964
(114,105,100)
#635A56
(99,90,86)
#544B48
(84,75,72)
#453C3A
(69,60,58)
#362D2C
(54,45,44)
#271E1E
(39,30,30)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #AEA59C

#AEA59C
(174,165,156)
#B5ADA5
(181,173,165)
#BCB5AE
(188,181,174)
#C3BDB7
(195,189,183)
#CAC5C0
(202,197,192)
#D1CDC9
(209,205,201)
#D8D5D2
(216,213,210)
#DFDDDB
(223,221,219)
#E6E5E4
(230,229,228)
#EDEDED
(237,237,237)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA59C; }

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

This text font color is #AEA59C.

Background Color

.myBgColor { background-color: #AEA59C; }

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

This div background color is #AEA59C.

Border color

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

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

This div border color is #AEA59C.

Opacity

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

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

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

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

This text has shadow with #AEA59C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA59C.

Preview

Color preview on black background

This text has color #AEA59C on black background.


Color preview on white background

This text has color #AEA59C on white background.


Black color preview on #AEA59C background

This text has black color on #AEA59C background.


White color preview on #AEA59C background

This text has white color on #AEA59C background.


Related colors

Complementary color

Complementary color for #hex is #515A63.


I love getcolorcode.com

Triadic colors

1 #9CAEA5 and #A59CAE with #AEA59C are triadic colors.

2 #9CA5AE and #A5AE9C with #AEA59C are triadic colors.