COLOR #AE8082

HEX: #AE8082
RGB: (174,128,130)

Color info

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

RGB color model

#AE8082 color RGB value is (174,128,130).

  • red value is 174;
  • green value is 128;
  • blue value is 130.
RGB:
(174,128,130)
(68%,50%,51%)

RGB channels and saturation

R 174 of 255 = 68%
G 128 of 255 = 50%
B 130 of 255 = 51%

174
128
130

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

Portions of RGB colors in percentages

R + G + B =
174 + 128 + 130 = 432 (100%)
R 174 of 432 ~ 40.28%
G 128 of 432 ~ 29.63%
B 130 of 432 ~ 30.09%

%40.28
%29.63
%30.09

CMYK color model

#AE8082 color CMYK value is (0,26,25,32).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 25.29%
  • key color value is 31.76%
CMYK:
(0,26,25,32)
C0M26Y25K32 
(0%,26%,25%,32%)
(0.00/0.26/0.25/0.32)	

CMYK percentages

%0
%26.44
%25.29
%31.76

Codes

Color #AE8082 in popluar color models

AE8082
RGB174128130
HSL357°22.12%59.22%
HSB/HSV357°26.44%68.24%
CMYK0.00%26.44%25.29%
31.76%

Color #AE8082 in popluar number systems.

HEXAE8082
Decimal174128130
Binary101011101000000010000010
Octal256200202

Shades and tints

Shades of #AE8082

#AE8082
(174,128,130)
#9F7577
(159,117,119)
#906A6C
(144,106,108)
#815F61
(129,95,97)
#725456
(114,84,86)
#63494B
(99,73,75)
#543E40
(84,62,64)
#453335
(69,51,53)
#36282A
(54,40,42)
#271D1F
(39,29,31)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #AE8082

#AE8082
(174,128,130)
#B58B8D
(181,139,141)
#BC9698
(188,150,152)
#C3A1A3
(195,161,163)
#CAACAE
(202,172,174)
#D1B7B9
(209,183,185)
#D8C2C4
(216,194,196)
#DFCDCF
(223,205,207)
#E6D8DA
(230,216,218)
#EDE3E5
(237,227,229)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8082; }

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

This text font color is #AE8082.


Background Color

.myBgColor { background-color: #AE8082; }

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

This div background color is #AE8082.


Border color

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

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

This div border color is #AE8082.


Opacity

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

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

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

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

This text has shadow with #AE8082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8082 on black background.


Color preview on white background

This text has color #AE8082 on white background.



Black color preview on #AE8082 background

This text has black color on #AE8082 background.


White color preview on #AE8082 background

This text has white color on #AE8082 background.