COLOR #ADA890

HEX: #ADA890
RGB: (173,168,144)

Color info

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

RGB color model

#ADA890 color RGB value is (173,168,144).

  • red value is 173;
  • green value is 168;
  • blue value is 144.
RGB:
(173,168,144)
(68%,66%,56%)

RGB channels and saturation

R 173 of 255 = 68%
G 168 of 255 = 66%
B 144 of 255 = 56%

173
168
144

R + G + B ~ 63%. #ADA890 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 168 + 144 = 485 (100%)
R 173 of 485 ~ 35.67%
G 168 of 485 ~ 34.64%
B 144 of 485 ~ 29.69%

%35.67
%34.64
%29.69

CMYK color model

#ADA890 color CMYK value is (0,3,17,32).

  • cyan value is 0.00%
  • magenta value is 2.89%
  • yellow value is 16.76%
  • key color value is 32.16%
CMYK:
(0,3,17,32)
C0M3Y17K32 
(0%,3%,17%,32%)
(0.00/0.03/0.17/0.32)	

CMYK percentages

%0
%2.89
%16.76
%32.16

Codes

Color #ADA890 in popluar color models

ADA890
RGB173168144
HSL50°15.03%62.16%
HSB/HSV50°16.76%67.84%
CMYK0.00%2.89%16.76%
32.16%

Color #ADA890 in popluar number systems.

HEXADA890
Decimal173168144
Binary101011011010100010010000
Octal255250220

Shades and tints

Shades of #ADA890

#ADA890
(173,168,144)
#9E9983
(158,153,131)
#8F8A76
(143,138,118)
#807B69
(128,123,105)
#716C5C
(113,108,92)
#625D4F
(98,93,79)
#534E42
(83,78,66)
#443F35
(68,63,53)
#353028
(53,48,40)
#26211B
(38,33,27)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #ADA890

#ADA890
(173,168,144)
#B4AF9A
(180,175,154)
#BBB6A4
(187,182,164)
#C2BDAE
(194,189,174)
#C9C4B8
(201,196,184)
#D0CBC2
(208,203,194)
#D7D2CC
(215,210,204)
#DED9D6
(222,217,214)
#E5E0E0
(229,224,224)
#ECE7EA
(236,231,234)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA890 color. Also use rgb(173,168,144) instead hex code.

Text Font Color

.myTextColor { color: #ADA890; }

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

This text font color is #ADA890.


Background Color

.myBgColor { background-color: #ADA890; }

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

This div background color is #ADA890.


Border color

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

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

This div border color is #ADA890.


Opacity

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

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

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

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

This text has shadow with #ADA890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA890 on black background.


Color preview on white background

This text has color #ADA890 on white background.



Black color preview on #ADA890 background

This text has black color on #ADA890 background.


White color preview on #ADA890 background

This text has white color on #ADA890 background.