HEX: #AA766D
RGB: (170,118,109)
#AA766D contains mainly red and green colors. Web safe color of #AA766D is #996666 (or #966).
#AA766D color RGB value is (170,118,109).
RGB: (170,118,109)
(67%, 46%, 43%)
R 170 of 255 = 67%
G 118 of 255 = 46%
B 109 of 255 = 43%
R + G + B ~ 52%. #AA766D is middle color (not dark and not light).
R + G + B = 170 + 118 + 109 = 397 (100%)
R 170 of 397 ~ 42.82%
G 118 of 397 ~ 29.72%
B 109 of 397 ~ 27.46'%
#AA766D color CMYK value is (0,31,36,33).
CMYK: (0,31,36,33) C0M31Y36K33 (0%,31%,36%,33%) (0.00/0.31/0.36/0.33)
Color #AA766D in popluar color models
AA | 76 | 6D | |
---|---|---|---|
RGB | 170 | 118 | 109 |
HSL | 9° | 26.41% | 54.71% |
HSB/HSV | 9° | 35.88% | 66.67% |
CMYK | 0.00% | 30.59% | 35.88% |
33.33% |
Color #AA766D in popluar number systems.
HEX | AA | 76 | 6D |
Decimal | 170 | 118 | 109 |
Binary | 10101010 | 1110110 | 1101101 |
Octal | 252 | 166 | 155 |
Shades of #AA766D
Tints of #AA766D
Examples of css and html codes for elements with #AA766D color. Also use rgb(170,118,109) instead hex code.
.myTextColor { color: #AA766D; }
<p style="color:#AA766D">This sample text font color is #AA766D.</p>
This text font color is #AA766D.
.myBgColor { background-color: #AA766D; }
<div style="background-color:#AA766D">Inner text</div>
This div background color is #AA766D.
.myBorderColor { border: 1px solid #AA766D; }
<div style="border:3px solid #AA766D">Div</div>
This div border color is #AA766D.
.myOpacity80 { color: #AA766D; opacity: 0.8; }
<p style="color:#AA766D;opacity:0.8;">80%</p>
Text with #AA766D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AA766D;}
<p style="text-shadow: 3px 3px 1px #AA766D">Text here.</p>
This text has shadow with #AA766D color.
.textShadow {text-shadow: 3px 3px 1px #AA766D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AA766D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AA766D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA766D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AA766D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AA766D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AA766D;
-webkit-box-shadow: 1px 1px 3px 2px #AA766D;
box-shadow: 1px 1px 3px 2px #AA766D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AA766D; -webkit-box-shadow: 1px 1px 3px 2px #AA766D; box-shadow:1px 1px 3px 2px #AA766D;">
Div content here
</div>
This text has color #AA766D on black background.
This text has color #AA766D on white background.
This text has black color on #AA766D background.
This text has white color on #AA766D background.
Complementary color for #hex is #558992.