HEX: #AE774A
RGB: (174,119,74)
#AE774A contains mainly red and green colors. Web safe color of #AE774A is #996633 (or #963).
#AE774A color RGB value is (174,119,74).
RGB: (174,119,74)
(68%, 47%, 29%)
R 174 of 255 = 68%
G 119 of 255 = 47%
B 74 of 255 = 29%
R + G + B ~ 48%. #AE774A is middle color (not dark and not light).
R + G + B = 174 + 119 + 74 = 367 (100%)
R 174 of 367 ~ 47.41%
G 119 of 367 ~ 32.43%
B 74 of 367 ~ 20.16'%
#AE774A color CMYK value is (0,32,57,32).
CMYK: (0,32,57,32) C0M32Y57K32 (0%,32%,57%,32%) (0.00/0.32/0.57/0.32)
Color #AE774A in popluar color models
AE | 77 | 4A | |
---|---|---|---|
RGB | 174 | 119 | 74 |
HSL | 27° | 40.32% | 48.63% |
HSB/HSV | 27° | 57.47% | 68.24% |
CMYK | 0.00% | 31.61% | 57.47% |
31.76% |
Color #AE774A in popluar number systems.
HEX | AE | 77 | 4A |
Decimal | 174 | 119 | 74 |
Binary | 10101110 | 1110111 | 1001010 |
Octal | 256 | 167 | 112 |
Shades of #AE774A
Tints of #AE774A
Examples of css and html codes for elements with #AE774A color. Also use rgb(174,119,74) instead hex code.
.myTextColor { color: #AE774A; }
<p style="color:#AE774A">This sample text font color is #AE774A.</p>
This text font color is #AE774A.
.myBgColor { background-color: #AE774A; }
<div style="background-color:#AE774A">Inner text</div>
This div background color is #AE774A.
.myBorderColor { border: 1px solid #AE774A; }
<div style="border:3px solid #AE774A">Div</div>
This div border color is #AE774A.
.myOpacity80 { color: #AE774A; opacity: 0.8; }
<p style="color:#AE774A;opacity:0.8;">80%</p>
Text with #AE774A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE774A;}
<p style="text-shadow: 3px 3px 1px #AE774A">Text here.</p>
This text has shadow with #AE774A color.
.textShadow {text-shadow: 3px 3px 1px #AE774A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE774A, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE774A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE774A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE774A, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE774A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE774A;
-webkit-box-shadow: 1px 1px 3px 2px #AE774A;
box-shadow: 1px 1px 3px 2px #AE774A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE774A; -webkit-box-shadow: 1px 1px 3px 2px #AE774A; box-shadow:1px 1px 3px 2px #AE774A;">
Div content here
</div>
This text has color #AE774A on black background.
This text has color #AE774A on white background.
This text has black color on #AE774A background.
This text has white color on #AE774A background.
Complementary color for #hex is #5188B5.