COLOR #AE7951

HEX: #AE7951
RGB: (174,121,81)

Color info

#AE7951 contains mainly red and green colors. Web safe color of #AE7951 is #996666 (or #966).

RGB color model

#AE7951 color RGB value is (174,121,81).

  • red value is 174;
  • green value is 121;
  • blue value is 81.
RGB:
(174,121,81)
(68%,47%,32%)

RGB channels and saturation

R 174 of 255 = 68%
G 121 of 255 = 47%
B 81 of 255 = 32%

174
121
81

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

Portions of RGB colors in percentages

R + G + B =
174 + 121 + 81 = 376 (100%)
R 174 of 376 ~ 46.28%
G 121 of 376 ~ 32.18%
B 81 of 376 ~ 21.54%

%46.28
%32.18
%21.54

CMYK color model

#AE7951 color CMYK value is (0,30,53,32).

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 53.45%
  • key color value is 31.76%
CMYK:
(0,30,53,32)
C0M30Y53K32 
(0%,30%,53%,32%)
(0.00/0.30/0.53/0.32)	

CMYK percentages

%0
%30.46
%53.45
%31.76

Codes

Color #AE7951 in popluar color models

AE7951
RGB17412181
HSL26°36.47%50.00%
HSB/HSV26°53.45%68.24%
CMYK0.00%30.46%53.45%
31.76%

Color #AE7951 in popluar number systems.

HEXAE7951
Decimal17412181
Binary1010111011110011010001
Octal256171121

Shades and tints

Shades of #AE7951

#AE7951
(174,121,81)
#9F6E4A
(159,110,74)
#906343
(144,99,67)
#81583C
(129,88,60)
#724D35
(114,77,53)
#63422E
(99,66,46)
#543727
(84,55,39)
#452C20
(69,44,32)
#362119
(54,33,25)
#271612
(39,22,18)
#180B0B
(24,11,11)
#000000
(0,0,0)

Tints of #AE7951

#AE7951
(174,121,81)
#B58560
(181,133,96)
#BC916F
(188,145,111)
#C39D7E
(195,157,126)
#CAA98D
(202,169,141)
#D1B59C
(209,181,156)
#D8C1AB
(216,193,171)
#DFCDBA
(223,205,186)
#E6D9C9
(230,217,201)
#EDE5D8
(237,229,216)
#F4F1E7
(244,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7951 color. Also use rgb(174,121,81) instead hex code.

Text Font Color

.myTextColor { color: #AE7951; }

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

This text font color is #AE7951.


Background Color

.myBgColor { background-color: #AE7951; }

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

This div background color is #AE7951.


Border color

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

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

This div border color is #AE7951.


Opacity

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

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

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

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

This text has shadow with #AE7951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7951 on black background.


Color preview on white background

This text has color #AE7951 on white background.



Black color preview on #AE7951 background

This text has black color on #AE7951 background.


White color preview on #AE7951 background

This text has white color on #AE7951 background.