COLOR #ADA48E

HEX: #ADA48E RGB: (173,164,142)

Color info

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

RGB color model

#ADA48E color RGB value is (173,164,142).

RGB: (173,164,142) (68%, 64%, 56%)

RGB channels and saturation

R 173 of 255 = 68%
G 164 of 255 = 64%
B 142 of 255 = 56%

173
164
142

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

Portions of RGB colors in percentages

R + G + B = 173 + 164 + 142 = 479 (100%)
R 173 of 479 ~ 36.12%
G 164 of 479 ~ 34.24%
B 142 of 479 ~ 29.65'%

%36.12
%34.24
%29.65

CMYK color model

#ADA48E color CMYK value is (0,5,18,32).

  • cyan value is 0.00%
  • magenta value is 5.20%
  • yellow value is 17.92%
  • key color value is 32.16%
CMYK: (0,5,18,32) C0M5Y18K32 (0%,5%,18%,32%) (0.00/0.05/0.18/0.32) 

CMYK percentages

%0
%5.2
%17.92
%32.16

Codes

Color #ADA48E in popluar color models

AD A4 8E
RGB 173 164 142
HSL 43° 15.90% 61.76%
HSB/HSV 43° 17.92% 67.84%
CMYK 0.00% 5.20% 17.92%
32.16%

Color #ADA48E in popluar number systems.

HEX AD A4 8E
Decimal 173 164 142
Binary 10101101 10100100 10001110
Octal 255 244 216

Shades and tints

Shades of #ADA48E

#ADA48E
(173,164,142)
#9E9682
(158,150,130)
#8F8876
(143,136,118)
#807A6A
(128,122,106)
#716C5E
(113,108,94)
#625E52
(98,94,82)
#535046
(83,80,70)
#44423A
(68,66,58)
#35342E
(53,52,46)
#262622
(38,38,34)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #ADA48E

#ADA48E
(173,164,142)
#B4AC98
(180,172,152)
#BBB4A2
(187,180,162)
#C2BCAC
(194,188,172)
#C9C4B6
(201,196,182)
#D0CCC0
(208,204,192)
#D7D4CA
(215,212,202)
#DEDCD4
(222,220,212)
#E5E4DE
(229,228,222)
#ECECE8
(236,236,232)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA48E; }

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

This text font color is #ADA48E.

Background Color

.myBgColor { background-color: #ADA48E; }

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

This div background color is #ADA48E.

Border color

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

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

This div border color is #ADA48E.

Opacity

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

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

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

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

This text has shadow with #ADA48E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA48E.

Preview

Color preview on black background

This text has color #ADA48E on black background.


Color preview on white background

This text has color #ADA48E on white background.


Black color preview on #ADA48E background

This text has black color on #ADA48E background.


White color preview on #ADA48E background

This text has white color on #ADA48E background.


Related colors

Complementary color

Complementary color for #hex is #525B71.


I love getcolorcode.com

Triadic colors

1 #8EADA4 and #A48EAD with #ADA48E are triadic colors.

2 #8EA4AD and #A4AD8E with #ADA48E are triadic colors.