HEX: #ADA688
RGB: (173,166,136)
#ADA688 contains red, green and blue colors in about the same proportion. Web safe color of #ADA688 is #999999 (or #999).
#ADA688 color RGB value is (173,166,136).
RGB: (173,166,136)
(68%, 65%, 53%)
R 173 of 255 = 68%
G 166 of 255 = 65%
B 136 of 255 = 53%
R + G + B ~ 62%. #ADA688 is quite light color.
R + G + B = 173 + 166 + 136 = 475 (100%)
R 173 of 475 ~ 36.42%
G 166 of 475 ~ 34.95%
B 136 of 475 ~ 28.63'%
#ADA688 color CMYK value is (0,4,21,32).
CMYK: (0,4,21,32)
C0M4Y21K32 (0%, 4%, 21%, 32%)
(0.00 / 0.04 / 0.21 / 0.32)
Color #ADA688 in popluar color models
AD | A6 | 88 | |
---|---|---|---|
RGB | 173 | 166 | 136 |
HSL | 49° | 18.41% | 60.59% |
HSB/HSV | 49° | 21.39% | 67.84% |
CMYK | 0.00% | 4.05% | 21.39% |
32.16% |
Color #ADA688 in popluar number systems.
HEX | AD | A6 | 88 |
Decimal | 173 | 166 | 136 |
Binary | 10101101 | 10100110 | 10001000 |
Octal | 255 | 246 | 210 |
Shades of #ADA688
Tints of #ADA688
Examples of css and html codes for elements with #ADA688 color. Also use rgb(173,166,136) instead hex code.
.myTextColor { color: #ADA688; }
<p style="color:#ADA688">This sample text font color is #ADA688.</p>
This text font color is #ADA688.
.myBgColor { background-color: #ADA688; }
<div style="background-color:#ADA688">Inner text</div>
This div background color is #ADA688.
.myBorderColor { border: 1px solid #ADA688; }
<div style="border:3px solid #ADA688">Div</div>
This div border color is #ADA688.
.myOpacity80 { color: #ADA688; opacity: 0.8; }
<p style="color:#ADA688;opacity:0.8;">80%</p>
Text with #ADA688 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADA688;}
<p style="text-shadow: 3px 3px 1px #ADA688">Text here.</p>
This text has shadow with #ADA688 color.
.textShadow {text-shadow: 3px 3px 1px #ADA688', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADA688, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADA688 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADA688, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADA688, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADA688 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADA688;
-webkit-box-shadow: 1px 1px 3px 2px #ADA688;
box-shadow: 1px 1px 3px 2px #ADA688;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADA688; -webkit-box-shadow: 1px 1px 3px 2px #ADA688; box-shadow:1px 1px 3px 2px #ADA688;">
Div content here
</div>
This text has color #ADA688 on black background.
This text has color #ADA688 on white background.
This text has black color on #ADA688 background.
This text has white color on #ADA688 background.
Complementary color for #hex is #525977.