COLOR #ADA491

HEX: #ADA491
RGB: (173,164,145)

Color info

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

RGB color model

#ADA491 color RGB value is (173,164,145).

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

RGB channels and saturation

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

173
164
145

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

Portions of RGB colors in percentages

R + G + B =
173 + 164 + 145 = 482 (100%)
R 173 of 482 ~ 35.89%
G 164 of 482 ~ 34.02%
B 145 of 482 ~ 30.08%

%35.89
%34.02
%30.08

CMYK color model

#ADA491 color CMYK value is (0,5,16,32).

  • cyan value is 0.00%
  • magenta value is 5.20%
  • yellow value is 16.18%
  • key color value is 32.16%
CMYK:
(0,5,16,32)
C0M5Y16K32 
(0%,5%,16%,32%)
(0.00/0.05/0.16/0.32)	

CMYK percentages

%0
%5.2
%16.18
%32.16

Codes

Color #ADA491 in popluar color models

ADA491
RGB173164145
HSL41°14.58%62.35%
HSB/HSV41°16.18%67.84%
CMYK0.00%5.20%16.18%
32.16%

Color #ADA491 in popluar number systems.

HEXADA491
Decimal173164145
Binary101011011010010010010001
Octal255244221

Shades and tints

Shades of #ADA491

#ADA491
(173,164,145)
#9E9684
(158,150,132)
#8F8877
(143,136,119)
#807A6A
(128,122,106)
#716C5D
(113,108,93)
#625E50
(98,94,80)
#535043
(83,80,67)
#444236
(68,66,54)
#353429
(53,52,41)
#26261C
(38,38,28)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #ADA491

#ADA491
(173,164,145)
#B4AC9B
(180,172,155)
#BBB4A5
(187,180,165)
#C2BCAF
(194,188,175)
#C9C4B9
(201,196,185)
#D0CCC3
(208,204,195)
#D7D4CD
(215,212,205)
#DEDCD7
(222,220,215)
#E5E4E1
(229,228,225)
#ECECEB
(236,236,235)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA491; }

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

This text font color is #ADA491.


Background Color

.myBgColor { background-color: #ADA491; }

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

This div background color is #ADA491.


Border color

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

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

This div border color is #ADA491.


Opacity

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

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

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

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

This text has shadow with #ADA491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA491 on black background.


Color preview on white background

This text has color #ADA491 on white background.



Black color preview on #ADA491 background

This text has black color on #ADA491 background.


White color preview on #ADA491 background

This text has white color on #ADA491 background.