COLOR #AE9679

HEX: #AE9679
RGB: (174,150,121)

Color info

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

RGB color model

#AE9679 color RGB value is (174,150,121).

  • red value is 174;
  • green value is 150;
  • blue value is 121.
RGB:
(174,150,121)
(68%,59%,47%)

RGB channels and saturation

R 174 of 255 = 68%
G 150 of 255 = 59%
B 121 of 255 = 47%

174
150
121

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

Portions of RGB colors in percentages

R + G + B =
174 + 150 + 121 = 445 (100%)
R 174 of 445 ~ 39.1%
G 150 of 445 ~ 33.71%
B 121 of 445 ~ 27.19%

%39.1
%33.71
%27.19

CMYK color model

#AE9679 color CMYK value is (0,14,30,32).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 30.46%
  • key color value is 31.76%
CMYK:
(0,14,30,32)
C0M14Y30K32 
(0%,14%,30%,32%)
(0.00/0.14/0.30/0.32)	

CMYK percentages

%0
%13.79
%30.46
%31.76

Codes

Color #AE9679 in popluar color models

AE9679
RGB174150121
HSL33°24.65%57.84%
HSB/HSV33°30.46%68.24%
CMYK0.00%13.79%30.46%
31.76%

Color #AE9679 in popluar number systems.

HEXAE9679
Decimal174150121
Binary10101110100101101111001
Octal256226171

Shades and tints

Shades of #AE9679

#AE9679
(174,150,121)
#9F896E
(159,137,110)
#907C63
(144,124,99)
#816F58
(129,111,88)
#72624D
(114,98,77)
#635542
(99,85,66)
#544837
(84,72,55)
#453B2C
(69,59,44)
#362E21
(54,46,33)
#272116
(39,33,22)
#18140B
(24,20,11)
#000000
(0,0,0)

Tints of #AE9679

#AE9679
(174,150,121)
#B59F85
(181,159,133)
#BCA891
(188,168,145)
#C3B19D
(195,177,157)
#CABAA9
(202,186,169)
#D1C3B5
(209,195,181)
#D8CCC1
(216,204,193)
#DFD5CD
(223,213,205)
#E6DED9
(230,222,217)
#EDE7E5
(237,231,229)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9679; }

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

This text font color is #AE9679.


Background Color

.myBgColor { background-color: #AE9679; }

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

This div background color is #AE9679.


Border color

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

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

This div border color is #AE9679.


Opacity

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

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

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

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

This text has shadow with #AE9679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9679 on black background.


Color preview on white background

This text has color #AE9679 on white background.



Black color preview on #AE9679 background

This text has black color on #AE9679 background.


White color preview on #AE9679 background

This text has white color on #AE9679 background.