COLOR #ADA696

HEX: #ADA696 RGB: (173,166,150)

Color info

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

RGB color model

#ADA696 color RGB value is (173,166,150).

RGB: (173,166,150) (68%, 65%, 59%)

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 150 of 255 = 59%

173
166
150

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

Portions of RGB colors in percentages

R + G + B = 173 + 166 + 150 = 489 (100%)
R 173 of 489 ~ 35.38%
G 166 of 489 ~ 33.95%
B 150 of 489 ~ 30.67'%

%35.38
%33.95
%30.67

CMYK color model

#ADA696 color CMYK value is (0,4,13,32).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 13.29%
  • key color value is 32.16%

CMYK: (0,4,13,32)
C0M4Y13K32 (0%, 4%, 13%, 32%)
(0.00 / 0.04 / 0.13 / 0.32)

CMYK percentages

%0
%4.05
%13.29
%32.16

Codes

Color #ADA696 in popluar color models

AD A6 96
RGB 173 166 150
HSL 42° 12.30% 63.33%
HSB/HSV 42° 13.29% 67.84%
CMYK 0.00% 4.05% 13.29%
32.16%

Color #ADA696 in popluar number systems.

HEX AD A6 96
Decimal 173 166 150
Binary 10101101 10100110 10010110
Octal 255 246 226

Shades and tints

Shades of #ADA696

#ADA696
(173,166,150)
#9E9789
(158,151,137)
#8F887C
(143,136,124)
#80796F
(128,121,111)
#716A62
(113,106,98)
#625B55
(98,91,85)
#534C48
(83,76,72)
#443D3B
(68,61,59)
#352E2E
(53,46,46)
#261F21
(38,31,33)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #ADA696

#ADA696
(173,166,150)
#B4AE9F
(180,174,159)
#BBB6A8
(187,182,168)
#C2BEB1
(194,190,177)
#C9C6BA
(201,198,186)
#D0CEC3
(208,206,195)
#D7D6CC
(215,214,204)
#DEDED5
(222,222,213)
#E5E6DE
(229,230,222)
#ECEEE7
(236,238,231)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA696 color. Also use rgb(173,166,150) instead hex code.

Text Font Color

.myTextColor { color: #ADA696; }

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

This text font color is #ADA696.

Background Color

.myBgColor { background-color: #ADA696; }

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

This div background color is #ADA696.

Border color

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

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

This div border color is #ADA696.

Opacity

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

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

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

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

This text has shadow with #ADA696 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA696.

Preview

Color preview on black background

This text has color #ADA696 on black background.


Color preview on white background

This text has color #ADA696 on white background.


Black color preview on #ADA696 background

This text has black color on #ADA696 background.


White color preview on #ADA696 background

This text has white color on #ADA696 background.


Related colors

Complementary color

Complementary color for #hex is #525969.


I love getcolorcode.com

Triadic colors

1 #96ADA6 and #A696AD with #ADA696 are triadic colors.

2 #96A6AD and #A6AD96 with #ADA696 are triadic colors.