COLOR #AE968D

HEX: #AE968D RGB: (174,150,141)

Color info

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

RGB color model

#AE968D color RGB value is (174,150,141).

RGB: (174,150,141) (68%, 59%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 150 of 255 = 59%
B 141 of 255 = 55%

174
150
141

R + G + B ~ 61%. #AE968D is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 150 + 141 = 465 (100%)
R 174 of 465 ~ 37.42%
G 150 of 465 ~ 32.26%
B 141 of 465 ~ 30.32'%

%37.42
%32.26
%30.32

CMYK color model

#AE968D color CMYK value is (0,14,19,32).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 18.97%
  • key color value is 31.76%
CMYK: (0,14,19,32) C0M14Y19K32 (0%,14%,19%,32%) (0.00/0.14/0.19/0.32) 

CMYK percentages

%0
%13.79
%18.97
%31.76

Codes

Color #AE968D in popluar color models

AE 96 8D
RGB 174 150 141
HSL 16° 16.92% 61.76%
HSB/HSV 16° 18.97% 68.24%
CMYK 0.00% 13.79% 18.97%
31.76%

Color #AE968D in popluar number systems.

HEX AE 96 8D
Decimal 174 150 141
Binary 10101110 10010110 10001101
Octal 256 226 215

Shades and tints

Shades of #AE968D

#AE968D
(174,150,141)
#9F8981
(159,137,129)
#907C75
(144,124,117)
#816F69
(129,111,105)
#72625D
(114,98,93)
#635551
(99,85,81)
#544845
(84,72,69)
#453B39
(69,59,57)
#362E2D
(54,46,45)
#272121
(39,33,33)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #AE968D

#AE968D
(174,150,141)
#B59F97
(181,159,151)
#BCA8A1
(188,168,161)
#C3B1AB
(195,177,171)
#CABAB5
(202,186,181)
#D1C3BF
(209,195,191)
#D8CCC9
(216,204,201)
#DFD5D3
(223,213,211)
#E6DEDD
(230,222,221)
#EDE7E7
(237,231,231)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE968D; }

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

This text font color is #AE968D.

Background Color

.myBgColor { background-color: #AE968D; }

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

This div background color is #AE968D.

Border color

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

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

This div border color is #AE968D.

Opacity

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

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

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

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

This text has shadow with #AE968D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE968D.

Preview

Color preview on black background

This text has color #AE968D on black background.


Color preview on white background

This text has color #AE968D on white background.


Black color preview on #AE968D background

This text has black color on #AE968D background.


White color preview on #AE968D background

This text has white color on #AE968D background.


Related colors

Complementary color

Complementary color for #hex is #516972.


I love getcolorcode.com

Triadic colors

1 #8DAE96 and #968DAE with #AE968D are triadic colors.

2 #8D96AE and #96AE8D with #AE968D are triadic colors.