COLOR #ADA391

HEX: #ADA391
RGB: (173,163,145)

Color info

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

RGB color model

#ADA391 color RGB value is (173,163,145).

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

RGB channels and saturation

R 173 of 255 = 68%
G 163 of 255 = 64%
B 145 of 255 = 57%

173
163
145

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

Portions of RGB colors in percentages

R + G + B =
173 + 163 + 145 = 481 (100%)
R 173 of 481 ~ 35.97%
G 163 of 481 ~ 33.89%
B 145 of 481 ~ 30.15%

%35.97
%33.89
%30.15

CMYK color model

#ADA391 color CMYK value is (0,6,16,32).

  • cyan value is 0.00%
  • magenta value is 5.78%
  • yellow value is 16.18%
  • key color value is 32.16%
CMYK:
(0,6,16,32)
C0M6Y16K32 
(0%,6%,16%,32%)
(0.00/0.06/0.16/0.32)	

CMYK percentages

%0
%5.78
%16.18
%32.16

Codes

Color #ADA391 in popluar color models

ADA391
RGB173163145
HSL39°14.58%62.35%
HSB/HSV39°16.18%67.84%
CMYK0.00%5.78%16.18%
32.16%

Color #ADA391 in popluar number systems.

HEXADA391
Decimal173163145
Binary101011011010001110010001
Octal255243221

Shades and tints

Shades of #ADA391

#ADA391
(173,163,145)
#9E9584
(158,149,132)
#8F8777
(143,135,119)
#80796A
(128,121,106)
#716B5D
(113,107,93)
#625D50
(98,93,80)
#534F43
(83,79,67)
#444136
(68,65,54)
#353329
(53,51,41)
#26251C
(38,37,28)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #ADA391

#ADA391
(173,163,145)
#B4AB9B
(180,171,155)
#BBB3A5
(187,179,165)
#C2BBAF
(194,187,175)
#C9C3B9
(201,195,185)
#D0CBC3
(208,203,195)
#D7D3CD
(215,211,205)
#DEDBD7
(222,219,215)
#E5E3E1
(229,227,225)
#ECEBEB
(236,235,235)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA391; }

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

This text font color is #ADA391.


Background Color

.myBgColor { background-color: #ADA391; }

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

This div background color is #ADA391.


Border color

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

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

This div border color is #ADA391.


Opacity

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

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

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

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

This text has shadow with #ADA391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA391 on black background.


Color preview on white background

This text has color #ADA391 on white background.



Black color preview on #ADA391 background

This text has black color on #ADA391 background.


White color preview on #ADA391 background

This text has white color on #ADA391 background.