COLOR #AE7952

HEX: #AE7952
RGB: (174,121,82)

Color info

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

RGB color model

#AE7952 color RGB value is (174,121,82).

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

RGB channels and saturation

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

174
121
82

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

Portions of RGB colors in percentages

R + G + B =
174 + 121 + 82 = 377 (100%)
R 174 of 377 ~ 46.15%
G 121 of 377 ~ 32.1%
B 82 of 377 ~ 21.75%

%46.15
%32.1
%21.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 52.87%
  • 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
%52.87
%31.76

Codes

Color #AE7952 in popluar color models

AE7952
RGB17412182
HSL25°36.22%50.20%
HSB/HSV25°52.87%68.24%
CMYK0.00%30.46%52.87%
31.76%

Color #AE7952 in popluar number systems.

HEXAE7952
Decimal17412182
Binary1010111011110011010010
Octal256171122

Shades and tints

Shades of #AE7952

#AE7952
(174,121,82)
#9F6E4B
(159,110,75)
#906344
(144,99,68)
#81583D
(129,88,61)
#724D36
(114,77,54)
#63422F
(99,66,47)
#543728
(84,55,40)
#452C21
(69,44,33)
#36211A
(54,33,26)
#271613
(39,22,19)
#180B0C
(24,11,12)
#000000
(0,0,0)

Tints of #AE7952

#AE7952
(174,121,82)
#B58561
(181,133,97)
#BC9170
(188,145,112)
#C39D7F
(195,157,127)
#CAA98E
(202,169,142)
#D1B59D
(209,181,157)
#D8C1AC
(216,193,172)
#DFCDBB
(223,205,187)
#E6D9CA
(230,217,202)
#EDE5D9
(237,229,217)
#F4F1E8
(244,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7952; }

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

This text font color is #AE7952.


Background Color

.myBgColor { background-color: #AE7952; }

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

This div background color is #AE7952.


Border color

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

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

This div border color is #AE7952.


Opacity

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

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

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

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

This text has shadow with #AE7952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7952 on black background.


Color preview on white background

This text has color #AE7952 on white background.



Black color preview on #AE7952 background

This text has black color on #AE7952 background.


White color preview on #AE7952 background

This text has white color on #AE7952 background.