COLOR #AE997F

HEX: #AE997F
RGB: (174,153,127)

Color info

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

RGB color model

#AE997F color RGB value is (174,153,127).

  • red value is 174;
  • green value is 153;
  • blue value is 127.
RGB:
(174,153,127)
(68%,60%,50%)

RGB channels and saturation

R 174 of 255 = 68%
G 153 of 255 = 60%
B 127 of 255 = 50%

174
153
127

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

Portions of RGB colors in percentages

R + G + B =
174 + 153 + 127 = 454 (100%)
R 174 of 454 ~ 38.33%
G 153 of 454 ~ 33.7%
B 127 of 454 ~ 27.97%

%38.33
%33.7
%27.97

CMYK color model

#AE997F color CMYK value is (0,12,27,32).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 27.01%
  • key color value is 31.76%
CMYK:
(0,12,27,32)
C0M12Y27K32 
(0%,12%,27%,32%)
(0.00/0.12/0.27/0.32)	

CMYK percentages

%0
%12.07
%27.01
%31.76

Codes

Color #AE997F in popluar color models

AE997F
RGB174153127
HSL33°22.49%59.02%
HSB/HSV33°27.01%68.24%
CMYK0.00%12.07%27.01%
31.76%

Color #AE997F in popluar number systems.

HEXAE997F
Decimal174153127
Binary10101110100110011111111
Octal256231177

Shades and tints

Shades of #AE997F

#AE997F
(174,153,127)
#9F8C74
(159,140,116)
#907F69
(144,127,105)
#81725E
(129,114,94)
#726553
(114,101,83)
#635848
(99,88,72)
#544B3D
(84,75,61)
#453E32
(69,62,50)
#363127
(54,49,39)
#27241C
(39,36,28)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #AE997F

#AE997F
(174,153,127)
#B5A28A
(181,162,138)
#BCAB95
(188,171,149)
#C3B4A0
(195,180,160)
#CABDAB
(202,189,171)
#D1C6B6
(209,198,182)
#D8CFC1
(216,207,193)
#DFD8CC
(223,216,204)
#E6E1D7
(230,225,215)
#EDEAE2
(237,234,226)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE997F color. Also use rgb(174,153,127) instead hex code.

Text Font Color

.myTextColor { color: #AE997F; }

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

This text font color is #AE997F.


Background Color

.myBgColor { background-color: #AE997F; }

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

This div background color is #AE997F.


Border color

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

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

This div border color is #AE997F.


Opacity

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

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

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

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

This text has shadow with #AE997F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE997F on black background.


Color preview on white background

This text has color #AE997F on white background.



Black color preview on #AE997F background

This text has black color on #AE997F background.


White color preview on #AE997F background

This text has white color on #AE997F background.