COLOR #ADA39B

HEX: #ADA39B RGB: (173,163,155)

Color info

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

RGB color model

#ADA39B color RGB value is (173,163,155).

RGB: (173,163,155) (68%, 64%, 61%)

RGB channels and saturation

R 173 of 255 = 68%
G 163 of 255 = 64%
B 155 of 255 = 61%

173
163
155

R + G + B ~ 64%. #ADA39B is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 163 + 155 = 491 (100%)
R 173 of 491 ~ 35.23%
G 163 of 491 ~ 33.2%
B 155 of 491 ~ 31.57'%

%35.23
%33.2
%31.57

CMYK color model

#ADA39B color CMYK value is (0,6,10,32).

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

CMYK: (0,6,10,32)
C0M6Y10K32 (0%, 6%, 10%, 32%)
(0.00 / 0.06 / 0.10 / 0.32)

CMYK percentages

%0
%5.78
%10.4
%32.16

Codes

Color #ADA39B in popluar color models

AD A3 9B
RGB 173 163 155
HSL 27° 9.89% 64.31%
HSB/HSV 27° 10.40% 67.84%
CMYK 0.00% 5.78% 10.40%
32.16%

Color #ADA39B in popluar number systems.

HEX AD A3 9B
Decimal 173 163 155
Binary 10101101 10100011 10011011
Octal 255 243 233

Shades and tints

Shades of #ADA39B

#ADA39B
(173,163,155)
#9E958D
(158,149,141)
#8F877F
(143,135,127)
#807971
(128,121,113)
#716B63
(113,107,99)
#625D55
(98,93,85)
#534F47
(83,79,71)
#444139
(68,65,57)
#35332B
(53,51,43)
#26251D
(38,37,29)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #ADA39B

#ADA39B
(173,163,155)
#B4ABA4
(180,171,164)
#BBB3AD
(187,179,173)
#C2BBB6
(194,187,182)
#C9C3BF
(201,195,191)
#D0CBC8
(208,203,200)
#D7D3D1
(215,211,209)
#DEDBDA
(222,219,218)
#E5E3E3
(229,227,227)
#ECEBEC
(236,235,236)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA39B; }

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

This text font color is #ADA39B.

Background Color

.myBgColor { background-color: #ADA39B; }

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

This div background color is #ADA39B.

Border color

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

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

This div border color is #ADA39B.

Opacity

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

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

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

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

This text has shadow with #ADA39B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA39B.

Preview

Color preview on black background

This text has color #ADA39B on black background.


Color preview on white background

This text has color #ADA39B on white background.


Black color preview on #ADA39B background

This text has black color on #ADA39B background.


White color preview on #ADA39B background

This text has white color on #ADA39B background.


Related colors

Complementary color

Complementary color for #hex is #525C64.


I love getcolorcode.com

Triadic colors

1 #9BADA3 and #A39BAD with #ADA39B are triadic colors.

2 #9BA3AD and #A3AD9B with #ADA39B are triadic colors.