HEX: #AE584A
RGB: (174,88,74)
#AE584A contains mainly red color. Web safe color of #AE584A is #996633 (or #963).
#AE584A color RGB value is (174,88,74).
RGB: (174,88,74) (68%,35%,29%)
R 174 of 255 = 68%
G 88 of 255 = 35%
B 74 of 255 = 29%
R + G + B ~ 44%. #AE584A is middle color (not dark and not light).
R + G + B =
174 + 88 + 74 = 336 (100%)
R 174 of 336 ~ 51.79%
G 88 of 336 ~ 26.19%
B 74 of 336 ~ 22.02%
#AE584A color CMYK value is (0,49,57,32).
CMYK: (0,49,57,32) C0M49Y57K32 (0%,49%,57%,32%) (0.00/0.49/0.57/0.32)
AE | 58 | 4A | |
---|---|---|---|
RGB | 174 | 88 | 74 |
HSL | 8° | 40.32% | 48.63% |
HSB/HSV | 8° | 57.47% | 68.24% |
CMYK | 0.00% | 49.43% | 57.47% |
31.76% |
HEX | AE | 58 | 4A |
Decimal | 174 | 88 | 74 |
Binary | 10101110 | 1011000 | 1001010 |
Octal | 256 | 130 | 112 |
Examples of css and html codes for elements with #AE584A color. Also use rgb(174,88,74) instead hex code.
.myTextColor { color: #AE584A; }
<p style="color:#AE584A">This sample text font color is #AE584A.</p>
This text font color is #AE584A.
.myBgColor { background-color: #AE584A; }
<div style="background-color:#AE584A">Inner text</div>
This div background color is #AE584A.
.myBorderColor { border: 1px solid #AE584A; }
<div style="border:3px solid #AE584A">Div</div>
This div border color is #AE584A.
.myOpacity80 { color: #AE584A; opacity: 0.8; }
<p style="color:#AE584A;opacity:0.8;">80%</p>
Text with #AE584A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE584A;}
<p style="text-shadow: 3px 3px 1px #AE584A">Text here.</p>
This text has shadow with #AE584A color.
.textShadow {text-shadow: 3px 3px 1px #AE584A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE584A, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE584A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE584A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE584A, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE584A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AE584A; -webkit-box-shadow: 1px 1px 3px 2px #AE584A; box-shadow: 1px 1px 3px 2px #AE584A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AE584A; -webkit-box-shadow: 1px 1px 3px 2px #AE584A; box-shadow:1px 1px 3px 2px #AE584A;">
Div content here</div>
This text has color #AE584A on black background.
This text has color #AE584A on white background.
This text has black color on #AE584A background.
This text has white color on #AE584A background.