COLOR #AE767D

HEX: #AE767D RGB: (174,118,125)

Color info

#AE767D contains red, green and blue colors in about the same proportion. Web safe color of #AE767D is #996666 (or #966).

RGB color model

#AE767D color RGB value is (174,118,125).

RGB: (174,118,125) (68%, 46%, 49%)

RGB channels and saturation

R 174 of 255 = 68%
G 118 of 255 = 46%
B 125 of 255 = 49%

174
118
125

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

Portions of RGB colors in percentages

R + G + B = 174 + 118 + 125 = 417 (100%)
R 174 of 417 ~ 41.73%
G 118 of 417 ~ 28.3%
B 125 of 417 ~ 29.98'%

%41.73
%28.3
%29.98

CMYK color model

#AE767D color CMYK value is (0,32,28,32).

  • cyan value is 0.00%
  • magenta value is 32.18%
  • yellow value is 28.16%
  • key color value is 31.76%
CMYK: (0,32,28,32) C0M32Y28K32 (0%,32%,28%,32%) (0.00/0.32/0.28/0.32) 

CMYK percentages

%0
%32.18
%28.16
%31.76

Codes

Color #AE767D in popluar color models

AE 76 7D
RGB 174 118 125
HSL 353° 25.69% 57.25%
HSB/HSV 353° 32.18% 68.24%
CMYK 0.00% 32.18% 28.16%
31.76%

Color #AE767D in popluar number systems.

HEX AE 76 7D
Decimal 174 118 125
Binary 10101110 1110110 1111101
Octal 256 166 175

Shades and tints

Shades of #AE767D

#AE767D
(174,118,125)
#9F6C72
(159,108,114)
#906267
(144,98,103)
#81585C
(129,88,92)
#724E51
(114,78,81)
#634446
(99,68,70)
#543A3B
(84,58,59)
#453030
(69,48,48)
#362625
(54,38,37)
#271C1A
(39,28,26)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #AE767D

#AE767D
(174,118,125)
#B58288
(181,130,136)
#BC8E93
(188,142,147)
#C39A9E
(195,154,158)
#CAA6A9
(202,166,169)
#D1B2B4
(209,178,180)
#D8BEBF
(216,190,191)
#DFCACA
(223,202,202)
#E6D6D5
(230,214,213)
#EDE2E0
(237,226,224)
#F4EEEB
(244,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE767D color. Also use rgb(174,118,125) instead hex code.

Text Font Color

.myTextColor { color: #AE767D; }

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

This text font color is #AE767D.

Background Color

.myBgColor { background-color: #AE767D; }

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

This div background color is #AE767D.

Border color

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

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

This div border color is #AE767D.

Opacity

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

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

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

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

This text has shadow with #AE767D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE767D.

Preview

Color preview on black background

This text has color #AE767D on black background.


Color preview on white background

This text has color #AE767D on white background.


Black color preview on #AE767D background

This text has black color on #AE767D background.


White color preview on #AE767D background

This text has white color on #AE767D background.


Related colors

Complementary color

Complementary color for #hex is #518982.


I love getcolorcode.com

Triadic colors

1 #7DAE76 and #767DAE with #AE767D are triadic colors.

2 #7D76AE and #76AE7D with #AE767D are triadic colors.