COLOR #AE9074

HEX: #AE9074 RGB: (174,144,116)

Color info

#AE9074 contains red, green and blue colors in about the same proportion. Web safe color of #AE9074 is #999966 (or #996).

RGB color model

#AE9074 color RGB value is (174,144,116).

RGB: (174,144,116) (68%, 56%, 45%)

RGB channels and saturation

R 174 of 255 = 68%
G 144 of 255 = 56%
B 116 of 255 = 45%

174
144
116

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

Portions of RGB colors in percentages

R + G + B = 174 + 144 + 116 = 434 (100%)
R 174 of 434 ~ 40.09%
G 144 of 434 ~ 33.18%
B 116 of 434 ~ 26.73'%

%40.09
%33.18
%26.73

CMYK color model

#AE9074 color CMYK value is (0,17,33,32).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 33.33%
  • key color value is 31.76%
CMYK: (0,17,33,32) C0M17Y33K32 (0%,17%,33%,32%) (0.00/0.17/0.33/0.32) 

CMYK percentages

%0
%17.24
%33.33
%31.76

Codes

Color #AE9074 in popluar color models

AE 90 74
RGB 174 144 116
HSL 29° 26.36% 56.86%
HSB/HSV 29° 33.33% 68.24%
CMYK 0.00% 17.24% 33.33%
31.76%

Color #AE9074 in popluar number systems.

HEX AE 90 74
Decimal 174 144 116
Binary 10101110 10010000 1110100
Octal 256 220 164

Shades and tints

Shades of #AE9074

#AE9074
(174,144,116)
#9F836A
(159,131,106)
#907660
(144,118,96)
#816956
(129,105,86)
#725C4C
(114,92,76)
#634F42
(99,79,66)
#544238
(84,66,56)
#45352E
(69,53,46)
#362824
(54,40,36)
#271B1A
(39,27,26)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #AE9074

#AE9074
(174,144,116)
#B59A80
(181,154,128)
#BCA48C
(188,164,140)
#C3AE98
(195,174,152)
#CAB8A4
(202,184,164)
#D1C2B0
(209,194,176)
#D8CCBC
(216,204,188)
#DFD6C8
(223,214,200)
#E6E0D4
(230,224,212)
#EDEAE0
(237,234,224)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9074; }

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

This text font color is #AE9074.

Background Color

.myBgColor { background-color: #AE9074; }

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

This div background color is #AE9074.

Border color

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

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

This div border color is #AE9074.

Opacity

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

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

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

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

This text has shadow with #AE9074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9074.

Preview

Color preview on black background

This text has color #AE9074 on black background.


Color preview on white background

This text has color #AE9074 on white background.


Black color preview on #AE9074 background

This text has black color on #AE9074 background.


White color preview on #AE9074 background

This text has white color on #AE9074 background.


Related colors

Complementary color

Complementary color for #hex is #516F8B.


I love getcolorcode.com

Triadic colors

1 #74AE90 and #9074AE with #AE9074 are triadic colors.

2 #7490AE and #90AE74 with #AE9074 are triadic colors.