COLOR #ADA888

HEX: #ADA888 RGB: (173,168,136)

Color info

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

RGB color model

#ADA888 color RGB value is (173,168,136).

RGB: (173,168,136) (68%, 66%, 53%)

RGB channels and saturation

R 173 of 255 = 68%
G 168 of 255 = 66%
B 136 of 255 = 53%

173
168
136

R + G + B ~ 62%. #ADA888 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 168 + 136 = 477 (100%)
R 173 of 477 ~ 36.27%
G 168 of 477 ~ 35.22%
B 136 of 477 ~ 28.51'%

%36.27
%35.22
%28.51

CMYK color model

#ADA888 color CMYK value is (0,3,21,32).

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

CMYK: (0,3,21,32)
C0M3Y21K32 (0%, 3%, 21%, 32%)
(0.00 / 0.03 / 0.21 / 0.32)

CMYK percentages

%0
%2.89
%21.39
%32.16

Codes

Color #ADA888 in popluar color models

AD A8 88
RGB 173 168 136
HSL 52° 18.41% 60.59%
HSB/HSV 52° 21.39% 67.84%
CMYK 0.00% 2.89% 21.39%
32.16%

Color #ADA888 in popluar number systems.

HEX AD A8 88
Decimal 173 168 136
Binary 10101101 10101000 10001000
Octal 255 250 210

Shades and tints

Shades of #ADA888

#ADA888
(173,168,136)
#9E997C
(158,153,124)
#8F8A70
(143,138,112)
#807B64
(128,123,100)
#716C58
(113,108,88)
#625D4C
(98,93,76)
#534E40
(83,78,64)
#443F34
(68,63,52)
#353028
(53,48,40)
#26211C
(38,33,28)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #ADA888

#ADA888
(173,168,136)
#B4AF92
(180,175,146)
#BBB69C
(187,182,156)
#C2BDA6
(194,189,166)
#C9C4B0
(201,196,176)
#D0CBBA
(208,203,186)
#D7D2C4
(215,210,196)
#DED9CE
(222,217,206)
#E5E0D8
(229,224,216)
#ECE7E2
(236,231,226)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA888; }

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

This text font color is #ADA888.

Background Color

.myBgColor { background-color: #ADA888; }

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

This div background color is #ADA888.

Border color

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

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

This div border color is #ADA888.

Opacity

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

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

Text with #ADA888 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 #ADA888;}

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

This text has shadow with #ADA888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA888.

Preview

Color preview on black background

This text has color #ADA888 on black background.


Color preview on white background

This text has color #ADA888 on white background.


Black color preview on #ADA888 background

This text has black color on #ADA888 background.


White color preview on #ADA888 background

This text has white color on #ADA888 background.


Related colors

Complementary color

Complementary color for #hex is #525777.


I love getcolorcode.com

Triadic colors

1 #88ADA8 and #A888AD with #ADA888 are triadic colors.

2 #88A8AD and #A8AD88 with #ADA888 are triadic colors.