COLOR #AE857A

HEX: #AE857A RGB: (174,133,122)

Color info

#AE857A contains red, green and blue colors in about the same proportion. Web safe color of #AE857A is #999966 (or #996).

RGB color model

#AE857A color RGB value is (174,133,122).

RGB: (174,133,122) (68%, 52%, 48%)

RGB channels and saturation

R 174 of 255 = 68%
G 133 of 255 = 52%
B 122 of 255 = 48%

174
133
122

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

Portions of RGB colors in percentages

R + G + B = 174 + 133 + 122 = 429 (100%)
R 174 of 429 ~ 40.56%
G 133 of 429 ~ 31%
B 122 of 429 ~ 28.44'%

%40.56
%31
%28.44

CMYK color model

#AE857A color CMYK value is (0,24,30,32).

  • cyan value is 0.00%
  • magenta value is 23.56%
  • yellow value is 29.89%
  • key color value is 31.76%

CMYK: (0,24,30,32)
C0M24Y30K32 (0%, 24%, 30%, 32%)
(0.00 / 0.24 / 0.30 / 0.32)

CMYK percentages

%0
%23.56
%29.89
%31.76

Codes

Color #AE857A in popluar color models

AE 85 7A
RGB 174 133 122
HSL 13° 24.30% 58.04%
HSB/HSV 13° 29.89% 68.24%
CMYK 0.00% 23.56% 29.89%
31.76%

Color #AE857A in popluar number systems.

HEX AE 85 7A
Decimal 174 133 122
Binary 10101110 10000101 1111010
Octal 256 205 172

Shades and tints

Shades of #AE857A

#AE857A
(174,133,122)
#9F796F
(159,121,111)
#906D64
(144,109,100)
#816159
(129,97,89)
#72554E
(114,85,78)
#634943
(99,73,67)
#543D38
(84,61,56)
#45312D
(69,49,45)
#362522
(54,37,34)
#271917
(39,25,23)
#180D0C
(24,13,12)
#000000
(0,0,0)

Tints of #AE857A

#AE857A
(174,133,122)
#B59086
(181,144,134)
#BC9B92
(188,155,146)
#C3A69E
(195,166,158)
#CAB1AA
(202,177,170)
#D1BCB6
(209,188,182)
#D8C7C2
(216,199,194)
#DFD2CE
(223,210,206)
#E6DDDA
(230,221,218)
#EDE8E6
(237,232,230)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE857A color. Also use rgb(174,133,122) instead hex code.

Text Font Color

.myTextColor { color: #AE857A; }

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

This text font color is #AE857A.

Background Color

.myBgColor { background-color: #AE857A; }

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

This div background color is #AE857A.

Border color

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

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

This div border color is #AE857A.

Opacity

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

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

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

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

This text has shadow with #AE857A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE857A.

Preview

Color preview on black background

This text has color #AE857A on black background.


Color preview on white background

This text has color #AE857A on white background.


Black color preview on #AE857A background

This text has black color on #AE857A background.


White color preview on #AE857A background

This text has white color on #AE857A background.


Related colors

Complementary color

Complementary color for #hex is #517A85.


I love getcolorcode.com

Triadic colors

1 #7AAE85 and #857AAE with #AE857A are triadic colors.

2 #7A85AE and #85AE7A with #AE857A are triadic colors.