COLOR #AE8074

HEX: #AE8074 RGB: (174,128,116)

Color info

#AE8074 contains red, green and blue colors in about the same proportion. Web safe color of #AE8074 is #996666 (or #966).

RGB color model

#AE8074 color RGB value is (174,128,116).

RGB: (174,128,116) (68%, 50%, 45%)

RGB channels and saturation

R 174 of 255 = 68%
G 128 of 255 = 50%
B 116 of 255 = 45%

174
128
116

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

Portions of RGB colors in percentages

R + G + B = 174 + 128 + 116 = 418 (100%)
R 174 of 418 ~ 41.63%
G 128 of 418 ~ 30.62%
B 116 of 418 ~ 27.75'%

%41.63
%30.62
%27.75

CMYK color model

#AE8074 color CMYK value is (0,26,33,32).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 33.33%
  • key color value is 31.76%

CMYK: (0,26,33,32)
C0M26Y33K32 (0%, 26%, 33%, 32%)
(0.00 / 0.26 / 0.33 / 0.32)

CMYK percentages

%0
%26.44
%33.33
%31.76

Codes

Color #AE8074 in popluar color models

AE 80 74
RGB 174 128 116
HSL 12° 26.36% 56.86%
HSB/HSV 12° 33.33% 68.24%
CMYK 0.00% 26.44% 33.33%
31.76%

Color #AE8074 in popluar number systems.

HEX AE 80 74
Decimal 174 128 116
Binary 10101110 10000000 1110100
Octal 256 200 164

Shades and tints

Shades of #AE8074

#AE8074
(174,128,116)
#9F756A
(159,117,106)
#906A60
(144,106,96)
#815F56
(129,95,86)
#72544C
(114,84,76)
#634942
(99,73,66)
#543E38
(84,62,56)
#45332E
(69,51,46)
#362824
(54,40,36)
#271D1A
(39,29,26)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #AE8074

#AE8074
(174,128,116)
#B58B80
(181,139,128)
#BC968C
(188,150,140)
#C3A198
(195,161,152)
#CAACA4
(202,172,164)
#D1B7B0
(209,183,176)
#D8C2BC
(216,194,188)
#DFCDC8
(223,205,200)
#E6D8D4
(230,216,212)
#EDE3E0
(237,227,224)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8074 color. Also use rgb(174,128,116) instead hex code.

Text Font Color

.myTextColor { color: #AE8074; }

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

This text font color is #AE8074.

Background Color

.myBgColor { background-color: #AE8074; }

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

This div background color is #AE8074.

Border color

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

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

This div border color is #AE8074.

Opacity

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

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

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

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

This text has shadow with #AE8074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8074.

Preview

Color preview on black background

This text has color #AE8074 on black background.


Color preview on white background

This text has color #AE8074 on white background.


Black color preview on #AE8074 background

This text has black color on #AE8074 background.


White color preview on #AE8074 background

This text has white color on #AE8074 background.


Related colors

Complementary color

Complementary color for #hex is #517F8B.


I love getcolorcode.com

Triadic colors

1 #74AE80 and #8074AE with #AE8074 are triadic colors.

2 #7480AE and #80AE74 with #AE8074 are triadic colors.