COLOR #AE8B2F

HEX: #AE8B2F RGB: (174,139,47)

Color info

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

RGB color model

#AE8B2F color RGB value is (174,139,47).

RGB: (174,139,47) (68%, 55%, 18%)

RGB channels and saturation

R 174 of 255 = 68%
G 139 of 255 = 55%
B 47 of 255 = 18%

174
139
47

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

Portions of RGB colors in percentages

R + G + B = 174 + 139 + 47 = 360 (100%)
R 174 of 360 ~ 48.33%
G 139 of 360 ~ 38.61%
B 47 of 360 ~ 13.06'%

%48.33
%38.61
%13.06

CMYK color model

#AE8B2F color CMYK value is (0,20,73,32).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 72.99%
  • key color value is 31.76%
CMYK: (0,20,73,32) C0M20Y73K32 (0%,20%,73%,32%) (0.00/0.20/0.73/0.32) 

CMYK percentages

%0
%20.11
%72.99
%31.76

Codes

Color #AE8B2F in popluar color models

AE 8B 2F
RGB 174 139 47
HSL 43° 57.47% 43.33%
HSB/HSV 43° 72.99% 68.24%
CMYK 0.00% 20.11% 72.99%
31.76%

Color #AE8B2F in popluar number systems.

HEX AE 8B 2F
Decimal 174 139 47
Binary 10101110 10001011 101111
Octal 256 213 57

Shades and tints

Shades of #AE8B2F

#AE8B2F
(174,139,47)
#9F7F2B
(159,127,43)
#907327
(144,115,39)
#816723
(129,103,35)
#725B1F
(114,91,31)
#634F1B
(99,79,27)
#544317
(84,67,23)
#453713
(69,55,19)
#362B0F
(54,43,15)
#271F0B
(39,31,11)
#181307
(24,19,7)
#000000
(0,0,0)

Tints of #AE8B2F

#AE8B2F
(174,139,47)
#B59541
(181,149,65)
#BC9F53
(188,159,83)
#C3A965
(195,169,101)
#CAB377
(202,179,119)
#D1BD89
(209,189,137)
#D8C79B
(216,199,155)
#DFD1AD
(223,209,173)
#E6DBBF
(230,219,191)
#EDE5D1
(237,229,209)
#F4EFE3
(244,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8B2F color. Also use rgb(174,139,47) instead hex code.

Text Font Color

.myTextColor { color: #AE8B2F; }

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

This text font color is #AE8B2F.

Background Color

.myBgColor { background-color: #AE8B2F; }

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

This div background color is #AE8B2F.

Border color

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

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

This div border color is #AE8B2F.

Opacity

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

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

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

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

This text has shadow with #AE8B2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8B2F.

Preview

Color preview on black background

This text has color #AE8B2F on black background.


Color preview on white background

This text has color #AE8B2F on white background.


Black color preview on #AE8B2F background

This text has black color on #AE8B2F background.


White color preview on #AE8B2F background

This text has white color on #AE8B2F background.


Related colors

Complementary color

Complementary color for #hex is #5174D0.


I love getcolorcode.com

Triadic colors

1 #2FAE8B and #8B2FAE with #AE8B2F are triadic colors.

2 #2F8BAE and #8BAE2F with #AE8B2F are triadic colors.