HEX: #AF988C
RGB: (175,152,140)
#AF988C contains red, green and blue colors in about the same proportion. Web safe color of #AF988C is #999999 (or #999).
#AF988C color RGB value is (175,152,140).
RGB: (175,152,140)
(69%, 60%, 55%)
R 175 of 255 = 69%
G 152 of 255 = 60%
B 140 of 255 = 55%
R + G + B ~ 61%. #AF988C is quite light color.
R + G + B = 175 + 152 + 140 = 467 (100%)
R 175 of 467 ~ 37.47%
G 152 of 467 ~ 32.55%
B 140 of 467 ~ 29.98'%
#AF988C color CMYK value is (0,13,20,31).
CMYK: (0,13,20,31) C0M13Y20K31 (0%,13%,20%,31%) (0.00/0.13/0.20/0.31)
Color #AF988C in popluar color models
AF | 98 | 8C | |
---|---|---|---|
RGB | 175 | 152 | 140 |
HSL | 21° | 17.95% | 61.76% |
HSB/HSV | 21° | 20.00% | 68.63% |
CMYK | 0.00% | 13.14% | 20.00% |
31.37% |
Color #AF988C in popluar number systems.
HEX | AF | 98 | 8C |
Decimal | 175 | 152 | 140 |
Binary | 10101111 | 10011000 | 10001100 |
Octal | 257 | 230 | 214 |
Shades of #AF988C
Tints of #AF988C
Examples of css and html codes for elements with #AF988C color. Also use rgb(175,152,140) instead hex code.
.myTextColor { color: #AF988C; }
<p style="color:#AF988C">This sample text font color is #AF988C.</p>
This text font color is #AF988C.
.myBgColor { background-color: #AF988C; }
<div style="background-color:#AF988C">Inner text</div>
This div background color is #AF988C.
.myBorderColor { border: 1px solid #AF988C; }
<div style="border:3px solid #AF988C">Div</div>
This div border color is #AF988C.
.myOpacity80 { color: #AF988C; opacity: 0.8; }
<p style="color:#AF988C;opacity:0.8;">80%</p>
Text with #AF988C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AF988C;}
<p style="text-shadow: 3px 3px 1px #AF988C">Text here.</p>
This text has shadow with #AF988C color.
.textShadow {text-shadow: 3px 3px 1px #AF988C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AF988C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AF988C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF988C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AF988C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AF988C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AF988C;
-webkit-box-shadow: 1px 1px 3px 2px #AF988C;
box-shadow: 1px 1px 3px 2px #AF988C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF988C; -webkit-box-shadow: 1px 1px 3px 2px #AF988C; box-shadow:1px 1px 3px 2px #AF988C;">
Div content here
</div>
This text has color #AF988C on black background.
This text has color #AF988C on white background.
This text has black color on #AF988C background.
This text has white color on #AF988C background.
Complementary color for #hex is #506773.