COLOR #AE9352

HEX: #AE9352 RGB: (174,147,82)

Color info

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

RGB color model

#AE9352 color RGB value is (174,147,82).

RGB: (174,147,82) (68%, 58%, 32%)

RGB channels and saturation

R 174 of 255 = 68%
G 147 of 255 = 58%
B 82 of 255 = 32%

174
147
82

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

Portions of RGB colors in percentages

R + G + B = 174 + 147 + 82 = 403 (100%)
R 174 of 403 ~ 43.18%
G 147 of 403 ~ 36.48%
B 82 of 403 ~ 20.35'%

%43.18
%36.48
%20.35

CMYK color model

#AE9352 color CMYK value is (0,16,53,32).

  • cyan value is 0.00%
  • magenta value is 15.52%
  • yellow value is 52.87%
  • key color value is 31.76%

CMYK: (0,16,53,32)
C0M16Y53K32 (0%, 16%, 53%, 32%)
(0.00 / 0.16 / 0.53 / 0.32)

CMYK percentages

%0
%15.52
%52.87
%31.76

Codes

Color #AE9352 in popluar color models

AE 93 52
RGB 174 147 82
HSL 42° 36.22% 50.20%
HSB/HSV 42° 52.87% 68.24%
CMYK 0.00% 15.52% 52.87%
31.76%

Color #AE9352 in popluar number systems.

HEX AE 93 52
Decimal 174 147 82
Binary 10101110 10010011 1010010
Octal 256 223 122

Shades and tints

Shades of #AE9352

#AE9352
(174,147,82)
#9F864B
(159,134,75)
#907944
(144,121,68)
#816C3D
(129,108,61)
#725F36
(114,95,54)
#63522F
(99,82,47)
#544528
(84,69,40)
#453821
(69,56,33)
#362B1A
(54,43,26)
#271E13
(39,30,19)
#18110C
(24,17,12)
#000000
(0,0,0)

Tints of #AE9352

#AE9352
(174,147,82)
#B59C61
(181,156,97)
#BCA570
(188,165,112)
#C3AE7F
(195,174,127)
#CAB78E
(202,183,142)
#D1C09D
(209,192,157)
#D8C9AC
(216,201,172)
#DFD2BB
(223,210,187)
#E6DBCA
(230,219,202)
#EDE4D9
(237,228,217)
#F4EDE8
(244,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9352 color. Also use rgb(174,147,82) instead hex code.

Text Font Color

.myTextColor { color: #AE9352; }

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

This text font color is #AE9352.

Background Color

.myBgColor { background-color: #AE9352; }

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

This div background color is #AE9352.

Border color

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

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

This div border color is #AE9352.

Opacity

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

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

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

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

This text has shadow with #AE9352 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9352.

Preview

Color preview on black background

This text has color #AE9352 on black background.


Color preview on white background

This text has color #AE9352 on white background.


Black color preview on #AE9352 background

This text has black color on #AE9352 background.


White color preview on #AE9352 background

This text has white color on #AE9352 background.


Related colors

Complementary color

Complementary color for #hex is #516CAD.


I love getcolorcode.com

Triadic colors

1 #52AE93 and #9352AE with #AE9352 are triadic colors.

2 #5293AE and #93AE52 with #AE9352 are triadic colors.