HEX: #A4727B
RGB: (164,114,123)
#A4727B contains red, green and blue colors in about the same proportion. Web safe color of #A4727B is #996666 (or #966).
#A4727B color RGB value is (164,114,123).
RGB: (164,114,123)
(64%, 45%, 48%)
R 164 of 255 = 64%
G 114 of 255 = 45%
B 123 of 255 = 48%
R + G + B ~ 52%. #A4727B is middle color (not dark and not light).
R + G + B = 164 + 114 + 123 = 401 (100%)
R 164 of 401 ~ 40.9%
G 114 of 401 ~ 28.43%
B 123 of 401 ~ 30.67'%
#A4727B color CMYK value is (0,30,25,36).
CMYK: (0,30,25,36) C0M30Y25K36 (0%,30%,25%,36%) (0.00/0.30/0.25/0.36)
Color #A4727B in popluar color models
A4 | 72 | 7B | |
---|---|---|---|
RGB | 164 | 114 | 123 |
HSL | 349° | 21.55% | 54.51% |
HSB/HSV | 349° | 30.49% | 64.31% |
CMYK | 0.00% | 30.49% | 25.00% |
35.69% |
Color #A4727B in popluar number systems.
HEX | A4 | 72 | 7B |
Decimal | 164 | 114 | 123 |
Binary | 10100100 | 1110010 | 1111011 |
Octal | 244 | 162 | 173 |
Shades of #A4727B
Tints of #A4727B
Examples of css and html codes for elements with #A4727B color. Also use rgb(164,114,123) instead hex code.
.myTextColor { color: #A4727B; }
<p style="color:#A4727B">This sample text font color is #A4727B.</p>
This text font color is #A4727B.
.myBgColor { background-color: #A4727B; }
<div style="background-color:#A4727B">Inner text</div>
This div background color is #A4727B.
.myBorderColor { border: 1px solid #A4727B; }
<div style="border:3px solid #A4727B">Div</div>
This div border color is #A4727B.
.myOpacity80 { color: #A4727B; opacity: 0.8; }
<p style="color:#A4727B;opacity:0.8;">80%</p>
Text with #A4727B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4727B;}
<p style="text-shadow: 3px 3px 1px #A4727B">Text here.</p>
This text has shadow with #A4727B color.
.textShadow {text-shadow: 3px 3px 1px #A4727B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4727B, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4727B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4727B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4727B, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4727B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4727B;
-webkit-box-shadow: 1px 1px 3px 2px #A4727B;
box-shadow: 1px 1px 3px 2px #A4727B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4727B; -webkit-box-shadow: 1px 1px 3px 2px #A4727B; box-shadow:1px 1px 3px 2px #A4727B;">
Div content here
</div>
This text has color #A4727B on black background.
This text has color #A4727B on white background.
This text has black color on #A4727B background.
This text has white color on #A4727B background.
Complementary color for #hex is #5B8D84.