COLOR #ADA47A

HEX: #ADA47A
RGB: (173,164,122)

Color info

#ADA47A contains red, green and blue colors in about the same proportion. Web safe color of #ADA47A is #999966 (or #996).

RGB color model

#ADA47A color RGB value is (173,164,122).

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

RGB channels and saturation

R 173 of 255 = 68%
G 164 of 255 = 64%
B 122 of 255 = 48%

173
164
122

R + G + B ~ 60%. #ADA47A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 164 + 122 = 459 (100%)
R 173 of 459 ~ 37.69%
G 164 of 459 ~ 35.73%
B 122 of 459 ~ 26.58%

%37.69
%35.73
%26.58

CMYK color model

#ADA47A color CMYK value is (0,5,29,32).

  • cyan value is 0.00%
  • magenta value is 5.20%
  • yellow value is 29.48%
  • key color value is 32.16%
CMYK:
(0,5,29,32)
C0M5Y29K32 
(0%,5%,29%,32%)
(0.00/0.05/0.29/0.32)	

CMYK percentages

%0
%5.2
%29.48
%32.16

Codes

Color #ADA47A in popluar color models

ADA47A
RGB173164122
HSL49°23.72%57.84%
HSB/HSV49°29.48%67.84%
CMYK0.00%5.20%29.48%
32.16%

Color #ADA47A in popluar number systems.

HEXADA47A
Decimal173164122
Binary10101101101001001111010
Octal255244172

Shades and tints

Shades of #ADA47A

#ADA47A
(173,164,122)
#9E966F
(158,150,111)
#8F8864
(143,136,100)
#807A59
(128,122,89)
#716C4E
(113,108,78)
#625E43
(98,94,67)
#535038
(83,80,56)
#44422D
(68,66,45)
#353422
(53,52,34)
#262617
(38,38,23)
#17180C
(23,24,12)
#000000
(0,0,0)

Tints of #ADA47A

#ADA47A
(173,164,122)
#B4AC86
(180,172,134)
#BBB492
(187,180,146)
#C2BC9E
(194,188,158)
#C9C4AA
(201,196,170)
#D0CCB6
(208,204,182)
#D7D4C2
(215,212,194)
#DEDCCE
(222,220,206)
#E5E4DA
(229,228,218)
#ECECE6
(236,236,230)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA47A; }

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

This text font color is #ADA47A.


Background Color

.myBgColor { background-color: #ADA47A; }

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

This div background color is #ADA47A.


Border color

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

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

This div border color is #ADA47A.


Opacity

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

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

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

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

This text has shadow with #ADA47A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA47A on black background.


Color preview on white background

This text has color #ADA47A on white background.



Black color preview on #ADA47A background

This text has black color on #ADA47A background.


White color preview on #ADA47A background

This text has white color on #ADA47A background.