COLOR #ADA48A

HEX: #ADA48A
RGB: (173,164,138)

Color info

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

RGB color model

#ADA48A color RGB value is (173,164,138).

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

RGB channels and saturation

R 173 of 255 = 68%
G 164 of 255 = 64%
B 138 of 255 = 54%

173
164
138

R + G + B ~ 62%. #ADA48A is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 164 + 138 = 475 (100%)
R 173 of 475 ~ 36.42%
G 164 of 475 ~ 34.53%
B 138 of 475 ~ 29.05%

%36.42
%34.53
%29.05

CMYK color model

#ADA48A color CMYK value is (0,5,20,32).

  • cyan value is 0.00%
  • magenta value is 5.20%
  • yellow value is 20.23%
  • key color value is 32.16%
CMYK:
(0,5,20,32)
C0M5Y20K32 
(0%,5%,20%,32%)
(0.00/0.05/0.20/0.32)	

CMYK percentages

%0
%5.2
%20.23
%32.16

Codes

Color #ADA48A in popluar color models

ADA48A
RGB173164138
HSL45°17.59%60.98%
HSB/HSV45°20.23%67.84%
CMYK0.00%5.20%20.23%
32.16%

Color #ADA48A in popluar number systems.

HEXADA48A
Decimal173164138
Binary101011011010010010001010
Octal255244212

Shades and tints

Shades of #ADA48A

#ADA48A
(173,164,138)
#9E967E
(158,150,126)
#8F8872
(143,136,114)
#807A66
(128,122,102)
#716C5A
(113,108,90)
#625E4E
(98,94,78)
#535042
(83,80,66)
#444236
(68,66,54)
#35342A
(53,52,42)
#26261E
(38,38,30)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #ADA48A

#ADA48A
(173,164,138)
#B4AC94
(180,172,148)
#BBB49E
(187,180,158)
#C2BCA8
(194,188,168)
#C9C4B2
(201,196,178)
#D0CCBC
(208,204,188)
#D7D4C6
(215,212,198)
#DEDCD0
(222,220,208)
#E5E4DA
(229,228,218)
#ECECE4
(236,236,228)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA48A; }

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

This text font color is #ADA48A.


Background Color

.myBgColor { background-color: #ADA48A; }

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

This div background color is #ADA48A.


Border color

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

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

This div border color is #ADA48A.


Opacity

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

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

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

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

This text has shadow with #ADA48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA48A on black background.


Color preview on white background

This text has color #ADA48A on white background.



Black color preview on #ADA48A background

This text has black color on #ADA48A background.


White color preview on #ADA48A background

This text has white color on #ADA48A background.