COLOR #ADAA94

HEX: #ADAA94 RGB: (173,170,148)

Color info

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

RGB color model

#ADAA94 color RGB value is (173,170,148).

RGB: (173,170,148) (68%, 67%, 58%)

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 148 of 255 = 58%

173
170
148

R + G + B ~ 64%. #ADAA94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 170 + 148 = 491 (100%)
R 173 of 491 ~ 35.23%
G 170 of 491 ~ 34.62%
B 148 of 491 ~ 30.14'%

%35.23
%34.62
%30.14

CMYK color model

#ADAA94 color CMYK value is (0,2,14,32).

  • cyan value is 0.00%
  • magenta value is 1.73%
  • yellow value is 14.45%
  • key color value is 32.16%

CMYK: (0,2,14,32)
C0M2Y14K32 (0%, 2%, 14%, 32%)
(0.00 / 0.02 / 0.14 / 0.32)

CMYK percentages

%0
%1.73
%14.45
%32.16

Codes

Color #ADAA94 in popluar color models

AD AA 94
RGB 173 170 148
HSL 53° 13.23% 62.94%
HSB/HSV 53° 14.45% 67.84%
CMYK 0.00% 1.73% 14.45%
32.16%

Color #ADAA94 in popluar number systems.

HEX AD AA 94
Decimal 173 170 148
Binary 10101101 10101010 10010100
Octal 255 252 224

Shades and tints

Shades of #ADAA94

#ADAA94
(173,170,148)
#9E9B87
(158,155,135)
#8F8C7A
(143,140,122)
#807D6D
(128,125,109)
#716E60
(113,110,96)
#625F53
(98,95,83)
#535046
(83,80,70)
#444139
(68,65,57)
#35322C
(53,50,44)
#26231F
(38,35,31)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #ADAA94

#ADAA94
(173,170,148)
#B4B19D
(180,177,157)
#BBB8A6
(187,184,166)
#C2BFAF
(194,191,175)
#C9C6B8
(201,198,184)
#D0CDC1
(208,205,193)
#D7D4CA
(215,212,202)
#DEDBD3
(222,219,211)
#E5E2DC
(229,226,220)
#ECE9E5
(236,233,229)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAA94 color. Also use rgb(173,170,148) instead hex code.

Text Font Color

.myTextColor { color: #ADAA94; }

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

This text font color is #ADAA94.

Background Color

.myBgColor { background-color: #ADAA94; }

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

This div background color is #ADAA94.

Border color

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

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

This div border color is #ADAA94.

Opacity

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

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

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

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

This text has shadow with #ADAA94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAA94.

Preview

Color preview on black background

This text has color #ADAA94 on black background.


Color preview on white background

This text has color #ADAA94 on white background.


Black color preview on #ADAA94 background

This text has black color on #ADAA94 background.


White color preview on #ADAA94 background

This text has white color on #ADAA94 background.


Related colors

Complementary color

Complementary color for #hex is #52556B.


I love getcolorcode.com

Triadic colors

1 #94ADAA and #AA94AD with #ADAA94 are triadic colors.

2 #94AAAD and #AAAD94 with #ADAA94 are triadic colors.