COLOR #ADA99F

HEX: #ADA99F RGB: (173,169,159)

Color info

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

RGB color model

#ADA99F color RGB value is (173,169,159).

RGB: (173,169,159) (68%, 66%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 169 of 255 = 66%
B 159 of 255 = 62%

173
169
159

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

Portions of RGB colors in percentages

R + G + B = 173 + 169 + 159 = 501 (100%)
R 173 of 501 ~ 34.53%
G 169 of 501 ~ 33.73%
B 159 of 501 ~ 31.74'%

%34.53
%33.73
%31.74

CMYK color model

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

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

CMYK: (0,2,8,32)
C0M2Y8K32 (0%, 2%, 8%, 32%)
(0.00 / 0.02 / 0.08 / 0.32)

CMYK percentages

%0
%2.31
%8.09
%32.16

Codes

Color #ADA99F in popluar color models

AD A9 9F
RGB 173 169 159
HSL 43° 7.87% 65.10%
HSB/HSV 43° 8.09% 67.84%
CMYK 0.00% 2.31% 8.09%
32.16%

Color #ADA99F in popluar number systems.

HEX AD A9 9F
Decimal 173 169 159
Binary 10101101 10101001 10011111
Octal 255 251 237

Shades and tints

Shades of #ADA99F

#ADA99F
(173,169,159)
#9E9A91
(158,154,145)
#8F8B83
(143,139,131)
#807C75
(128,124,117)
#716D67
(113,109,103)
#625E59
(98,94,89)
#534F4B
(83,79,75)
#44403D
(68,64,61)
#35312F
(53,49,47)
#262221
(38,34,33)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #ADA99F

#ADA99F
(173,169,159)
#B4B0A7
(180,176,167)
#BBB7AF
(187,183,175)
#C2BEB7
(194,190,183)
#C9C5BF
(201,197,191)
#D0CCC7
(208,204,199)
#D7D3CF
(215,211,207)
#DEDAD7
(222,218,215)
#E5E1DF
(229,225,223)
#ECE8E7
(236,232,231)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA99F; }

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

This text font color is #ADA99F.

Background Color

.myBgColor { background-color: #ADA99F; }

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

This div background color is #ADA99F.

Border color

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

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

This div border color is #ADA99F.

Opacity

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

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

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

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

This text has shadow with #ADA99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA99F.

Preview

Color preview on black background

This text has color #ADA99F on black background.


Color preview on white background

This text has color #ADA99F on white background.


Black color preview on #ADA99F background

This text has black color on #ADA99F background.


White color preview on #ADA99F background

This text has white color on #ADA99F background.


Related colors

Complementary color

Complementary color for #hex is #525660.


I love getcolorcode.com

Triadic colors

1 #9FADA9 and #A99FAD with #ADA99F are triadic colors.

2 #9FA9AD and #A9AD9F with #ADA99F are triadic colors.