COLOR #AE7078

HEX: #AE7078 RGB: (174,112,120)

Color info

#AE7078 contains mainly red and blue colors. Web safe color of #AE7078 is #996666 (or #966).

RGB color model

#AE7078 color RGB value is (174,112,120).

RGB: (174,112,120) (68%, 44%, 47%)

RGB channels and saturation

R 174 of 255 = 68%
G 112 of 255 = 44%
B 120 of 255 = 47%

174
112
120

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

Portions of RGB colors in percentages

R + G + B = 174 + 112 + 120 = 406 (100%)
R 174 of 406 ~ 42.86%
G 112 of 406 ~ 27.59%
B 120 of 406 ~ 29.56'%

%42.86
%27.59
%29.56

CMYK color model

#AE7078 color CMYK value is (0,36,31,32).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 31.03%
  • key color value is 31.76%
CMYK: (0,36,31,32) C0M36Y31K32 (0%,36%,31%,32%) (0.00/0.36/0.31/0.32) 

CMYK percentages

%0
%35.63
%31.03
%31.76

Codes

Color #AE7078 in popluar color models

AE 70 78
RGB 174 112 120
HSL 352° 27.68% 56.08%
HSB/HSV 352° 35.63% 68.24%
CMYK 0.00% 35.63% 31.03%
31.76%

Color #AE7078 in popluar number systems.

HEX AE 70 78
Decimal 174 112 120
Binary 10101110 1110000 1111000
Octal 256 160 170

Shades and tints

Shades of #AE7078

#AE7078
(174,112,120)
#9F666E
(159,102,110)
#905C64
(144,92,100)
#81525A
(129,82,90)
#724850
(114,72,80)
#633E46
(99,62,70)
#54343C
(84,52,60)
#452A32
(69,42,50)
#362028
(54,32,40)
#27161E
(39,22,30)
#180C14
(24,12,20)
#000000
(0,0,0)

Tints of #AE7078

#AE7078
(174,112,120)
#B57D84
(181,125,132)
#BC8A90
(188,138,144)
#C3979C
(195,151,156)
#CAA4A8
(202,164,168)
#D1B1B4
(209,177,180)
#D8BEC0
(216,190,192)
#DFCBCC
(223,203,204)
#E6D8D8
(230,216,216)
#EDE5E4
(237,229,228)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7078 color. Also use rgb(174,112,120) instead hex code.

Text Font Color

.myTextColor { color: #AE7078; }

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

This text font color is #AE7078.

Background Color

.myBgColor { background-color: #AE7078; }

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

This div background color is #AE7078.

Border color

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

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

This div border color is #AE7078.

Opacity

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

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

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

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

This text has shadow with #AE7078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE7078.

Preview

Color preview on black background

This text has color #AE7078 on black background.


Color preview on white background

This text has color #AE7078 on white background.


Black color preview on #AE7078 background

This text has black color on #AE7078 background.


White color preview on #AE7078 background

This text has white color on #AE7078 background.


Related colors

Complementary color

Complementary color for #hex is #518F87.


I love getcolorcode.com

Triadic colors

1 #78AE70 and #7078AE with #AE7078 are triadic colors.

2 #7870AE and #70AE78 with #AE7078 are triadic colors.