HEX: #AA6563
RGB: (170,101,99)
#AA6563 contains mainly red color. Web safe color of #AA6563 is #996666 (or #966).
#AA6563 color RGB value is (170,101,99).
RGB: (170,101,99)
(67%, 40%, 39%)
R 170 of 255 = 67%
G 101 of 255 = 40%
B 99 of 255 = 39%
R + G + B ~ 49%. #AA6563 is middle color (not dark and not light).
R + G + B = 170 + 101 + 99 = 370 (100%)
R 170 of 370 ~ 45.95%
G 101 of 370 ~ 27.3%
B 99 of 370 ~ 26.76'%
#AA6563 color CMYK value is (0,41,42,33).
CMYK: (0,41,42,33)
C0M41Y42K33 (0%, 41%, 42%, 33%)
(0.00 / 0.41 / 0.42 / 0.33)
Color #AA6563 in popluar color models
AA | 65 | 63 | |
---|---|---|---|
RGB | 170 | 101 | 99 |
HSL | 2° | 29.46% | 52.75% |
HSB/HSV | 2° | 41.76% | 66.67% |
CMYK | 0.00% | 40.59% | 41.76% |
33.33% |
Color #AA6563 in popluar number systems.
HEX | AA | 65 | 63 |
Decimal | 170 | 101 | 99 |
Binary | 10101010 | 1100101 | 1100011 |
Octal | 252 | 145 | 143 |
Shades of #AA6563
Tints of #AA6563
Examples of css and html codes for elements with #AA6563 color. Also use rgb(170,101,99) instead hex code.
.myTextColor { color: #AA6563; }
<p style="color:#AA6563">This sample text font color is #AA6563.</p>
This text font color is #AA6563.
.myBgColor { background-color: #AA6563; }
<div style="background-color:#AA6563">Inner text</div>
This div background color is #AA6563.
.myBorderColor { border: 1px solid #AA6563; }
<div style="border:3px solid #AA6563">Div</div>
This div border color is #AA6563.
.myOpacity80 { color: #AA6563; opacity: 0.8; }
<p style="color:#AA6563;opacity:0.8;">80%</p>
Text with #AA6563 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AA6563;}
<p style="text-shadow: 3px 3px 1px #AA6563">Text here.</p>
This text has shadow with #AA6563 color.
.textShadow {text-shadow: 3px 3px 1px #AA6563', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AA6563, 5px 5px 20px red">Text here.</p>
This text has shadow with #AA6563 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA6563, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AA6563, Direction=45, Strength=4)">Text</p>
This text has shadow with #AA6563 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AA6563;
-webkit-box-shadow: 1px 1px 3px 2px #AA6563;
box-shadow: 1px 1px 3px 2px #AA6563;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AA6563; -webkit-box-shadow: 1px 1px 3px 2px #AA6563; box-shadow:1px 1px 3px 2px #AA6563;">
Div content here
</div>
This text has color #AA6563 on black background.
This text has color #AA6563 on white background.
This text has black color on #AA6563 background.
This text has white color on #AA6563 background.
Complementary color for #hex is #559A9C.