COLOR #AE9680

HEX: #AE9680
RGB: (174,150,128)

Color info

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

RGB color model

#AE9680 color RGB value is (174,150,128).

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

RGB channels and saturation

R 174 of 255 = 68%
G 150 of 255 = 59%
B 128 of 255 = 50%

174
150
128

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

Portions of RGB colors in percentages

R + G + B =
174 + 150 + 128 = 452 (100%)
R 174 of 452 ~ 38.5%
G 150 of 452 ~ 33.19%
B 128 of 452 ~ 28.32%

%38.5
%33.19
%28.32

CMYK color model

#AE9680 color CMYK value is (0,14,26,32).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 26.44%
  • key color value is 31.76%
CMYK:
(0,14,26,32)
C0M14Y26K32 
(0%,14%,26%,32%)
(0.00/0.14/0.26/0.32)	

CMYK percentages

%0
%13.79
%26.44
%31.76

Codes

Color #AE9680 in popluar color models

AE9680
RGB174150128
HSL29°22.12%59.22%
HSB/HSV29°26.44%68.24%
CMYK0.00%13.79%26.44%
31.76%

Color #AE9680 in popluar number systems.

HEXAE9680
Decimal174150128
Binary101011101001011010000000
Octal256226200

Shades and tints

Shades of #AE9680

#AE9680
(174,150,128)
#9F8975
(159,137,117)
#907C6A
(144,124,106)
#816F5F
(129,111,95)
#726254
(114,98,84)
#635549
(99,85,73)
#54483E
(84,72,62)
#453B33
(69,59,51)
#362E28
(54,46,40)
#27211D
(39,33,29)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #AE9680

#AE9680
(174,150,128)
#B59F8B
(181,159,139)
#BCA896
(188,168,150)
#C3B1A1
(195,177,161)
#CABAAC
(202,186,172)
#D1C3B7
(209,195,183)
#D8CCC2
(216,204,194)
#DFD5CD
(223,213,205)
#E6DED8
(230,222,216)
#EDE7E3
(237,231,227)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9680; }

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

This text font color is #AE9680.


Background Color

.myBgColor { background-color: #AE9680; }

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

This div background color is #AE9680.


Border color

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

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

This div border color is #AE9680.


Opacity

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

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

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

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

This text has shadow with #AE9680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9680 on black background.


Color preview on white background

This text has color #AE9680 on white background.



Black color preview on #AE9680 background

This text has black color on #AE9680 background.


White color preview on #AE9680 background

This text has white color on #AE9680 background.