HEX: #AD634D
RGB: (173,99,77)
#AD634D contains mainly red color. #AD634D ‘ nin web güvenlik rengi #996633 (ya da #963) dir.
#AD634D color RGB value is (173,99,77).
RGB: (173,99,77)
(68%, 39%, 30%)
R 173 of 255 = 68%
G 99 of 255 = 39%
B 77 of 255 = 30%
R + G + B ~ 46%. #AD634D is middle color (not dark and not light).
R + G + B = 173 + 99 + 77 = 349 (100%)
R 173 of 349 ~ 49.57%
G 99 of 349 ~ 28.37%
B 77 of 349 ~ 22.06'%
#AD634D rengi CMYK tonu (0,43,55,32).
CMYK: (0,43,55,32)
C0M43Y55K32 (0%, 43%, 55%, 32%)
(0.00 / 0.43 / 0.55 / 0.32)
Color #AD634D in popluar color models
AD | 63 | 4D | |
---|---|---|---|
RGB | 173 | 99 | 77 |
HSL | 14° | 38.40% | 49.02% |
HSB/HSV | 14° | 55.49% | 67.84% |
CMYK | 0.00% | 42.77% | 55.49% |
32.16% |
Color #AD634D in popluar number systems.
HEX | AD | 63 | 4D |
Decimal | 173 | 99 | 77 |
Binary | 10101101 | 1100011 | 1001101 |
Octal | 255 | 143 | 115 |
Shades of #AD634D
Tints of #AD634D
Examples of css and html codes for elements with #AD634D color. Also use rgb(173,99,77) instead hex code.
.myTextColor { color: #AD634D; }
<p style="color:#AD634D">This sample text font color is #AD634D.</p>
This text font color is #AD634D.
.myBgColor { background-color: #AD634D; }
<div style="background-color:#AD634D">Inner text</div>
This div background color is #AD634D.
.myBorderColor { border: 1px solid #AD634D; }
<div style="border:3px solid #AD634D">Div</div>
This div border color is #AD634D.
.myOpacity80 { color: #AD634D; opacity: 0.8; }
<p style="color:#AD634D;opacity:0.8;">80%</p>
Text with #AD634D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD634D;}
<p style="text-shadow: 3px 3px 1px #AD634D">Text here.</p>
This text has shadow with #AD634D color.
.textShadow {text-shadow: 3px 3px 1px #AD634D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD634D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD634D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD634D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD634D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD634D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD634D;
-webkit-box-shadow: 1px 1px 3px 2px #AD634D;
box-shadow: 1px 1px 3px 2px #AD634D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD634D; -webkit-box-shadow: 1px 1px 3px 2px #AD634D; box-shadow:1px 1px 3px 2px #AD634D;">
Div content here
</div>
This text has color #AD634D on black background.
This text has color #AD634D on white background.
This text has black color on #AD634D background.
This text has white color on #AD634D background.
Complementary color for #hex is #529CB2.