HEX: #AE633B
RGB: (174,99,59)
#AE633B contains mainly red color. Web safe color of #AE633B is #996633 (or #963).
#AE633B color RGB value is (174,99,59).
RGB: (174,99,59)
(68%, 39%, 23%)
R 174 of 255 = 68%
G 99 of 255 = 39%
B 59 of 255 = 23%
R + G + B ~ 43%. #AE633B is middle color (not dark and not light).
R + G + B = 174 + 99 + 59 = 332 (100%)
R 174 of 332 ~ 52.41%
G 99 of 332 ~ 29.82%
B 59 of 332 ~ 17.77'%
#AE633B color CMYK value is (0,43,66,32).
CMYK: (0,43,66,32) C0M43Y66K32 (0%,43%,66%,32%) (0.00/0.43/0.66/0.32)
Color #AE633B in popluar color models
AE | 63 | 3B | |
---|---|---|---|
RGB | 174 | 99 | 59 |
HSL | 21° | 49.36% | 45.69% |
HSB/HSV | 21° | 66.09% | 68.24% |
CMYK | 0.00% | 43.10% | 66.09% |
31.76% |
Color #AE633B in popluar number systems.
HEX | AE | 63 | 3B |
Decimal | 174 | 99 | 59 |
Binary | 10101110 | 1100011 | 111011 |
Octal | 256 | 143 | 73 |
Shades of #AE633B
Tints of #AE633B
Examples of css and html codes for elements with #AE633B color. Also use rgb(174,99,59) instead hex code.
.myTextColor { color: #AE633B; }
<p style="color:#AE633B">This sample text font color is #AE633B.</p>
This text font color is #AE633B.
.myBgColor { background-color: #AE633B; }
<div style="background-color:#AE633B">Inner text</div>
This div background color is #AE633B.
.myBorderColor { border: 1px solid #AE633B; }
<div style="border:3px solid #AE633B">Div</div>
This div border color is #AE633B.
.myOpacity80 { color: #AE633B; opacity: 0.8; }
<p style="color:#AE633B;opacity:0.8;">80%</p>
Text with #AE633B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AE633B;}
<p style="text-shadow: 3px 3px 1px #AE633B">Text here.</p>
This text has shadow with #AE633B color.
.textShadow {text-shadow: 3px 3px 1px #AE633B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AE633B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AE633B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE633B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AE633B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AE633B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AE633B;
-webkit-box-shadow: 1px 1px 3px 2px #AE633B;
box-shadow: 1px 1px 3px 2px #AE633B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE633B; -webkit-box-shadow: 1px 1px 3px 2px #AE633B; box-shadow:1px 1px 3px 2px #AE633B;">
Div content here
</div>
This text has color #AE633B on black background.
This text has color #AE633B on white background.
This text has black color on #AE633B background.
This text has white color on #AE633B background.
Complementary color for #hex is #519CC4.