HEX: #A47B8A
RGB: (164,123,138)
#A47B8A contains red, green and blue colors in about the same proportion. Web safe color of #A47B8A is #996699 (or #969).
#A47B8A color RGB value is (164,123,138).
RGB: (164,123,138)
(64%, 48%, 54%)
R 164 of 255 = 64%
G 123 of 255 = 48%
B 138 of 255 = 54%
R + G + B ~ 55%. #A47B8A is middle color (not dark and not light).
R + G + B = 164 + 123 + 138 = 425 (100%)
R 164 of 425 ~ 38.59%
G 123 of 425 ~ 28.94%
B 138 of 425 ~ 32.47'%
#A47B8A color CMYK value is (0,25,16,36).
CMYK: (0,25,16,36) C0M25Y16K36 (0%,25%,16%,36%) (0.00/0.25/0.16/0.36)
Color #A47B8A in popluar color models
A4 | 7B | 8A | |
---|---|---|---|
RGB | 164 | 123 | 138 |
HSL | 338° | 18.39% | 56.27% |
HSB/HSV | 338° | 25.00% | 64.31% |
CMYK | 0.00% | 25.00% | 15.85% |
35.69% |
Color #A47B8A in popluar number systems.
HEX | A4 | 7B | 8A |
Decimal | 164 | 123 | 138 |
Binary | 10100100 | 1111011 | 10001010 |
Octal | 244 | 173 | 212 |
Shades of #A47B8A
Tints of #A47B8A
Examples of css and html codes for elements with #A47B8A color. Also use rgb(164,123,138) instead hex code.
.myTextColor { color: #A47B8A; }
<p style="color:#A47B8A">This sample text font color is #A47B8A.</p>
This text font color is #A47B8A.
.myBgColor { background-color: #A47B8A; }
<div style="background-color:#A47B8A">Inner text</div>
This div background color is #A47B8A.
.myBorderColor { border: 1px solid #A47B8A; }
<div style="border:3px solid #A47B8A">Div</div>
This div border color is #A47B8A.
.myOpacity80 { color: #A47B8A; opacity: 0.8; }
<p style="color:#A47B8A;opacity:0.8;">80%</p>
Text with #A47B8A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A47B8A;}
<p style="text-shadow: 3px 3px 1px #A47B8A">Text here.</p>
This text has shadow with #A47B8A color.
.textShadow {text-shadow: 3px 3px 1px #A47B8A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A47B8A, 5px 5px 20px red">Text here.</p>
This text has shadow with #A47B8A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A47B8A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A47B8A, Direction=45, Strength=4)">Text</p>
This text has shadow with #A47B8A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A47B8A;
-webkit-box-shadow: 1px 1px 3px 2px #A47B8A;
box-shadow: 1px 1px 3px 2px #A47B8A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A47B8A; -webkit-box-shadow: 1px 1px 3px 2px #A47B8A; box-shadow:1px 1px 3px 2px #A47B8A;">
Div content here
</div>
This text has color #A47B8A on black background.
This text has color #A47B8A on white background.
This text has black color on #A47B8A background.
This text has white color on #A47B8A background.
Complementary color for #hex is #5B8475.