HEX: #AA697D
RGB: (170,105,125)
#AA697D contains mainly red and blue colors. Web safe color of #AA697D is #996666 (or #966).
#AA697D color RGB value is (170,105,125).
RGB: (170,105,125)
(67%, 41%, 49%)
R 170 of 255 = 67%
G 105 of 255 = 41%
B 125 of 255 = 49%
R + G + B ~ 52%. #AA697D is middle color (not dark and not light).
R + G + B = 170 + 105 + 125 = 400 (100%)
R 170 of 400 ~ 42.5%
G 105 of 400 ~ 26.25%
B 125 of 400 ~ 31.25'%
#AA697D color CMYK value is (0,38,26,33).
CMYK: (0,38,26,33)
C0M38Y26K33 (0%, 38%, 26%, 33%)
(0.00 / 0.38 / 0.26 / 0.33)
Color #AA697D in popluar color models
AA | 69 | 7D | |
---|---|---|---|
RGB | 170 | 105 | 125 |
HSL | 342° | 27.66% | 53.92% |
HSB/HSV | 342° | 38.24% | 66.67% |
CMYK | 0.00% | 38.24% | 26.47% |
33.33% |
Color #AA697D in popluar number systems.
HEX | AA | 69 | 7D |
Decimal | 170 | 105 | 125 |
Binary | 10101010 | 1101001 | 1111101 |
Octal | 252 | 151 | 175 |
Shades of #AA697D
Tints of #AA697D
Examples of css and html codes for elements with #AA697D color. Also use rgb(170,105,125) instead hex code.
.myTextColor { color: #AA697D; }
<p style="color:#AA697D">This sample text font color is #AA697D.</p>
This text font color is #AA697D.
.myBgColor { background-color: #AA697D; }
<div style="background-color:#AA697D">Inner text</div>
This div background color is #AA697D.
.myBorderColor { border: 1px solid #AA697D; }
<div style="border:3px solid #AA697D">Div</div>
This div border color is #AA697D.
.myOpacity80 { color: #AA697D; opacity: 0.8; }
<p style="color:#AA697D;opacity:0.8;">80%</p>
Text with #AA697D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AA697D;}
<p style="text-shadow: 3px 3px 1px #AA697D">Text here.</p>
This text has shadow with #AA697D color.
.textShadow {text-shadow: 3px 3px 1px #AA697D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AA697D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AA697D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA697D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AA697D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AA697D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AA697D;
-webkit-box-shadow: 1px 1px 3px 2px #AA697D;
box-shadow: 1px 1px 3px 2px #AA697D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AA697D; -webkit-box-shadow: 1px 1px 3px 2px #AA697D; box-shadow:1px 1px 3px 2px #AA697D;">
Div content here
</div>
This text has color #AA697D on black background.
This text has color #AA697D on white background.
This text has black color on #AA697D background.
This text has white color on #AA697D background.
Complementary color for #hex is #559682.