COLOR #ADA99A

HEX: #ADA99A
RGB: (173,169,154)

Color info

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

RGB color model

#ADA99A color RGB value is (173,169,154).

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

RGB channels and saturation

R 173 of 255 = 68%
G 169 of 255 = 66%
B 154 of 255 = 60%

173
169
154

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

Portions of RGB colors in percentages

R + G + B =
173 + 169 + 154 = 496 (100%)
R 173 of 496 ~ 34.88%
G 169 of 496 ~ 34.07%
B 154 of 496 ~ 31.05%

%34.88
%34.07
%31.05

CMYK color model

#ADA99A color CMYK value is (0,2,11,32).

  • cyan value is 0.00%
  • magenta value is 2.31%
  • yellow value is 10.98%
  • key color value is 32.16%
CMYK:
(0,2,11,32)
C0M2Y11K32 
(0%,2%,11%,32%)
(0.00/0.02/0.11/0.32)	

CMYK percentages

%0
%2.31
%10.98
%32.16

Codes

Color #ADA99A in popluar color models

ADA99A
RGB173169154
HSL47°10.38%64.12%
HSB/HSV47°10.98%67.84%
CMYK0.00%2.31%10.98%
32.16%

Color #ADA99A in popluar number systems.

HEXADA99A
Decimal173169154
Binary101011011010100110011010
Octal255251232

Shades and tints

Shades of #ADA99A

#ADA99A
(173,169,154)
#9E9A8C
(158,154,140)
#8F8B7E
(143,139,126)
#807C70
(128,124,112)
#716D62
(113,109,98)
#625E54
(98,94,84)
#534F46
(83,79,70)
#444038
(68,64,56)
#35312A
(53,49,42)
#26221C
(38,34,28)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #ADA99A

#ADA99A
(173,169,154)
#B4B0A3
(180,176,163)
#BBB7AC
(187,183,172)
#C2BEB5
(194,190,181)
#C9C5BE
(201,197,190)
#D0CCC7
(208,204,199)
#D7D3D0
(215,211,208)
#DEDAD9
(222,218,217)
#E5E1E2
(229,225,226)
#ECE8EB
(236,232,235)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA99A; }

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

This text font color is #ADA99A.


Background Color

.myBgColor { background-color: #ADA99A; }

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

This div background color is #ADA99A.


Border color

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

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

This div border color is #ADA99A.


Opacity

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

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

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

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

This text has shadow with #ADA99A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA99A on black background.


Color preview on white background

This text has color #ADA99A on white background.



Black color preview on #ADA99A background

This text has black color on #ADA99A background.


White color preview on #ADA99A background

This text has white color on #ADA99A background.