COLOR #ADA09F

HEX: #ADA09F RGB: (173,160,159)

Color info

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

RGB color model

#ADA09F color RGB value is (173,160,159).

RGB: (173,160,159) (68%, 63%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 159 of 255 = 62%

173
160
159

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

Portions of RGB colors in percentages

R + G + B = 173 + 160 + 159 = 492 (100%)
R 173 of 492 ~ 35.16%
G 160 of 492 ~ 32.52%
B 159 of 492 ~ 32.32'%

%35.16
%32.52
%32.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 8.09%
  • key color value is 32.16%

CMYK: (0,8,8,32)
C0M8Y8K32 (0%, 8%, 8%, 32%)
(0.00 / 0.08 / 0.08 / 0.32)

CMYK percentages

%0
%7.51
%8.09
%32.16

Codes

Color #ADA09F in popluar color models

AD A0 9F
RGB 173 160 159
HSL 7.87% 65.10%
HSB/HSV 8.09% 67.84%
CMYK 0.00% 7.51% 8.09%
32.16%

Color #ADA09F in popluar number systems.

HEX AD A0 9F
Decimal 173 160 159
Binary 10101101 10100000 10011111
Octal 255 240 237

Shades and tints

Shades of #ADA09F

#ADA09F
(173,160,159)
#9E9291
(158,146,145)
#8F8483
(143,132,131)
#807675
(128,118,117)
#716867
(113,104,103)
#625A59
(98,90,89)
#534C4B
(83,76,75)
#443E3D
(68,62,61)
#35302F
(53,48,47)
#262221
(38,34,33)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #ADA09F

#ADA09F
(173,160,159)
#B4A8A7
(180,168,167)
#BBB0AF
(187,176,175)
#C2B8B7
(194,184,183)
#C9C0BF
(201,192,191)
#D0C8C7
(208,200,199)
#D7D0CF
(215,208,207)
#DED8D7
(222,216,215)
#E5E0DF
(229,224,223)
#ECE8E7
(236,232,231)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA09F; }

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

This text font color is #ADA09F.

Background Color

.myBgColor { background-color: #ADA09F; }

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

This div background color is #ADA09F.

Border color

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

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

This div border color is #ADA09F.

Opacity

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

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

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

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

This text has shadow with #ADA09F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA09F.

Preview

Color preview on black background

This text has color #ADA09F on black background.


Color preview on white background

This text has color #ADA09F on white background.


Black color preview on #ADA09F background

This text has black color on #ADA09F background.


White color preview on #ADA09F background

This text has white color on #ADA09F background.


Related colors

Complementary color

Complementary color for #hex is #525F60.


I love getcolorcode.com

Triadic colors

1 #9FADA0 and #A09FAD with #ADA09F are triadic colors.

2 #9FA0AD and #A0AD9F with #ADA09F are triadic colors.