COLOR #AE9041

HEX: #AE9041 RGB: (174,144,65)

Color info

#AE9041 contains mainly red and green colors. Web safe color of #AE9041 is #999933 (or #993).

RGB color model

#AE9041 color RGB value is (174,144,65).

RGB: (174,144,65) (68%, 56%, 25%)

RGB channels and saturation

R 174 of 255 = 68%
G 144 of 255 = 56%
B 65 of 255 = 25%

174
144
65

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

Portions of RGB colors in percentages

R + G + B = 174 + 144 + 65 = 383 (100%)
R 174 of 383 ~ 45.43%
G 144 of 383 ~ 37.6%
B 65 of 383 ~ 16.97'%

%45.43
%37.6
%16.97

CMYK color model

#AE9041 color CMYK value is (0,17,63,32).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 62.64%
  • key color value is 31.76%

CMYK: (0,17,63,32)
C0M17Y63K32 (0%, 17%, 63%, 32%)
(0.00 / 0.17 / 0.63 / 0.32)

CMYK percentages

%0
%17.24
%62.64
%31.76

Codes

Color #AE9041 in popluar color models

AE 90 41
RGB 174 144 65
HSL 43° 45.61% 46.86%
HSB/HSV 43° 62.64% 68.24%
CMYK 0.00% 17.24% 62.64%
31.76%

Color #AE9041 in popluar number systems.

HEX AE 90 41
Decimal 174 144 65
Binary 10101110 10010000 1000001
Octal 256 220 101

Shades and tints

Shades of #AE9041

#AE9041
(174,144,65)
#9F833C
(159,131,60)
#907637
(144,118,55)
#816932
(129,105,50)
#725C2D
(114,92,45)
#634F28
(99,79,40)
#544223
(84,66,35)
#45351E
(69,53,30)
#362819
(54,40,25)
#271B14
(39,27,20)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #AE9041

#AE9041
(174,144,65)
#B59A52
(181,154,82)
#BCA463
(188,164,99)
#C3AE74
(195,174,116)
#CAB885
(202,184,133)
#D1C296
(209,194,150)
#D8CCA7
(216,204,167)
#DFD6B8
(223,214,184)
#E6E0C9
(230,224,201)
#EDEADA
(237,234,218)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9041; }

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

This text font color is #AE9041.

Background Color

.myBgColor { background-color: #AE9041; }

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

This div background color is #AE9041.

Border color

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

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

This div border color is #AE9041.

Opacity

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

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

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

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

This text has shadow with #AE9041 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9041.

Preview

Color preview on black background

This text has color #AE9041 on black background.


Color preview on white background

This text has color #AE9041 on white background.


Black color preview on #AE9041 background

This text has black color on #AE9041 background.


White color preview on #AE9041 background

This text has white color on #AE9041 background.


Related colors

Complementary color

Complementary color for #hex is #516FBE.


I love getcolorcode.com

Triadic colors

1 #41AE90 and #9041AE with #AE9041 are triadic colors.

2 #4190AE and #90AE41 with #AE9041 are triadic colors.