COLOR #AE8466

HEX: #AE8466
RGB: (174,132,102)

Color info

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

RGB color model

#AE8466 color RGB value is (174,132,102).

  • red value is 174;
  • green value is 132;
  • blue value is 102.
RGB:
(174,132,102)
(68%,52%,40%)

RGB channels and saturation

R 174 of 255 = 68%
G 132 of 255 = 52%
B 102 of 255 = 40%

174
132
102

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

Portions of RGB colors in percentages

R + G + B =
174 + 132 + 102 = 408 (100%)
R 174 of 408 ~ 42.65%
G 132 of 408 ~ 32.35%
B 102 of 408 ~ 25%

%42.65
%32.35
%25

CMYK color model

#AE8466 color CMYK value is (0,24,41,32).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 41.38%
  • key color value is 31.76%
CMYK:
(0,24,41,32)
C0M24Y41K32 
(0%,24%,41%,32%)
(0.00/0.24/0.41/0.32)	

CMYK percentages

%0
%24.14
%41.38
%31.76

Codes

Color #AE8466 in popluar color models

AE8466
RGB174132102
HSL25°30.77%54.12%
HSB/HSV25°41.38%68.24%
CMYK0.00%24.14%41.38%
31.76%

Color #AE8466 in popluar number systems.

HEXAE8466
Decimal174132102
Binary10101110100001001100110
Octal256204146

Shades and tints

Shades of #AE8466

#AE8466
(174,132,102)
#9F785D
(159,120,93)
#906C54
(144,108,84)
#81604B
(129,96,75)
#725442
(114,84,66)
#634839
(99,72,57)
#543C30
(84,60,48)
#453027
(69,48,39)
#36241E
(54,36,30)
#271815
(39,24,21)
#180C0C
(24,12,12)
#000000
(0,0,0)

Tints of #AE8466

#AE8466
(174,132,102)
#B58F73
(181,143,115)
#BC9A80
(188,154,128)
#C3A58D
(195,165,141)
#CAB09A
(202,176,154)
#D1BBA7
(209,187,167)
#D8C6B4
(216,198,180)
#DFD1C1
(223,209,193)
#E6DCCE
(230,220,206)
#EDE7DB
(237,231,219)
#F4F2E8
(244,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8466 color. Also use rgb(174,132,102) instead hex code.

Text Font Color

.myTextColor { color: #AE8466; }

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

This text font color is #AE8466.


Background Color

.myBgColor { background-color: #AE8466; }

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

This div background color is #AE8466.


Border color

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

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

This div border color is #AE8466.


Opacity

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

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

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

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

This text has shadow with #AE8466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8466 on black background.


Color preview on white background

This text has color #AE8466 on white background.



Black color preview on #AE8466 background

This text has black color on #AE8466 background.


White color preview on #AE8466 background

This text has white color on #AE8466 background.