COLOR #ADA094

HEX: #ADA094 RGB: (173,160,148)

Color info

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

RGB color model

#ADA094 color RGB value is (173,160,148).

RGB: (173,160,148) (68%, 63%, 58%)

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 148 of 255 = 58%

173
160
148

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

Portions of RGB colors in percentages

R + G + B = 173 + 160 + 148 = 481 (100%)
R 173 of 481 ~ 35.97%
G 160 of 481 ~ 33.26%
B 148 of 481 ~ 30.77'%

%35.97
%33.26
%30.77

CMYK color model

#ADA094 color CMYK value is (0,8,14,32).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 14.45%
  • key color value is 32.16%
CMYK: (0,8,14,32) C0M8Y14K32 (0%,8%,14%,32%) (0.00/0.08/0.14/0.32) 

CMYK percentages

%0
%7.51
%14.45
%32.16

Codes

Color #ADA094 in popluar color models

AD A0 94
RGB 173 160 148
HSL 29° 13.23% 62.94%
HSB/HSV 29° 14.45% 67.84%
CMYK 0.00% 7.51% 14.45%
32.16%

Color #ADA094 in popluar number systems.

HEX AD A0 94
Decimal 173 160 148
Binary 10101101 10100000 10010100
Octal 255 240 224

Shades and tints

Shades of #ADA094

#ADA094
(173,160,148)
#9E9287
(158,146,135)
#8F847A
(143,132,122)
#80766D
(128,118,109)
#716860
(113,104,96)
#625A53
(98,90,83)
#534C46
(83,76,70)
#443E39
(68,62,57)
#35302C
(53,48,44)
#26221F
(38,34,31)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #ADA094

#ADA094
(173,160,148)
#B4A89D
(180,168,157)
#BBB0A6
(187,176,166)
#C2B8AF
(194,184,175)
#C9C0B8
(201,192,184)
#D0C8C1
(208,200,193)
#D7D0CA
(215,208,202)
#DED8D3
(222,216,211)
#E5E0DC
(229,224,220)
#ECE8E5
(236,232,229)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA094; }

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

This text font color is #ADA094.

Background Color

.myBgColor { background-color: #ADA094; }

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

This div background color is #ADA094.

Border color

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

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

This div border color is #ADA094.

Opacity

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

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

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

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

This text has shadow with #ADA094 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA094.

Preview

Color preview on black background

This text has color #ADA094 on black background.


Color preview on white background

This text has color #ADA094 on white background.


Black color preview on #ADA094 background

This text has black color on #ADA094 background.


White color preview on #ADA094 background

This text has white color on #ADA094 background.


Related colors

Complementary color

Complementary color for #hex is #525F6B.


I love getcolorcode.com

Triadic colors

1 #94ADA0 and #A094AD with #ADA094 are triadic colors.

2 #94A0AD and #A0AD94 with #ADA094 are triadic colors.