COLOR #AE828E

HEX: #AE828E RGB: (174,130,142)

Color info

#AE828E contains red, green and blue colors in about the same proportion. Web safe color of #AE828E is #999999 (or #999).

RGB color model

#AE828E color RGB value is (174,130,142).

RGB: (174,130,142) (68%, 51%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 130 of 255 = 51%
B 142 of 255 = 56%

174
130
142

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

Portions of RGB colors in percentages

R + G + B = 174 + 130 + 142 = 446 (100%)
R 174 of 446 ~ 39.01%
G 130 of 446 ~ 29.15%
B 142 of 446 ~ 31.84'%

%39.01
%29.15
%31.84

CMYK color model

#AE828E color CMYK value is (0,25,18,32).

  • cyan value is 0.00%
  • magenta value is 25.29%
  • yellow value is 18.39%
  • key color value is 31.76%

CMYK: (0,25,18,32)
C0M25Y18K32 (0%, 25%, 18%, 32%)
(0.00 / 0.25 / 0.18 / 0.32)

CMYK percentages

%0
%25.29
%18.39
%31.76

Codes

Color #AE828E in popluar color models

AE 82 8E
RGB 174 130 142
HSL 344° 21.36% 59.61%
HSB/HSV 344° 25.29% 68.24%
CMYK 0.00% 25.29% 18.39%
31.76%

Color #AE828E in popluar number systems.

HEX AE 82 8E
Decimal 174 130 142
Binary 10101110 10000010 10001110
Octal 256 202 216

Shades and tints

Shades of #AE828E

#AE828E
(174,130,142)
#9F7782
(159,119,130)
#906C76
(144,108,118)
#81616A
(129,97,106)
#72565E
(114,86,94)
#634B52
(99,75,82)
#544046
(84,64,70)
#45353A
(69,53,58)
#362A2E
(54,42,46)
#271F22
(39,31,34)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #AE828E

#AE828E
(174,130,142)
#B58D98
(181,141,152)
#BC98A2
(188,152,162)
#C3A3AC
(195,163,172)
#CAAEB6
(202,174,182)
#D1B9C0
(209,185,192)
#D8C4CA
(216,196,202)
#DFCFD4
(223,207,212)
#E6DADE
(230,218,222)
#EDE5E8
(237,229,232)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE828E color. Also use rgb(174,130,142) instead hex code.

Text Font Color

.myTextColor { color: #AE828E; }

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

This text font color is #AE828E.

Background Color

.myBgColor { background-color: #AE828E; }

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

This div background color is #AE828E.

Border color

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

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

This div border color is #AE828E.

Opacity

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

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

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

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

This text has shadow with #AE828E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE828E.

Preview

Color preview on black background

This text has color #AE828E on black background.


Color preview on white background

This text has color #AE828E on white background.


Black color preview on #AE828E background

This text has black color on #AE828E background.


White color preview on #AE828E background

This text has white color on #AE828E background.


Related colors

Complementary color

Complementary color for #hex is #517D71.


I love getcolorcode.com

Triadic colors

1 #8EAE82 and #828EAE with #AE828E are triadic colors.

2 #8E82AE and #82AE8E with #AE828E are triadic colors.