COLOR #ADA88C

HEX: #ADA88C RGB: (173,168,140)

Color info

#ADA88C contains red, green and blue colors in about the same proportion. Web safe color of #ADA88C is #999999 (or #999).

RGB color model

#ADA88C color RGB value is (173,168,140).

RGB: (173,168,140) (68%, 66%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 168 of 255 = 66%
B 140 of 255 = 55%

173
168
140

R + G + B ~ 63%. #ADA88C is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 168 + 140 = 481 (100%)
R 173 of 481 ~ 35.97%
G 168 of 481 ~ 34.93%
B 140 of 481 ~ 29.11'%

%35.97
%34.93
%29.11

CMYK color model

#ADA88C color CMYK value is (0,3,19,32).

  • cyan value is 0.00%
  • magenta value is 2.89%
  • yellow value is 19.08%
  • key color value is 32.16%

CMYK: (0,3,19,32)
C0M3Y19K32 (0%, 3%, 19%, 32%)
(0.00 / 0.03 / 0.19 / 0.32)

CMYK percentages

%0
%2.89
%19.08
%32.16

Codes

Color #ADA88C in popluar color models

AD A8 8C
RGB 173 168 140
HSL 51° 16.75% 61.37%
HSB/HSV 51° 19.08% 67.84%
CMYK 0.00% 2.89% 19.08%
32.16%

Color #ADA88C in popluar number systems.

HEX AD A8 8C
Decimal 173 168 140
Binary 10101101 10101000 10001100
Octal 255 250 214

Shades and tints

Shades of #ADA88C

#ADA88C
(173,168,140)
#9E9980
(158,153,128)
#8F8A74
(143,138,116)
#807B68
(128,123,104)
#716C5C
(113,108,92)
#625D50
(98,93,80)
#534E44
(83,78,68)
#443F38
(68,63,56)
#35302C
(53,48,44)
#262120
(38,33,32)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #ADA88C

#ADA88C
(173,168,140)
#B4AF96
(180,175,150)
#BBB6A0
(187,182,160)
#C2BDAA
(194,189,170)
#C9C4B4
(201,196,180)
#D0CBBE
(208,203,190)
#D7D2C8
(215,210,200)
#DED9D2
(222,217,210)
#E5E0DC
(229,224,220)
#ECE7E6
(236,231,230)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA88C color. Also use rgb(173,168,140) instead hex code.

Text Font Color

.myTextColor { color: #ADA88C; }

<p style="color:#ADA88C">This sample text font color is #ADA88C.</p>

This text font color is #ADA88C.

Background Color

.myBgColor { background-color: #ADA88C; }

<div style="background-color:#ADA88C">Inner text</div>

This div background color is #ADA88C.

Border color

.myBorderColor { border: 1px solid #ADA88C; }

<div style="border:3px solid #ADA88C">Div</div>

This div border color is #ADA88C.

Opacity

.myOpacity80 { color: #ADA88C; opacity: 0.8; }

<p style="color:#ADA88C;opacity:0.8;">80%</p>

Text with #ADA88C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ADA88C;}

<p style="text-shadow: 3px 3px 1px #ADA88C">Text here.</p>

This text has shadow with #ADA88C color.


.textShadow {text-shadow: 3px 3px 1px #ADA88C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ADA88C, 5px 5px 20px red">Text here.</p>

This text has shadow with #ADA88C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADA88C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ADA88C, Direction=45, Strength=4)">Text</p>

This text has shadow with #ADA88C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADA88C;
-webkit-box-shadow: 1px 1px 3px 2px #ADA88C;
box-shadow: 1px 1px 3px 2px #ADA88C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADA88C; -webkit-box-shadow: 1px 1px 3px 2px #ADA88C; box-shadow:1px 1px 3px 2px #ADA88C;">
Div content here
</div>

This div box has shadow with color #ADA88C.

Preview

Color preview on black background

This text has color #ADA88C on black background.


Color preview on white background

This text has color #ADA88C on white background.


Black color preview on #ADA88C background

This text has black color on #ADA88C background.


White color preview on #ADA88C background

This text has white color on #ADA88C background.


Related colors

Complementary color

Complementary color for #hex is #525773.


I love getcolorcode.com

Triadic colors

1 #8CADA8 and #A88CAD with #ADA88C are triadic colors.

2 #8CA8AD and #A8AD8C with #ADA88C are triadic colors.