COLOR #AEA68C

HEX: #AEA68C RGB: (174,166,140)

Color info

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

RGB color model

#AEA68C color RGB value is (174,166,140).

RGB: (174,166,140) (68%, 65%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 166 of 255 = 65%
B 140 of 255 = 55%

174
166
140

R + G + B ~ 63%. #AEA68C is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 166 + 140 = 480 (100%)
R 174 of 480 ~ 36.25%
G 166 of 480 ~ 34.58%
B 140 of 480 ~ 29.17'%

%36.25
%34.58
%29.17

CMYK color model

#AEA68C color CMYK value is (0,5,20,32).

  • cyan value is 0.00%
  • magenta value is 4.60%
  • yellow value is 19.54%
  • key color value is 31.76%

CMYK: (0,5,20,32)
C0M5Y20K32 (0%, 5%, 20%, 32%)
(0.00 / 0.05 / 0.20 / 0.32)

CMYK percentages

%0
%4.6
%19.54
%31.76

Codes

Color #AEA68C in popluar color models

AE A6 8C
RGB 174 166 140
HSL 46° 17.35% 61.57%
HSB/HSV 46° 19.54% 68.24%
CMYK 0.00% 4.60% 19.54%
31.76%

Color #AEA68C in popluar number systems.

HEX AE A6 8C
Decimal 174 166 140
Binary 10101110 10100110 10001100
Octal 256 246 214

Shades and tints

Shades of #AEA68C

#AEA68C
(174,166,140)
#9F9780
(159,151,128)
#908874
(144,136,116)
#817968
(129,121,104)
#726A5C
(114,106,92)
#635B50
(99,91,80)
#544C44
(84,76,68)
#453D38
(69,61,56)
#362E2C
(54,46,44)
#271F20
(39,31,32)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #AEA68C

#AEA68C
(174,166,140)
#B5AE96
(181,174,150)
#BCB6A0
(188,182,160)
#C3BEAA
(195,190,170)
#CAC6B4
(202,198,180)
#D1CEBE
(209,206,190)
#D8D6C8
(216,214,200)
#DFDED2
(223,222,210)
#E6E6DC
(230,230,220)
#EDEEE6
(237,238,230)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA68C; }

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

This text font color is #AEA68C.

Background Color

.myBgColor { background-color: #AEA68C; }

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

This div background color is #AEA68C.

Border color

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

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

This div border color is #AEA68C.

Opacity

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

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

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

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

This text has shadow with #AEA68C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA68C.

Preview

Color preview on black background

This text has color #AEA68C on black background.


Color preview on white background

This text has color #AEA68C on white background.


Black color preview on #AEA68C background

This text has black color on #AEA68C background.


White color preview on #AEA68C background

This text has white color on #AEA68C background.


Related colors

Complementary color

Complementary color for #hex is #515973.


I love getcolorcode.com

Triadic colors

1 #8CAEA6 and #A68CAE with #AEA68C are triadic colors.

2 #8CA6AE and #A6AE8C with #AEA68C are triadic colors.