COLOR #AD989A

HEX: #AD989A RGB: (173,152,154)

Color info

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

RGB color model

#AD989A color RGB value is (173,152,154).

RGB: (173,152,154) (68%, 60%, 60%)

RGB channels and saturation

R 173 of 255 = 68%
G 152 of 255 = 60%
B 154 of 255 = 60%

173
152
154

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

Portions of RGB colors in percentages

R + G + B = 173 + 152 + 154 = 479 (100%)
R 173 of 479 ~ 36.12%
G 152 of 479 ~ 31.73%
B 154 of 479 ~ 32.15'%

%36.12
%31.73
%32.15

CMYK color model

#AD989A color CMYK value is (0,12,11,32).

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

CMYK: (0,12,11,32)
C0M12Y11K32 (0%, 12%, 11%, 32%)
(0.00 / 0.12 / 0.11 / 0.32)

CMYK percentages

%0
%12.14
%10.98
%32.16

Codes

Color #AD989A in popluar color models

AD 98 9A
RGB 173 152 154
HSL 354° 11.35% 63.73%
HSB/HSV 354° 12.14% 67.84%
CMYK 0.00% 12.14% 10.98%
32.16%

Color #AD989A in popluar number systems.

HEX AD 98 9A
Decimal 173 152 154
Binary 10101101 10011000 10011010
Octal 255 230 232

Shades and tints

Shades of #AD989A

#AD989A
(173,152,154)
#9E8B8C
(158,139,140)
#8F7E7E
(143,126,126)
#807170
(128,113,112)
#716462
(113,100,98)
#625754
(98,87,84)
#534A46
(83,74,70)
#443D38
(68,61,56)
#35302A
(53,48,42)
#26231C
(38,35,28)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #AD989A

#AD989A
(173,152,154)
#B4A1A3
(180,161,163)
#BBAAAC
(187,170,172)
#C2B3B5
(194,179,181)
#C9BCBE
(201,188,190)
#D0C5C7
(208,197,199)
#D7CED0
(215,206,208)
#DED7D9
(222,215,217)
#E5E0E2
(229,224,226)
#ECE9EB
(236,233,235)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD989A; }

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

This text font color is #AD989A.

Background Color

.myBgColor { background-color: #AD989A; }

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

This div background color is #AD989A.

Border color

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

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

This div border color is #AD989A.

Opacity

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

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

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

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

This text has shadow with #AD989A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD989A.

Preview

Color preview on black background

This text has color #AD989A on black background.


Color preview on white background

This text has color #AD989A on white background.


Black color preview on #AD989A background

This text has black color on #AD989A background.


White color preview on #AD989A background

This text has white color on #AD989A background.


Related colors

Complementary color

Complementary color for #hex is #526765.


I love getcolorcode.com

Triadic colors

1 #9AAD98 and #989AAD with #AD989A are triadic colors.

2 #9A98AD and #98AD9A with #AD989A are triadic colors.