COLOR #ADA39F

HEX: #ADA39F RGB: (173,163,159)

Color info

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

RGB color model

#ADA39F color RGB value is (173,163,159).

RGB: (173,163,159) (68%, 64%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 163 of 255 = 64%
B 159 of 255 = 62%

173
163
159

R + G + B ~ 65%. #ADA39F is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 163 + 159 = 495 (100%)
R 173 of 495 ~ 34.95%
G 163 of 495 ~ 32.93%
B 159 of 495 ~ 32.12'%

%34.95
%32.93
%32.12

CMYK color model

#ADA39F color CMYK value is (0,6,8,32).

  • cyan value is 0.00%
  • magenta value is 5.78%
  • yellow value is 8.09%
  • key color value is 32.16%
CMYK: (0,6,8,32) C0M6Y8K32 (0%,6%,8%,32%) (0.00/0.06/0.08/0.32) 

CMYK percentages

%0
%5.78
%8.09
%32.16

Codes

Color #ADA39F in popluar color models

AD A3 9F
RGB 173 163 159
HSL 17° 7.87% 65.10%
HSB/HSV 17° 8.09% 67.84%
CMYK 0.00% 5.78% 8.09%
32.16%

Color #ADA39F in popluar number systems.

HEX AD A3 9F
Decimal 173 163 159
Binary 10101101 10100011 10011111
Octal 255 243 237

Shades and tints

Shades of #ADA39F

#ADA39F
(173,163,159)
#9E9591
(158,149,145)
#8F8783
(143,135,131)
#807975
(128,121,117)
#716B67
(113,107,103)
#625D59
(98,93,89)
#534F4B
(83,79,75)
#44413D
(68,65,61)
#35332F
(53,51,47)
#262521
(38,37,33)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #ADA39F

#ADA39F
(173,163,159)
#B4ABA7
(180,171,167)
#BBB3AF
(187,179,175)
#C2BBB7
(194,187,183)
#C9C3BF
(201,195,191)
#D0CBC7
(208,203,199)
#D7D3CF
(215,211,207)
#DEDBD7
(222,219,215)
#E5E3DF
(229,227,223)
#ECEBE7
(236,235,231)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA39F; }

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

This text font color is #ADA39F.

Background Color

.myBgColor { background-color: #ADA39F; }

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

This div background color is #ADA39F.

Border color

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

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

This div border color is #ADA39F.

Opacity

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

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

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

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

This text has shadow with #ADA39F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA39F.

Preview

Color preview on black background

This text has color #ADA39F on black background.


Color preview on white background

This text has color #ADA39F on white background.


Black color preview on #ADA39F background

This text has black color on #ADA39F background.


White color preview on #ADA39F background

This text has white color on #ADA39F background.


Related colors

Complementary color

Complementary color for #hex is #525C60.


I love getcolorcode.com

Triadic colors

1 #9FADA3 and #A39FAD with #ADA39F are triadic colors.

2 #9FA3AD and #A3AD9F with #ADA39F are triadic colors.