COLOR #AE9B70

HEX: #AE9B70
RGB: (174,155,112)

Color info

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

RGB color model

#AE9B70 color RGB value is (174,155,112).

  • red value is 174;
  • green value is 155;
  • blue value is 112.
RGB:
(174,155,112)
(68%,61%,44%)

RGB channels and saturation

R 174 of 255 = 68%
G 155 of 255 = 61%
B 112 of 255 = 44%

174
155
112

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

Portions of RGB colors in percentages

R + G + B =
174 + 155 + 112 = 441 (100%)
R 174 of 441 ~ 39.46%
G 155 of 441 ~ 35.15%
B 112 of 441 ~ 25.4%

%39.46
%35.15
%25.4

CMYK color model

#AE9B70 color CMYK value is (0,11,36,32).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 35.63%
  • key color value is 31.76%
CMYK:
(0,11,36,32)
C0M11Y36K32 
(0%,11%,36%,32%)
(0.00/0.11/0.36/0.32)	

CMYK percentages

%0
%10.92
%35.63
%31.76

Codes

Color #AE9B70 in popluar color models

AE9B70
RGB174155112
HSL42°27.68%56.08%
HSB/HSV42°35.63%68.24%
CMYK0.00%10.92%35.63%
31.76%

Color #AE9B70 in popluar number systems.

HEXAE9B70
Decimal174155112
Binary10101110100110111110000
Octal256233160

Shades and tints

Shades of #AE9B70

#AE9B70
(174,155,112)
#9F8D66
(159,141,102)
#907F5C
(144,127,92)
#817152
(129,113,82)
#726348
(114,99,72)
#63553E
(99,85,62)
#544734
(84,71,52)
#45392A
(69,57,42)
#362B20
(54,43,32)
#271D16
(39,29,22)
#180F0C
(24,15,12)
#000000
(0,0,0)

Tints of #AE9B70

#AE9B70
(174,155,112)
#B5A47D
(181,164,125)
#BCAD8A
(188,173,138)
#C3B697
(195,182,151)
#CABFA4
(202,191,164)
#D1C8B1
(209,200,177)
#D8D1BE
(216,209,190)
#DFDACB
(223,218,203)
#E6E3D8
(230,227,216)
#EDECE5
(237,236,229)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9B70 color. Also use rgb(174,155,112) instead hex code.

Text Font Color

.myTextColor { color: #AE9B70; }

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

This text font color is #AE9B70.


Background Color

.myBgColor { background-color: #AE9B70; }

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

This div background color is #AE9B70.


Border color

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

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

This div border color is #AE9B70.


Opacity

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

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

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

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

This text has shadow with #AE9B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9B70 on black background.


Color preview on white background

This text has color #AE9B70 on white background.



Black color preview on #AE9B70 background

This text has black color on #AE9B70 background.


White color preview on #AE9B70 background

This text has white color on #AE9B70 background.