HEX: #AF887B
RGB: (175,136,123)
#AF887B contains red, green and blue colors in about the same proportion. Web safe color of #AF887B is #999966 (or #996).
#AF887B color RGB value is (175,136,123).
RGB: (175,136,123)
(69%, 53%, 48%)
R 175 of 255 = 69%
G 136 of 255 = 53%
B 123 of 255 = 48%
R + G + B ~ 57%. #AF887B is middle color (not dark and not light).
R + G + B = 175 + 136 + 123 = 434 (100%)
R 175 of 434 ~ 40.32%
G 136 of 434 ~ 31.34%
B 123 of 434 ~ 28.34'%
#AF887B color CMYK value is (0,22,30,31).
CMYK: (0,22,30,31)
C0M22Y30K31 (0%, 22%, 30%, 31%)
(0.00 / 0.22 / 0.30 / 0.31)
Color #AF887B in popluar color models
AF | 88 | 7B | |
---|---|---|---|
RGB | 175 | 136 | 123 |
HSL | 15° | 24.53% | 58.43% |
HSB/HSV | 15° | 29.71% | 68.63% |
CMYK | 0.00% | 22.29% | 29.71% |
31.37% |
Color #AF887B in popluar number systems.
HEX | AF | 88 | 7B |
Decimal | 175 | 136 | 123 |
Binary | 10101111 | 10001000 | 1111011 |
Octal | 257 | 210 | 173 |
Shades of #AF887B
Tints of #AF887B
Examples of css and html codes for elements with #AF887B color. Also use rgb(175,136,123) instead hex code.
.myTextColor { color: #AF887B; }
<p style="color:#AF887B">This sample text font color is #AF887B.</p>
This text font color is #AF887B.
.myBgColor { background-color: #AF887B; }
<div style="background-color:#AF887B">Inner text</div>
This div background color is #AF887B.
.myBorderColor { border: 1px solid #AF887B; }
<div style="border:3px solid #AF887B">Div</div>
This div border color is #AF887B.
.myOpacity80 { color: #AF887B; opacity: 0.8; }
<p style="color:#AF887B;opacity:0.8;">80%</p>
Text with #AF887B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AF887B;}
<p style="text-shadow: 3px 3px 1px #AF887B">Text here.</p>
This text has shadow with #AF887B color.
.textShadow {text-shadow: 3px 3px 1px #AF887B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AF887B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AF887B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF887B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AF887B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AF887B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AF887B;
-webkit-box-shadow: 1px 1px 3px 2px #AF887B;
box-shadow: 1px 1px 3px 2px #AF887B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF887B; -webkit-box-shadow: 1px 1px 3px 2px #AF887B; box-shadow:1px 1px 3px 2px #AF887B;">
Div content here
</div>
This text has color #AF887B on black background.
This text has color #AF887B on white background.
This text has black color on #AF887B background.
This text has white color on #AF887B background.
Complementary color for #hex is #507784.