HEX: #AE767D
RGB: (174,118,125)
#AE767D contains red, green and blue colors in about the same proportion. Web safe color of #AE767D is #996666 (or #966).
#AE767D color RGB value is (174,118,125).
RGB: (174,118,125)
(68%, 46%, 49%)
R 174 of 255 = 68%
G 118 of 255 = 46%
B 125 of 255 = 49%
R + G + B ~ 54%. #AE767D is middle color (not dark and not light).
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'%
#AE767D color CMYK value is (0,32,28,32).
CMYK: (0,32,28,32) C0M32Y28K32 (0%,32%,28%,32%) (0.00/0.32/0.28/0.32)
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 of #AE767D
Tints of #AE767D
Examples of css and html codes for elements with #AE767D color. Also use rgb(174,118,125) instead hex code.
.myTextColor { color: #AE767D; }
<p style="color:#AE767D">This sample text font color is #AE767D.</p>
This text font color is #AE767D.
.myBgColor { background-color: #AE767D; }
<div style="background-color:#AE767D">Inner text</div>
This div background color is #AE767D.
.myBorderColor { border: 1px solid #AE767D; }
<div style="border:3px solid #AE767D">Div</div>
This div border color is #AE767D.
.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%.
.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.
/* 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 text has color #AE767D on black background.
This text has color #AE767D on white background.
This text has black color on #AE767D background.
This text has white color on #AE767D background.
Complementary color for #hex is #518982.