COLOR #AE6077

HEX: #AE6077
RGB: (174,96,119)

Color info

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

RGB color model

#AE6077 color RGB value is (174,96,119).

  • red value is 174;
  • green value is 96;
  • blue value is 119.
RGB:
(174,96,119)
(68%,38%,47%)

RGB channels and saturation

R 174 of 255 = 68%
G 96 of 255 = 38%
B 119 of 255 = 47%

174
96
119

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

Portions of RGB colors in percentages

R + G + B =
174 + 96 + 119 = 389 (100%)
R 174 of 389 ~ 44.73%
G 96 of 389 ~ 24.68%
B 119 of 389 ~ 30.59%

%44.73
%24.68
%30.59

CMYK color model

#AE6077 color CMYK value is (0,45,32,32).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 31.61%
  • key color value is 31.76%
CMYK:
(0,45,32,32)
C0M45Y32K32 
(0%,45%,32%,32%)
(0.00/0.45/0.32/0.32)	

CMYK percentages

%0
%44.83
%31.61
%31.76

Codes

Color #AE6077 in popluar color models

AE6077
RGB17496119
HSL342°32.50%52.94%
HSB/HSV342°44.83%68.24%
CMYK0.00%44.83%31.61%
31.76%

Color #AE6077 in popluar number systems.

HEXAE6077
Decimal17496119
Binary1010111011000001110111
Octal256140167

Shades and tints

Shades of #AE6077

#AE6077
(174,96,119)
#9F586D
(159,88,109)
#905063
(144,80,99)
#814859
(129,72,89)
#72404F
(114,64,79)
#633845
(99,56,69)
#54303B
(84,48,59)
#452831
(69,40,49)
#362027
(54,32,39)
#27181D
(39,24,29)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #AE6077

#AE6077
(174,96,119)
#B56E83
(181,110,131)
#BC7C8F
(188,124,143)
#C38A9B
(195,138,155)
#CA98A7
(202,152,167)
#D1A6B3
(209,166,179)
#D8B4BF
(216,180,191)
#DFC2CB
(223,194,203)
#E6D0D7
(230,208,215)
#EDDEE3
(237,222,227)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6077 color. Also use rgb(174,96,119) instead hex code.

Text Font Color

.myTextColor { color: #AE6077; }

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

This text font color is #AE6077.


Background Color

.myBgColor { background-color: #AE6077; }

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

This div background color is #AE6077.


Border color

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

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

This div border color is #AE6077.


Opacity

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

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

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

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

This text has shadow with #AE6077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6077 on black background.


Color preview on white background

This text has color #AE6077 on white background.



Black color preview on #AE6077 background

This text has black color on #AE6077 background.


White color preview on #AE6077 background

This text has white color on #AE6077 background.