COLOR #AE9971

HEX: #AE9971
RGB: (174,153,113)

Color info

#AE9971 contains mainly red and green colors. Web safe color of #AE9971 is #999966 (or #996).

RGB color model

#AE9971 color RGB value is (174,153,113).

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

RGB channels and saturation

R 174 of 255 = 68%
G 153 of 255 = 60%
B 113 of 255 = 44%

174
153
113

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

Portions of RGB colors in percentages

R + G + B =
174 + 153 + 113 = 440 (100%)
R 174 of 440 ~ 39.55%
G 153 of 440 ~ 34.77%
B 113 of 440 ~ 25.68%

%39.55
%34.77
%25.68

CMYK color model

#AE9971 color CMYK value is (0,12,35,32).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 35.06%
  • key color value is 31.76%
CMYK:
(0,12,35,32)
C0M12Y35K32 
(0%,12%,35%,32%)
(0.00/0.12/0.35/0.32)	

CMYK percentages

%0
%12.07
%35.06
%31.76

Codes

Color #AE9971 in popluar color models

AE9971
RGB174153113
HSL39°27.35%56.27%
HSB/HSV39°35.06%68.24%
CMYK0.00%12.07%35.06%
31.76%

Color #AE9971 in popluar number systems.

HEXAE9971
Decimal174153113
Binary10101110100110011110001
Octal256231161

Shades and tints

Shades of #AE9971

#AE9971
(174,153,113)
#9F8C67
(159,140,103)
#907F5D
(144,127,93)
#817253
(129,114,83)
#726549
(114,101,73)
#63583F
(99,88,63)
#544B35
(84,75,53)
#453E2B
(69,62,43)
#363121
(54,49,33)
#272417
(39,36,23)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #AE9971

#AE9971
(174,153,113)
#B5A27D
(181,162,125)
#BCAB89
(188,171,137)
#C3B495
(195,180,149)
#CABDA1
(202,189,161)
#D1C6AD
(209,198,173)
#D8CFB9
(216,207,185)
#DFD8C5
(223,216,197)
#E6E1D1
(230,225,209)
#EDEADD
(237,234,221)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9971; }

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

This text font color is #AE9971.


Background Color

.myBgColor { background-color: #AE9971; }

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

This div background color is #AE9971.


Border color

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

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

This div border color is #AE9971.


Opacity

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

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

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

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

This text has shadow with #AE9971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9971 on black background.


Color preview on white background

This text has color #AE9971 on white background.



Black color preview on #AE9971 background

This text has black color on #AE9971 background.


White color preview on #AE9971 background

This text has white color on #AE9971 background.