COLOR #AE8962

HEX: #AE8962 RGB: (174,137,98)

Color info

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

RGB color model

#AE8962 color RGB value is (174,137,98).

RGB: (174,137,98) (68%, 54%, 38%)

RGB channels and saturation

R 174 of 255 = 68%
G 137 of 255 = 54%
B 98 of 255 = 38%

174
137
98

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

Portions of RGB colors in percentages

R + G + B = 174 + 137 + 98 = 409 (100%)
R 174 of 409 ~ 42.54%
G 137 of 409 ~ 33.5%
B 98 of 409 ~ 23.96'%

%42.54
%33.5
%23.96

CMYK color model

#AE8962 color CMYK value is (0,21,44,32).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 43.68%
  • key color value is 31.76%

CMYK: (0,21,44,32)
C0M21Y44K32 (0%, 21%, 44%, 32%)
(0.00 / 0.21 / 0.44 / 0.32)

CMYK percentages

%0
%21.26
%43.68
%31.76

Codes

Color #AE8962 in popluar color models

AE 89 62
RGB 174 137 98
HSL 31° 31.93% 53.33%
HSB/HSV 31° 43.68% 68.24%
CMYK 0.00% 21.26% 43.68%
31.76%

Color #AE8962 in popluar number systems.

HEX AE 89 62
Decimal 174 137 98
Binary 10101110 10001001 1100010
Octal 256 211 142

Shades and tints

Shades of #AE8962

#AE8962
(174,137,98)
#9F7D5A
(159,125,90)
#907152
(144,113,82)
#81654A
(129,101,74)
#725942
(114,89,66)
#634D3A
(99,77,58)
#544132
(84,65,50)
#45352A
(69,53,42)
#362922
(54,41,34)
#271D1A
(39,29,26)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #AE8962

#AE8962
(174,137,98)
#B59370
(181,147,112)
#BC9D7E
(188,157,126)
#C3A78C
(195,167,140)
#CAB19A
(202,177,154)
#D1BBA8
(209,187,168)
#D8C5B6
(216,197,182)
#DFCFC4
(223,207,196)
#E6D9D2
(230,217,210)
#EDE3E0
(237,227,224)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8962 color. Also use rgb(174,137,98) instead hex code.

Text Font Color

.myTextColor { color: #AE8962; }

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

This text font color is #AE8962.

Background Color

.myBgColor { background-color: #AE8962; }

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

This div background color is #AE8962.

Border color

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

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

This div border color is #AE8962.

Opacity

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

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

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

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

This text has shadow with #AE8962 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8962.

Preview

Color preview on black background

This text has color #AE8962 on black background.


Color preview on white background

This text has color #AE8962 on white background.


Black color preview on #AE8962 background

This text has black color on #AE8962 background.


White color preview on #AE8962 background

This text has white color on #AE8962 background.


Related colors

Complementary color

Complementary color for #hex is #51769D.


I love getcolorcode.com

Triadic colors

1 #62AE89 and #8962AE with #AE8962 are triadic colors.

2 #6289AE and #89AE62 with #AE8962 are triadic colors.