COLOR #ADA99D

HEX: #ADA99D
RGB: (173,169,157)

Color info

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

RGB color model

#ADA99D color RGB value is (173,169,157).

  • red value is 173;
  • green value is 169;
  • blue value is 157.
RGB:
(173,169,157)
(68%,66%,62%)

RGB channels and saturation

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

173
169
157

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

Portions of RGB colors in percentages

R + G + B =
173 + 169 + 157 = 499 (100%)
R 173 of 499 ~ 34.67%
G 169 of 499 ~ 33.87%
B 157 of 499 ~ 31.46%

%34.67
%33.87
%31.46

CMYK color model

#ADA99D color CMYK value is (0,2,9,32).

  • cyan value is 0.00%
  • magenta value is 2.31%
  • yellow value is 9.25%
  • key color value is 32.16%
CMYK:
(0,2,9,32)
C0M2Y9K32 
(0%,2%,9%,32%)
(0.00/0.02/0.09/0.32)	

CMYK percentages

%0
%2.31
%9.25
%32.16

Codes

Color #ADA99D in popluar color models

ADA99D
RGB173169157
HSL45°8.89%64.71%
HSB/HSV45°9.25%67.84%
CMYK0.00%2.31%9.25%
32.16%

Color #ADA99D in popluar number systems.

HEXADA99D
Decimal173169157
Binary101011011010100110011101
Octal255251235

Shades and tints

Shades of #ADA99D

#ADA99D
(173,169,157)
#9E9A8F
(158,154,143)
#8F8B81
(143,139,129)
#807C73
(128,124,115)
#716D65
(113,109,101)
#625E57
(98,94,87)
#534F49
(83,79,73)
#44403B
(68,64,59)
#35312D
(53,49,45)
#26221F
(38,34,31)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #ADA99D

#ADA99D
(173,169,157)
#B4B0A5
(180,176,165)
#BBB7AD
(187,183,173)
#C2BEB5
(194,190,181)
#C9C5BD
(201,197,189)
#D0CCC5
(208,204,197)
#D7D3CD
(215,211,205)
#DEDAD5
(222,218,213)
#E5E1DD
(229,225,221)
#ECE8E5
(236,232,229)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA99D; }

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

This text font color is #ADA99D.


Background Color

.myBgColor { background-color: #ADA99D; }

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

This div background color is #ADA99D.


Border color

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

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

This div border color is #ADA99D.


Opacity

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

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

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

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

This text has shadow with #ADA99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA99D on black background.


Color preview on white background

This text has color #ADA99D on white background.



Black color preview on #ADA99D background

This text has black color on #ADA99D background.


White color preview on #ADA99D background

This text has white color on #ADA99D background.