COLOR #AEA27C

HEX: #AEA27C RGB: (174,162,124)

Color info

#AEA27C contains red, green and blue colors in about the same proportion. Web safe color of #AEA27C is #999966 (or #996).

RGB color model

#AEA27C color RGB value is (174,162,124).

RGB: (174,162,124) (68%, 64%, 49%)

RGB channels and saturation

R 174 of 255 = 68%
G 162 of 255 = 64%
B 124 of 255 = 49%

174
162
124

R + G + B ~ 60%. #AEA27C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 174 + 162 + 124 = 460 (100%)
R 174 of 460 ~ 37.83%
G 162 of 460 ~ 35.22%
B 124 of 460 ~ 26.96'%

%37.83
%35.22
%26.96

CMYK color model

#AEA27C color CMYK value is (0,7,29,32).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 28.74%
  • key color value is 31.76%

CMYK: (0,7,29,32)
C0M7Y29K32 (0%, 7%, 29%, 32%)
(0.00 / 0.07 / 0.29 / 0.32)

CMYK percentages

%0
%6.9
%28.74
%31.76

Codes

Color #AEA27C in popluar color models

AE A2 7C
RGB 174 162 124
HSL 46° 23.58% 58.43%
HSB/HSV 46° 28.74% 68.24%
CMYK 0.00% 6.90% 28.74%
31.76%

Color #AEA27C in popluar number systems.

HEX AE A2 7C
Decimal 174 162 124
Binary 10101110 10100010 1111100
Octal 256 242 174

Shades and tints

Shades of #AEA27C

#AEA27C
(174,162,124)
#9F9471
(159,148,113)
#908666
(144,134,102)
#81785B
(129,120,91)
#726A50
(114,106,80)
#635C45
(99,92,69)
#544E3A
(84,78,58)
#45402F
(69,64,47)
#363224
(54,50,36)
#272419
(39,36,25)
#18160E
(24,22,14)
#000000
(0,0,0)

Tints of #AEA27C

#AEA27C
(174,162,124)
#B5AA87
(181,170,135)
#BCB292
(188,178,146)
#C3BA9D
(195,186,157)
#CAC2A8
(202,194,168)
#D1CAB3
(209,202,179)
#D8D2BE
(216,210,190)
#DFDAC9
(223,218,201)
#E6E2D4
(230,226,212)
#EDEADF
(237,234,223)
#F4F2EA
(244,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA27C color. Also use rgb(174,162,124) instead hex code.

Text Font Color

.myTextColor { color: #AEA27C; }

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

This text font color is #AEA27C.

Background Color

.myBgColor { background-color: #AEA27C; }

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

This div background color is #AEA27C.

Border color

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

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

This div border color is #AEA27C.

Opacity

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

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

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

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

This text has shadow with #AEA27C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA27C.

Preview

Color preview on black background

This text has color #AEA27C on black background.


Color preview on white background

This text has color #AEA27C on white background.


Black color preview on #AEA27C background

This text has black color on #AEA27C background.


White color preview on #AEA27C background

This text has white color on #AEA27C background.


Related colors

Complementary color

Complementary color for #hex is #515D83.


I love getcolorcode.com

Triadic colors

1 #7CAEA2 and #A27CAE with #AEA27C are triadic colors.

2 #7CA2AE and #A2AE7C with #AEA27C are triadic colors.