HEX: #AE6A7D
RGB: (174,106,125)
#AE6A7D contains mainly red and blue colors. Web safe color of #AE6A7D is #996666 (or #966).
#AE6A7D color RGB value is (174,106,125).
RGB: (174,106,125)
(68%, 42%, 49%)
R 174 of 255 = 68%
G 106 of 255 = 42%
B 125 of 255 = 49%
R + G + B ~ 53%. #AE6A7D is middle color (not dark and not light).
R + G + B = 174 + 106 + 125 = 405 (100%)
R 174 of 405 ~ 42.96%
G 106 of 405 ~ 26.17%
B 125 of 405 ~ 30.86'%
#AE6A7D color CMYK value is (0,39,28,32).
CMYK: (0,39,28,32)
C0M39Y28K32 (0%, 39%, 28%, 32%)
(0.00 / 0.39 / 0.28 / 0.32)
Color #AE6A7D in popluar color models
AE | 6A | 7D | |
---|---|---|---|
RGB | 174 | 106 | 125 |
HSL | 343° | 29.57% | 54.90% |
HSB/HSV | 343° | 39.08% | 68.24% |
CMYK | 0.00% | 39.08% | 28.16% |
31.76% |
Color #AE6A7D in popluar number systems.
HEX | AE | 6A | 7D |
Decimal | 174 | 106 | 125 |
Binary | 10101110 | 1101010 | 1111101 |
Octal | 256 | 152 | 175 |
Shades of #AE6A7D
Tints of #AE6A7D
Examples of css and html codes for elements with #AE6A7D color. Also use rgb(174,106,125) instead hex code.
.myTextColor { color: #AE6A7D; }
<p style="color:#AE6A7D">This sample text font color is #AE6A7D.</p>
This text font color is #AE6A7D.
.myBgColor { background-color: #AE6A7D; }
<div style="background-color:#AE6A7D">Inner text</div>
This div background color is #AE6A7D.
.myBorderColor { border: 1px solid #AE6A7D; }
<div style="border:3px solid #AE6A7D">Div</div>
This div border color is #AE6A7D.
.myOpacity80 { color: #AE6A7D; opacity: 0.8; }
<p style="color:#AE6A7D;opacity:0.8;">80%</p>
Text with #AE6A7D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE6A7D;}
<p style="text-shadow: 3px 3px 1px #AE6A7D">Text here.</p>
This text has shadow with #AE6A7D color.
.textShadow {text-shadow: 3px 3px 1px #AE6A7D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE6A7D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE6A7D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE6A7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE6A7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE6A7D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE6A7D;
-webkit-box-shadow: 1px 1px 3px 2px #AE6A7D;
box-shadow: 1px 1px 3px 2px #AE6A7D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE6A7D; -webkit-box-shadow: 1px 1px 3px 2px #AE6A7D; box-shadow:1px 1px 3px 2px #AE6A7D;">
Div content here
</div>
This text has color #AE6A7D on black background.
This text has color #AE6A7D on white background.
This text has black color on #AE6A7D background.
This text has white color on #AE6A7D background.
Complementary color for #hex is #519582.