COLOR #AE8167

HEX: #AE8167
RGB: (174,129,103)

Color info

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

RGB color model

#AE8167 color RGB value is (174,129,103).

  • red value is 174;
  • green value is 129;
  • blue value is 103.
RGB:
(174,129,103)
(68%,51%,40%)

RGB channels and saturation

R 174 of 255 = 68%
G 129 of 255 = 51%
B 103 of 255 = 40%

174
129
103

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

Portions of RGB colors in percentages

R + G + B =
174 + 129 + 103 = 406 (100%)
R 174 of 406 ~ 42.86%
G 129 of 406 ~ 31.77%
B 103 of 406 ~ 25.37%

%42.86
%31.77
%25.37

CMYK color model

#AE8167 color CMYK value is (0,26,41,32).

  • cyan value is 0.00%
  • magenta value is 25.86%
  • yellow value is 40.80%
  • key color value is 31.76%
CMYK:
(0,26,41,32)
C0M26Y41K32 
(0%,26%,41%,32%)
(0.00/0.26/0.41/0.32)	

CMYK percentages

%0
%25.86
%40.8
%31.76

Codes

Color #AE8167 in popluar color models

AE8167
RGB174129103
HSL22°30.47%54.31%
HSB/HSV22°40.80%68.24%
CMYK0.00%25.86%40.80%
31.76%

Color #AE8167 in popluar number systems.

HEXAE8167
Decimal174129103
Binary10101110100000011100111
Octal256201147

Shades and tints

Shades of #AE8167

#AE8167
(174,129,103)
#9F765E
(159,118,94)
#906B55
(144,107,85)
#81604C
(129,96,76)
#725543
(114,85,67)
#634A3A
(99,74,58)
#543F31
(84,63,49)
#453428
(69,52,40)
#36291F
(54,41,31)
#271E16
(39,30,22)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #AE8167

#AE8167
(174,129,103)
#B58C74
(181,140,116)
#BC9781
(188,151,129)
#C3A28E
(195,162,142)
#CAAD9B
(202,173,155)
#D1B8A8
(209,184,168)
#D8C3B5
(216,195,181)
#DFCEC2
(223,206,194)
#E6D9CF
(230,217,207)
#EDE4DC
(237,228,220)
#F4EFE9
(244,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8167 color. Also use rgb(174,129,103) instead hex code.

Text Font Color

.myTextColor { color: #AE8167; }

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

This text font color is #AE8167.


Background Color

.myBgColor { background-color: #AE8167; }

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

This div background color is #AE8167.


Border color

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

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

This div border color is #AE8167.


Opacity

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

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

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

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

This text has shadow with #AE8167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8167 on black background.


Color preview on white background

This text has color #AE8167 on white background.



Black color preview on #AE8167 background

This text has black color on #AE8167 background.


White color preview on #AE8167 background

This text has white color on #AE8167 background.