COLOR #AE798D

HEX: #AE798D RGB: (174,121,141)

Color info

#AE798D contains red, green and blue colors in about the same proportion. Web safe color of #AE798D is #996699 (or #969).

RGB color model

#AE798D color RGB value is (174,121,141).

RGB: (174,121,141) (68%, 47%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 121 of 255 = 47%
B 141 of 255 = 55%

174
121
141

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

Portions of RGB colors in percentages

R + G + B = 174 + 121 + 141 = 436 (100%)
R 174 of 436 ~ 39.91%
G 121 of 436 ~ 27.75%
B 141 of 436 ~ 32.34'%

%39.91
%27.75
%32.34

CMYK color model

#AE798D color CMYK value is (0,30,19,32).

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 18.97%
  • key color value is 31.76%

CMYK: (0,30,19,32)
C0M30Y19K32 (0%, 30%, 19%, 32%)
(0.00 / 0.30 / 0.19 / 0.32)

CMYK percentages

%0
%30.46
%18.97
%31.76

Codes

Color #AE798D in popluar color models

AE 79 8D
RGB 174 121 141
HSL 337° 24.65% 57.84%
HSB/HSV 337° 30.46% 68.24%
CMYK 0.00% 30.46% 18.97%
31.76%

Color #AE798D in popluar number systems.

HEX AE 79 8D
Decimal 174 121 141
Binary 10101110 1111001 10001101
Octal 256 171 215

Shades and tints

Shades of #AE798D

#AE798D
(174,121,141)
#9F6E81
(159,110,129)
#906375
(144,99,117)
#815869
(129,88,105)
#724D5D
(114,77,93)
#634251
(99,66,81)
#543745
(84,55,69)
#452C39
(69,44,57)
#36212D
(54,33,45)
#271621
(39,22,33)
#180B15
(24,11,21)
#000000
(0,0,0)

Tints of #AE798D

#AE798D
(174,121,141)
#B58597
(181,133,151)
#BC91A1
(188,145,161)
#C39DAB
(195,157,171)
#CAA9B5
(202,169,181)
#D1B5BF
(209,181,191)
#D8C1C9
(216,193,201)
#DFCDD3
(223,205,211)
#E6D9DD
(230,217,221)
#EDE5E7
(237,229,231)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE798D color. Also use rgb(174,121,141) instead hex code.

Text Font Color

.myTextColor { color: #AE798D; }

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

This text font color is #AE798D.

Background Color

.myBgColor { background-color: #AE798D; }

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

This div background color is #AE798D.

Border color

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

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

This div border color is #AE798D.

Opacity

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

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

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

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

This text has shadow with #AE798D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE798D.

Preview

Color preview on black background

This text has color #AE798D on black background.


Color preview on white background

This text has color #AE798D on white background.


Black color preview on #AE798D background

This text has black color on #AE798D background.


White color preview on #AE798D background

This text has white color on #AE798D background.


Related colors

Complementary color

Complementary color for #hex is #518672.


I love getcolorcode.com

Triadic colors

1 #8DAE79 and #798DAE with #AE798D are triadic colors.

2 #8D79AE and #79AE8D with #AE798D are triadic colors.