COLOR #ADA389

HEX: #ADA389 RGB: (173,163,137)

Color info

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

RGB color model

#ADA389 color RGB value is (173,163,137).

RGB: (173,163,137) (68%, 64%, 54%)

RGB channels and saturation

R 173 of 255 = 68%
G 163 of 255 = 64%
B 137 of 255 = 54%

173
163
137

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

Portions of RGB colors in percentages

R + G + B = 173 + 163 + 137 = 473 (100%)
R 173 of 473 ~ 36.58%
G 163 of 473 ~ 34.46%
B 137 of 473 ~ 28.96'%

%36.58
%34.46
%28.96

CMYK color model

#ADA389 color CMYK value is (0,6,21,32).

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

CMYK: (0,6,21,32)
C0M6Y21K32 (0%, 6%, 21%, 32%)
(0.00 / 0.06 / 0.21 / 0.32)

CMYK percentages

%0
%5.78
%20.81
%32.16

Codes

Color #ADA389 in popluar color models

AD A3 89
RGB 173 163 137
HSL 43° 18.00% 60.78%
HSB/HSV 43° 20.81% 67.84%
CMYK 0.00% 5.78% 20.81%
32.16%

Color #ADA389 in popluar number systems.

HEX AD A3 89
Decimal 173 163 137
Binary 10101101 10100011 10001001
Octal 255 243 211

Shades and tints

Shades of #ADA389

#ADA389
(173,163,137)
#9E957D
(158,149,125)
#8F8771
(143,135,113)
#807965
(128,121,101)
#716B59
(113,107,89)
#625D4D
(98,93,77)
#534F41
(83,79,65)
#444135
(68,65,53)
#353329
(53,51,41)
#26251D
(38,37,29)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #ADA389

#ADA389
(173,163,137)
#B4AB93
(180,171,147)
#BBB39D
(187,179,157)
#C2BBA7
(194,187,167)
#C9C3B1
(201,195,177)
#D0CBBB
(208,203,187)
#D7D3C5
(215,211,197)
#DEDBCF
(222,219,207)
#E5E3D9
(229,227,217)
#ECEBE3
(236,235,227)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA389; }

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

This text font color is #ADA389.

Background Color

.myBgColor { background-color: #ADA389; }

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

This div background color is #ADA389.

Border color

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

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

This div border color is #ADA389.

Opacity

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

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

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

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

This text has shadow with #ADA389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA389.

Preview

Color preview on black background

This text has color #ADA389 on black background.


Color preview on white background

This text has color #ADA389 on white background.


Black color preview on #ADA389 background

This text has black color on #ADA389 background.


White color preview on #ADA389 background

This text has white color on #ADA389 background.


Related colors

Complementary color

Complementary color for #hex is #525C76.


I love getcolorcode.com

Triadic colors

1 #89ADA3 and #A389AD with #ADA389 are triadic colors.

2 #89A3AD and #A3AD89 with #ADA389 are triadic colors.