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