COLOR #AE9685

HEX: #AE9685
RGB: (174,150,133)

Color info

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

RGB color model

#AE9685 color RGB value is (174,150,133).

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

RGB channels and saturation

R 174 of 255 = 68%
G 150 of 255 = 59%
B 133 of 255 = 52%

174
150
133

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

Portions of RGB colors in percentages

R + G + B =
174 + 150 + 133 = 457 (100%)
R 174 of 457 ~ 38.07%
G 150 of 457 ~ 32.82%
B 133 of 457 ~ 29.1%

%38.07
%32.82
%29.1

CMYK color model

#AE9685 color CMYK value is (0,14,24,32).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 23.56%
  • key color value is 31.76%
CMYK:
(0,14,24,32)
C0M14Y24K32 
(0%,14%,24%,32%)
(0.00/0.14/0.24/0.32)	

CMYK percentages

%0
%13.79
%23.56
%31.76

Codes

Color #AE9685 in popluar color models

AE9685
RGB174150133
HSL25°20.20%60.20%
HSB/HSV25°23.56%68.24%
CMYK0.00%13.79%23.56%
31.76%

Color #AE9685 in popluar number systems.

HEXAE9685
Decimal174150133
Binary101011101001011010000101
Octal256226205

Shades and tints

Shades of #AE9685

#AE9685
(174,150,133)
#9F8979
(159,137,121)
#907C6D
(144,124,109)
#816F61
(129,111,97)
#726255
(114,98,85)
#635549
(99,85,73)
#54483D
(84,72,61)
#453B31
(69,59,49)
#362E25
(54,46,37)
#272119
(39,33,25)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #AE9685

#AE9685
(174,150,133)
#B59F90
(181,159,144)
#BCA89B
(188,168,155)
#C3B1A6
(195,177,166)
#CABAB1
(202,186,177)
#D1C3BC
(209,195,188)
#D8CCC7
(216,204,199)
#DFD5D2
(223,213,210)
#E6DEDD
(230,222,221)
#EDE7E8
(237,231,232)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9685; }

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

This text font color is #AE9685.


Background Color

.myBgColor { background-color: #AE9685; }

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

This div background color is #AE9685.


Border color

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

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

This div border color is #AE9685.


Opacity

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

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

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

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

This text has shadow with #AE9685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9685 on black background.


Color preview on white background

This text has color #AE9685 on white background.



Black color preview on #AE9685 background

This text has black color on #AE9685 background.


White color preview on #AE9685 background

This text has white color on #AE9685 background.