COLOR #AD988C

HEX: #AD988C RGB: (173,152,140)

Color info

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

RGB color model

#AD988C color RGB value is (173,152,140).

RGB: (173,152,140) (68%, 60%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 152 of 255 = 60%
B 140 of 255 = 55%

173
152
140

R + G + B ~ 61%. #AD988C is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 152 + 140 = 465 (100%)
R 173 of 465 ~ 37.2%
G 152 of 465 ~ 32.69%
B 140 of 465 ~ 30.11'%

%37.2
%32.69
%30.11

CMYK color model

#AD988C color CMYK value is (0,12,19,32).

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

CMYK: (0,12,19,32)
C0M12Y19K32 (0%, 12%, 19%, 32%)
(0.00 / 0.12 / 0.19 / 0.32)

CMYK percentages

%0
%12.14
%19.08
%32.16

Codes

Color #AD988C in popluar color models

AD 98 8C
RGB 173 152 140
HSL 22° 16.75% 61.37%
HSB/HSV 22° 19.08% 67.84%
CMYK 0.00% 12.14% 19.08%
32.16%

Color #AD988C in popluar number systems.

HEX AD 98 8C
Decimal 173 152 140
Binary 10101101 10011000 10001100
Octal 255 230 214

Shades and tints

Shades of #AD988C

#AD988C
(173,152,140)
#9E8B80
(158,139,128)
#8F7E74
(143,126,116)
#807168
(128,113,104)
#71645C
(113,100,92)
#625750
(98,87,80)
#534A44
(83,74,68)
#443D38
(68,61,56)
#35302C
(53,48,44)
#262320
(38,35,32)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #AD988C

#AD988C
(173,152,140)
#B4A196
(180,161,150)
#BBAAA0
(187,170,160)
#C2B3AA
(194,179,170)
#C9BCB4
(201,188,180)
#D0C5BE
(208,197,190)
#D7CEC8
(215,206,200)
#DED7D2
(222,215,210)
#E5E0DC
(229,224,220)
#ECE9E6
(236,233,230)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD988C; }

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

This text font color is #AD988C.

Background Color

.myBgColor { background-color: #AD988C; }

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

This div background color is #AD988C.

Border color

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

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

This div border color is #AD988C.

Opacity

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

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

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

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

This text has shadow with #AD988C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD988C.

Preview

Color preview on black background

This text has color #AD988C on black background.


Color preview on white background

This text has color #AD988C on white background.


Black color preview on #AD988C background

This text has black color on #AD988C background.


White color preview on #AD988C background

This text has white color on #AD988C background.


Related colors

Complementary color

Complementary color for #hex is #526773.


I love getcolorcode.com

Triadic colors

1 #8CAD98 and #988CAD with #AD988C are triadic colors.

2 #8C98AD and #98AD8C with #AD988C are triadic colors.