HEX: #A5756A
RGB: (165,117,106)
#A5756A contains red, green and blue colors in about the same proportion. Web safe color of #A5756A is #996666 (or #966).
#A5756A color RGB value is (165,117,106).
RGB: (165,117,106)
(65%, 46%, 42%)
R 165 of 255 = 65%
G 117 of 255 = 46%
B 106 of 255 = 42%
R + G + B ~ 51%. #A5756A is middle color (not dark and not light).
R + G + B = 165 + 117 + 106 = 388 (100%)
R 165 of 388 ~ 42.53%
G 117 of 388 ~ 30.15%
B 106 of 388 ~ 27.32'%
#A5756A color CMYK value is (0,29,36,35).
CMYK: (0,29,36,35)
C0M29Y36K35 (0%, 29%, 36%, 35%)
(0.00 / 0.29 / 0.36 / 0.35)
Color #A5756A in popluar color models
A5 | 75 | 6A | |
---|---|---|---|
RGB | 165 | 117 | 106 |
HSL | 11° | 24.69% | 53.14% |
HSB/HSV | 11° | 35.76% | 64.71% |
CMYK | 0.00% | 29.09% | 35.76% |
35.29% |
Color #A5756A in popluar number systems.
HEX | A5 | 75 | 6A |
Decimal | 165 | 117 | 106 |
Binary | 10100101 | 1110101 | 1101010 |
Octal | 245 | 165 | 152 |
Shades of #A5756A
Tints of #A5756A
Examples of css and html codes for elements with #A5756A color. Also use rgb(165,117,106) instead hex code.
.myTextColor { color: #A5756A; }
<p style="color:#A5756A">This sample text font color is #A5756A.</p>
This text font color is #A5756A.
.myBgColor { background-color: #A5756A; }
<div style="background-color:#A5756A">Inner text</div>
This div background color is #A5756A.
.myBorderColor { border: 1px solid #A5756A; }
<div style="border:3px solid #A5756A">Div</div>
This div border color is #A5756A.
.myOpacity80 { color: #A5756A; opacity: 0.8; }
<p style="color:#A5756A;opacity:0.8;">80%</p>
Text with #A5756A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5756A;}
<p style="text-shadow: 3px 3px 1px #A5756A">Text here.</p>
This text has shadow with #A5756A color.
.textShadow {text-shadow: 3px 3px 1px #A5756A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5756A, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5756A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5756A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5756A, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5756A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5756A;
-webkit-box-shadow: 1px 1px 3px 2px #A5756A;
box-shadow: 1px 1px 3px 2px #A5756A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5756A; -webkit-box-shadow: 1px 1px 3px 2px #A5756A; box-shadow:1px 1px 3px 2px #A5756A;">
Div content here
</div>
This text has color #A5756A on black background.
This text has color #A5756A on white background.
This text has black color on #A5756A background.
This text has white color on #A5756A background.
Complementary color for #hex is #5A8A95.