HEX: #AFA672
RGB: (175,166,114)
#AFA672 contains mainly red and green colors. Web safe color of #AFA672 is #999966 (or #996).
#AFA672 color RGB value is (175,166,114).
RGB: (175,166,114)
(69%, 65%, 45%)
R 175 of 255 = 69%
G 166 of 255 = 65%
B 114 of 255 = 45%
R + G + B ~ 60%. #AFA672 is middle color (not dark and not light).
R + G + B = 175 + 166 + 114 = 455 (100%)
R 175 of 455 ~ 38.46%
G 166 of 455 ~ 36.48%
B 114 of 455 ~ 25.05'%
#AFA672 color CMYK value is (0,5,35,31).
CMYK: (0,5,35,31)
C0M5Y35K31 (0%, 5%, 35%, 31%)
(0.00 / 0.05 / 0.35 / 0.31)
Color #AFA672 in popluar color models
AF | A6 | 72 | |
---|---|---|---|
RGB | 175 | 166 | 114 |
HSL | 51° | 27.60% | 56.67% |
HSB/HSV | 51° | 34.86% | 68.63% |
CMYK | 0.00% | 5.14% | 34.86% |
31.37% |
Color #AFA672 in popluar number systems.
HEX | AF | A6 | 72 |
Decimal | 175 | 166 | 114 |
Binary | 10101111 | 10100110 | 1110010 |
Octal | 257 | 246 | 162 |
Shades of #AFA672
Tints of #AFA672
Examples of css and html codes for elements with #AFA672 color. Also use rgb(175,166,114) instead hex code.
.myTextColor { color: #AFA672; }
<p style="color:#AFA672">This sample text font color is #AFA672.</p>
This text font color is #AFA672.
.myBgColor { background-color: #AFA672; }
<div style="background-color:#AFA672">Inner text</div>
This div background color is #AFA672.
.myBorderColor { border: 1px solid #AFA672; }
<div style="border:3px solid #AFA672">Div</div>
This div border color is #AFA672.
.myOpacity80 { color: #AFA672; opacity: 0.8; }
<p style="color:#AFA672;opacity:0.8;">80%</p>
Text with #AFA672 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AFA672;}
<p style="text-shadow: 3px 3px 1px #AFA672">Text here.</p>
This text has shadow with #AFA672 color.
.textShadow {text-shadow: 3px 3px 1px #AFA672', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AFA672, 5px 5px 20px red">Text here.</p>
This text has shadow with #AFA672 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFA672, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AFA672, Direction=45, Strength=4)">Text</p>
This text has shadow with #AFA672 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AFA672;
-webkit-box-shadow: 1px 1px 3px 2px #AFA672;
box-shadow: 1px 1px 3px 2px #AFA672;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AFA672; -webkit-box-shadow: 1px 1px 3px 2px #AFA672; box-shadow:1px 1px 3px 2px #AFA672;">
Div content here
</div>
This text has color #AFA672 on black background.
This text has color #AFA672 on white background.
This text has black color on #AFA672 background.
This text has white color on #AFA672 background.
Complementary color for #hex is #50598D.