HEX: #AF7076
RGB: (175,112,118)
#AF7076 contains mainly red and blue colors. Web safe color of #AF7076 is #996666 (or #966).
#AF7076 color RGB value is (175,112,118).
RGB: (175,112,118)
(69%, 44%, 46%)
R 175 of 255 = 69%
G 112 of 255 = 44%
B 118 of 255 = 46%
R + G + B ~ 53%. #AF7076 is middle color (not dark and not light).
R + G + B = 175 + 112 + 118 = 405 (100%)
R 175 of 405 ~ 43.21%
G 112 of 405 ~ 27.65%
B 118 of 405 ~ 29.14'%
#AF7076 color CMYK value is (0,36,33,31).
CMYK: (0,36,33,31)
C0M36Y33K31 (0%, 36%, 33%, 31%)
(0.00 / 0.36 / 0.33 / 0.31)
Color #AF7076 in popluar color models
AF | 70 | 76 | |
---|---|---|---|
RGB | 175 | 112 | 118 |
HSL | 354° | 28.25% | 56.27% |
HSB/HSV | 354° | 36.00% | 68.63% |
CMYK | 0.00% | 36.00% | 32.57% |
31.37% |
Color #AF7076 in popluar number systems.
HEX | AF | 70 | 76 |
Decimal | 175 | 112 | 118 |
Binary | 10101111 | 1110000 | 1110110 |
Octal | 257 | 160 | 166 |
Shades of #AF7076
Tints of #AF7076
Examples of css and html codes for elements with #AF7076 color. Also use rgb(175,112,118) instead hex code.
.myTextColor { color: #AF7076; }
<p style="color:#AF7076">This sample text font color is #AF7076.</p>
This text font color is #AF7076.
.myBgColor { background-color: #AF7076; }
<div style="background-color:#AF7076">Inner text</div>
This div background color is #AF7076.
.myBorderColor { border: 1px solid #AF7076; }
<div style="border:3px solid #AF7076">Div</div>
This div border color is #AF7076.
.myOpacity80 { color: #AF7076; opacity: 0.8; }
<p style="color:#AF7076;opacity:0.8;">80%</p>
Text with #AF7076 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AF7076;}
<p style="text-shadow: 3px 3px 1px #AF7076">Text here.</p>
This text has shadow with #AF7076 color.
.textShadow {text-shadow: 3px 3px 1px #AF7076', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AF7076, 5px 5px 20px red">Text here.</p>
This text has shadow with #AF7076 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF7076, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AF7076, Direction=45, Strength=4)">Text</p>
This text has shadow with #AF7076 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AF7076;
-webkit-box-shadow: 1px 1px 3px 2px #AF7076;
box-shadow: 1px 1px 3px 2px #AF7076;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF7076; -webkit-box-shadow: 1px 1px 3px 2px #AF7076; box-shadow:1px 1px 3px 2px #AF7076;">
Div content here
</div>
This text has color #AF7076 on black background.
This text has color #AF7076 on white background.
This text has black color on #AF7076 background.
This text has white color on #AF7076 background.
Complementary color for #hex is #508F89.