COLOR #AE967D

HEX: #AE967D RGB: (174,150,125)

Color info

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

RGB color model

#AE967D color RGB value is (174,150,125).

RGB: (174,150,125) (68%, 59%, 49%)

RGB channels and saturation

R 174 of 255 = 68%
G 150 of 255 = 59%
B 125 of 255 = 49%

174
150
125

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

Portions of RGB colors in percentages

R + G + B = 174 + 150 + 125 = 449 (100%)
R 174 of 449 ~ 38.75%
G 150 of 449 ~ 33.41%
B 125 of 449 ~ 27.84'%

%38.75
%33.41
%27.84

CMYK color model

#AE967D color CMYK value is (0,14,28,32).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 28.16%
  • key color value is 31.76%

CMYK: (0,14,28,32)
C0M14Y28K32 (0%, 14%, 28%, 32%)
(0.00 / 0.14 / 0.28 / 0.32)

CMYK percentages

%0
%13.79
%28.16
%31.76

Codes

Color #AE967D in popluar color models

AE 96 7D
RGB 174 150 125
HSL 31° 23.22% 58.63%
HSB/HSV 31° 28.16% 68.24%
CMYK 0.00% 13.79% 28.16%
31.76%

Color #AE967D in popluar number systems.

HEX AE 96 7D
Decimal 174 150 125
Binary 10101110 10010110 1111101
Octal 256 226 175

Shades and tints

Shades of #AE967D

#AE967D
(174,150,125)
#9F8972
(159,137,114)
#907C67
(144,124,103)
#816F5C
(129,111,92)
#726251
(114,98,81)
#635546
(99,85,70)
#54483B
(84,72,59)
#453B30
(69,59,48)
#362E25
(54,46,37)
#27211A
(39,33,26)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #AE967D

#AE967D
(174,150,125)
#B59F88
(181,159,136)
#BCA893
(188,168,147)
#C3B19E
(195,177,158)
#CABAA9
(202,186,169)
#D1C3B4
(209,195,180)
#D8CCBF
(216,204,191)
#DFD5CA
(223,213,202)
#E6DED5
(230,222,213)
#EDE7E0
(237,231,224)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE967D color. Also use rgb(174,150,125) instead hex code.

Text Font Color

.myTextColor { color: #AE967D; }

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

This text font color is #AE967D.

Background Color

.myBgColor { background-color: #AE967D; }

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

This div background color is #AE967D.

Border color

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

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

This div border color is #AE967D.

Opacity

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

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

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

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

This text has shadow with #AE967D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE967D.

Preview

Color preview on black background

This text has color #AE967D on black background.


Color preview on white background

This text has color #AE967D on white background.


Black color preview on #AE967D background

This text has black color on #AE967D background.


White color preview on #AE967D background

This text has white color on #AE967D background.


Related colors

Complementary color

Complementary color for #hex is #516982.


I love getcolorcode.com

Triadic colors

1 #7DAE96 and #967DAE with #AE967D are triadic colors.

2 #7D96AE and #96AE7D with #AE967D are triadic colors.