COLOR #ADA189

HEX: #ADA189 RGB: (173,161,137)

Color info

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

RGB color model

#ADA189 color RGB value is (173,161,137).

RGB: (173,161,137) (68%, 63%, 54%)

RGB channels and saturation

R 173 of 255 = 68%
G 161 of 255 = 63%
B 137 of 255 = 54%

173
161
137

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

Portions of RGB colors in percentages

R + G + B = 173 + 161 + 137 = 471 (100%)
R 173 of 471 ~ 36.73%
G 161 of 471 ~ 34.18%
B 137 of 471 ~ 29.09'%

%36.73
%34.18
%29.09

CMYK color model

#ADA189 color CMYK value is (0,7,21,32).

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 20.81%
  • key color value is 32.16%

CMYK: (0,7,21,32)
C0M7Y21K32 (0%, 7%, 21%, 32%)
(0.00 / 0.07 / 0.21 / 0.32)

CMYK percentages

%0
%6.94
%20.81
%32.16

Codes

Color #ADA189 in popluar color models

AD A1 89
RGB 173 161 137
HSL 40° 18.00% 60.78%
HSB/HSV 40° 20.81% 67.84%
CMYK 0.00% 6.94% 20.81%
32.16%

Color #ADA189 in popluar number systems.

HEX AD A1 89
Decimal 173 161 137
Binary 10101101 10100001 10001001
Octal 255 241 211

Shades and tints

Shades of #ADA189

#ADA189
(173,161,137)
#9E937D
(158,147,125)
#8F8571
(143,133,113)
#807765
(128,119,101)
#716959
(113,105,89)
#625B4D
(98,91,77)
#534D41
(83,77,65)
#443F35
(68,63,53)
#353129
(53,49,41)
#26231D
(38,35,29)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #ADA189

#ADA189
(173,161,137)
#B4A993
(180,169,147)
#BBB19D
(187,177,157)
#C2B9A7
(194,185,167)
#C9C1B1
(201,193,177)
#D0C9BB
(208,201,187)
#D7D1C5
(215,209,197)
#DED9CF
(222,217,207)
#E5E1D9
(229,225,217)
#ECE9E3
(236,233,227)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA189 color. Also use rgb(173,161,137) instead hex code.

Text Font Color

.myTextColor { color: #ADA189; }

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

This text font color is #ADA189.

Background Color

.myBgColor { background-color: #ADA189; }

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

This div background color is #ADA189.

Border color

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

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

This div border color is #ADA189.

Opacity

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

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

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

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

This text has shadow with #ADA189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA189.

Preview

Color preview on black background

This text has color #ADA189 on black background.


Color preview on white background

This text has color #ADA189 on white background.


Black color preview on #ADA189 background

This text has black color on #ADA189 background.


White color preview on #ADA189 background

This text has white color on #ADA189 background.


Related colors

Complementary color

Complementary color for #hex is #525E76.


I love getcolorcode.com

Triadic colors

1 #89ADA1 and #A189AD with #ADA189 are triadic colors.

2 #89A1AD and #A1AD89 with #ADA189 are triadic colors.