HEX: #AF997D
RGB: (175,153,125)
#AF997D contains red, green and blue colors in about the same proportion. Web safe color of #AF997D is #999966 (or #996).
#AF997D color RGB value is (175,153,125).
RGB: (175,153,125)
(69%, 60%, 49%)
R 175 of 255 = 69%
G 153 of 255 = 60%
B 125 of 255 = 49%
R + G + B ~ 59%. #AF997D is middle color (not dark and not light).
R + G + B = 175 + 153 + 125 = 453 (100%)
R 175 of 453 ~ 38.63%
G 153 of 453 ~ 33.77%
B 125 of 453 ~ 27.59'%
#AF997D color CMYK value is (0,13,29,31).
CMYK: (0,13,29,31)
C0M13Y29K31 (0%, 13%, 29%, 31%)
(0.00 / 0.13 / 0.29 / 0.31)
Color #AF997D in popluar color models
AF | 99 | 7D | |
---|---|---|---|
RGB | 175 | 153 | 125 |
HSL | 34° | 23.81% | 58.82% |
HSB/HSV | 34° | 28.57% | 68.63% |
CMYK | 0.00% | 12.57% | 28.57% |
31.37% |
Color #AF997D in popluar number systems.
HEX | AF | 99 | 7D |
Decimal | 175 | 153 | 125 |
Binary | 10101111 | 10011001 | 1111101 |
Octal | 257 | 231 | 175 |
Shades of #AF997D
Tints of #AF997D
Examples of css and html codes for elements with #AF997D color. Also use rgb(175,153,125) instead hex code.
.myTextColor { color: #AF997D; }
<p style="color:#AF997D">This sample text font color is #AF997D.</p>
This text font color is #AF997D.
.myBgColor { background-color: #AF997D; }
<div style="background-color:#AF997D">Inner text</div>
This div background color is #AF997D.
.myBorderColor { border: 1px solid #AF997D; }
<div style="border:3px solid #AF997D">Div</div>
This div border color is #AF997D.
.myOpacity80 { color: #AF997D; opacity: 0.8; }
<p style="color:#AF997D;opacity:0.8;">80%</p>
Text with #AF997D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AF997D;}
<p style="text-shadow: 3px 3px 1px #AF997D">Text here.</p>
This text has shadow with #AF997D color.
.textShadow {text-shadow: 3px 3px 1px #AF997D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AF997D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AF997D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF997D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AF997D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AF997D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AF997D;
-webkit-box-shadow: 1px 1px 3px 2px #AF997D;
box-shadow: 1px 1px 3px 2px #AF997D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF997D; -webkit-box-shadow: 1px 1px 3px 2px #AF997D; box-shadow:1px 1px 3px 2px #AF997D;">
Div content here
</div>
This text has color #AF997D on black background.
This text has color #AF997D on white background.
This text has black color on #AF997D background.
This text has white color on #AF997D background.
Complementary color for #hex is #506682.