COLOR #AE7099

HEX: #AE7099 RGB: (174,112,153)

Color info

#AE7099 contains mainly red and blue colors. Web safe color of #AE7099 is #996699 (or #969).

RGB color model

#AE7099 color RGB value is (174,112,153).

RGB: (174,112,153) (68%, 44%, 60%)

RGB channels and saturation

R 174 of 255 = 68%
G 112 of 255 = 44%
B 153 of 255 = 60%

174
112
153

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

Portions of RGB colors in percentages

R + G + B = 174 + 112 + 153 = 439 (100%)
R 174 of 439 ~ 39.64%
G 112 of 439 ~ 25.51%
B 153 of 439 ~ 34.85'%

%39.64
%25.51
%34.85

CMYK color model

#AE7099 color CMYK value is (0,36,12,32).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 12.07%
  • key color value is 31.76%
CMYK: (0,36,12,32) C0M36Y12K32 (0%,36%,12%,32%) (0.00/0.36/0.12/0.32) 

CMYK percentages

%0
%35.63
%12.07
%31.76

Codes

Color #AE7099 in popluar color models

AE 70 99
RGB 174 112 153
HSL 320° 27.68% 56.08%
HSB/HSV 320° 35.63% 68.24%
CMYK 0.00% 35.63% 12.07%
31.76%

Color #AE7099 in popluar number systems.

HEX AE 70 99
Decimal 174 112 153
Binary 10101110 1110000 10011001
Octal 256 160 231

Shades and tints

Shades of #AE7099

#AE7099
(174,112,153)
#9F668C
(159,102,140)
#905C7F
(144,92,127)
#815272
(129,82,114)
#724865
(114,72,101)
#633E58
(99,62,88)
#54344B
(84,52,75)
#452A3E
(69,42,62)
#362031
(54,32,49)
#271624
(39,22,36)
#180C17
(24,12,23)
#000000
(0,0,0)

Tints of #AE7099

#AE7099
(174,112,153)
#B57DA2
(181,125,162)
#BC8AAB
(188,138,171)
#C397B4
(195,151,180)
#CAA4BD
(202,164,189)
#D1B1C6
(209,177,198)
#D8BECF
(216,190,207)
#DFCBD8
(223,203,216)
#E6D8E1
(230,216,225)
#EDE5EA
(237,229,234)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7099; }

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

This text font color is #AE7099.

Background Color

.myBgColor { background-color: #AE7099; }

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

This div background color is #AE7099.

Border color

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

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

This div border color is #AE7099.

Opacity

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

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

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

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

This text has shadow with #AE7099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE7099.

Preview

Color preview on black background

This text has color #AE7099 on black background.


Color preview on white background

This text has color #AE7099 on white background.


Black color preview on #AE7099 background

This text has black color on #AE7099 background.


White color preview on #AE7099 background

This text has white color on #AE7099 background.


Related colors

Complementary color

Complementary color for #hex is #518F66.


I love getcolorcode.com

Triadic colors

1 #99AE70 and #7099AE with #AE7099 are triadic colors.

2 #9970AE and #70AE99 with #AE7099 are triadic colors.