COLOR #AE9271

HEX: #AE9271 RGB: (174,146,113)

Color info

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

RGB color model

#AE9271 color RGB value is (174,146,113).

RGB: (174,146,113) (68%, 57%, 44%)

RGB channels and saturation

R 174 of 255 = 68%
G 146 of 255 = 57%
B 113 of 255 = 44%

174
146
113

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

Portions of RGB colors in percentages

R + G + B = 174 + 146 + 113 = 433 (100%)
R 174 of 433 ~ 40.18%
G 146 of 433 ~ 33.72%
B 113 of 433 ~ 26.1'%

%40.18
%33.72
%26.1

CMYK color model

#AE9271 color CMYK value is (0,16,35,32).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 35.06%
  • key color value is 31.76%
CMYK: (0,16,35,32) C0M16Y35K32 (0%,16%,35%,32%) (0.00/0.16/0.35/0.32) 

CMYK percentages

%0
%16.09
%35.06
%31.76

Codes

Color #AE9271 in popluar color models

AE 92 71
RGB 174 146 113
HSL 32° 27.35% 56.27%
HSB/HSV 32° 35.06% 68.24%
CMYK 0.00% 16.09% 35.06%
31.76%

Color #AE9271 in popluar number systems.

HEX AE 92 71
Decimal 174 146 113
Binary 10101110 10010010 1110001
Octal 256 222 161

Shades and tints

Shades of #AE9271

#AE9271
(174,146,113)
#9F8567
(159,133,103)
#90785D
(144,120,93)
#816B53
(129,107,83)
#725E49
(114,94,73)
#63513F
(99,81,63)
#544435
(84,68,53)
#45372B
(69,55,43)
#362A21
(54,42,33)
#271D17
(39,29,23)
#18100D
(24,16,13)
#000000
(0,0,0)

Tints of #AE9271

#AE9271
(174,146,113)
#B59B7D
(181,155,125)
#BCA489
(188,164,137)
#C3AD95
(195,173,149)
#CAB6A1
(202,182,161)
#D1BFAD
(209,191,173)
#D8C8B9
(216,200,185)
#DFD1C5
(223,209,197)
#E6DAD1
(230,218,209)
#EDE3DD
(237,227,221)
#F4ECE9
(244,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9271 color. Also use rgb(174,146,113) instead hex code.

Text Font Color

.myTextColor { color: #AE9271; }

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

This text font color is #AE9271.

Background Color

.myBgColor { background-color: #AE9271; }

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

This div background color is #AE9271.

Border color

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

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

This div border color is #AE9271.

Opacity

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

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

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

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

This text has shadow with #AE9271 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9271.

Preview

Color preview on black background

This text has color #AE9271 on black background.


Color preview on white background

This text has color #AE9271 on white background.


Black color preview on #AE9271 background

This text has black color on #AE9271 background.


White color preview on #AE9271 background

This text has white color on #AE9271 background.


Related colors

Complementary color

Complementary color for #hex is #516D8E.


I love getcolorcode.com

Triadic colors

1 #71AE92 and #9271AE with #AE9271 are triadic colors.

2 #7192AE and #92AE71 with #AE9271 are triadic colors.