COLOR #ADAC94

HEX: #ADAC94 RGB: (173,172,148)

Color info

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

RGB color model

#ADAC94 color RGB value is (173,172,148).

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

RGB channels and saturation

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

173
172
148

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

Portions of RGB colors in percentages

R + G + B = 173 + 172 + 148 = 493 (100%)
R 173 of 493 ~ 35.09%
G 172 of 493 ~ 34.89%
B 148 of 493 ~ 30.02'%

%35.09
%34.89
%30.02

CMYK color model

#ADAC94 color CMYK value is (0,1,14,32).

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

CMYK: (0,1,14,32)
C0M1Y14K32 (0%, 1%, 14%, 32%)
(0.00 / 0.01 / 0.14 / 0.32)

CMYK percentages

%0
%0.58
%14.45
%32.16

Codes

Color #ADAC94 in popluar color models

AD AC 94
RGB 173 172 148
HSL 58° 13.23% 62.94%
HSB/HSV 58° 14.45% 67.84%
CMYK 0.00% 0.58% 14.45%
32.16%

Color #ADAC94 in popluar number systems.

HEX AD AC 94
Decimal 173 172 148
Binary 10101101 10101100 10010100
Octal 255 254 224

Shades and tints

Shades of #ADAC94

#ADAC94
(173,172,148)
#9E9D87
(158,157,135)
#8F8E7A
(143,142,122)
#807F6D
(128,127,109)
#717060
(113,112,96)
#626153
(98,97,83)
#535246
(83,82,70)
#444339
(68,67,57)
#35342C
(53,52,44)
#26251F
(38,37,31)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #ADAC94

#ADAC94
(173,172,148)
#B4B39D
(180,179,157)
#BBBAA6
(187,186,166)
#C2C1AF
(194,193,175)
#C9C8B8
(201,200,184)
#D0CFC1
(208,207,193)
#D7D6CA
(215,214,202)
#DEDDD3
(222,221,211)
#E5E4DC
(229,228,220)
#ECEBE5
(236,235,229)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAC94; }

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

This text font color is #ADAC94.

Background Color

.myBgColor { background-color: #ADAC94; }

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

This div background color is #ADAC94.

Border color

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

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

This div border color is #ADAC94.

Opacity

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

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

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

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

This text has shadow with #ADAC94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAC94.

Preview

Color preview on black background

This text has color #ADAC94 on black background.


Color preview on white background

This text has color #ADAC94 on white background.


Black color preview on #ADAC94 background

This text has black color on #ADAC94 background.


White color preview on #ADAC94 background

This text has white color on #ADAC94 background.


Related colors

Complementary color

Complementary color for #hex is #52536B.


I love getcolorcode.com

Triadic colors

1 #94ADAC and #AC94AD with #ADAC94 are triadic colors.

2 #94ACAD and #ACAD94 with #ADAC94 are triadic colors.