COLOR #ADA891

HEX: #ADA891
RGB: (173,168,145)

Color info

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

RGB color model

#ADA891 color RGB value is (173,168,145).

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

RGB channels and saturation

R 173 of 255 = 68%
G 168 of 255 = 66%
B 145 of 255 = 57%

173
168
145

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

Portions of RGB colors in percentages

R + G + B =
173 + 168 + 145 = 486 (100%)
R 173 of 486 ~ 35.6%
G 168 of 486 ~ 34.57%
B 145 of 486 ~ 29.84%

%35.6
%34.57
%29.84

CMYK color model

#ADA891 color CMYK value is (0,3,16,32).

  • cyan value is 0.00%
  • magenta value is 2.89%
  • yellow value is 16.18%
  • key color value is 32.16%
CMYK:
(0,3,16,32)
C0M3Y16K32 
(0%,3%,16%,32%)
(0.00/0.03/0.16/0.32)	

CMYK percentages

%0
%2.89
%16.18
%32.16

Codes

Color #ADA891 in popluar color models

ADA891
RGB173168145
HSL49°14.58%62.35%
HSB/HSV49°16.18%67.84%
CMYK0.00%2.89%16.18%
32.16%

Color #ADA891 in popluar number systems.

HEXADA891
Decimal173168145
Binary101011011010100010010001
Octal255250221

Shades and tints

Shades of #ADA891

#ADA891
(173,168,145)
#9E9984
(158,153,132)
#8F8A77
(143,138,119)
#807B6A
(128,123,106)
#716C5D
(113,108,93)
#625D50
(98,93,80)
#534E43
(83,78,67)
#443F36
(68,63,54)
#353029
(53,48,41)
#26211C
(38,33,28)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #ADA891

#ADA891
(173,168,145)
#B4AF9B
(180,175,155)
#BBB6A5
(187,182,165)
#C2BDAF
(194,189,175)
#C9C4B9
(201,196,185)
#D0CBC3
(208,203,195)
#D7D2CD
(215,210,205)
#DED9D7
(222,217,215)
#E5E0E1
(229,224,225)
#ECE7EB
(236,231,235)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA891; }

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

This text font color is #ADA891.


Background Color

.myBgColor { background-color: #ADA891; }

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

This div background color is #ADA891.


Border color

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

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

This div border color is #ADA891.


Opacity

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

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

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

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

This text has shadow with #ADA891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA891 on black background.


Color preview on white background

This text has color #ADA891 on white background.



Black color preview on #ADA891 background

This text has black color on #ADA891 background.


White color preview on #ADA891 background

This text has white color on #ADA891 background.