COLOR #ADA688

HEX: #ADA688 RGB: (173,166,136)

Color info

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

RGB color model

#ADA688 color RGB value is (173,166,136).

RGB: (173,166,136) (68%, 65%, 53%)

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 136 of 255 = 53%

173
166
136

R + G + B ~ 62%. #ADA688 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 166 + 136 = 475 (100%)
R 173 of 475 ~ 36.42%
G 166 of 475 ~ 34.95%
B 136 of 475 ~ 28.63'%

%36.42
%34.95
%28.63

CMYK color model

#ADA688 color CMYK value is (0,4,21,32).

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

CMYK: (0,4,21,32)
C0M4Y21K32 (0%, 4%, 21%, 32%)
(0.00 / 0.04 / 0.21 / 0.32)

CMYK percentages

%0
%4.05
%21.39
%32.16

Codes

Color #ADA688 in popluar color models

AD A6 88
RGB 173 166 136
HSL 49° 18.41% 60.59%
HSB/HSV 49° 21.39% 67.84%
CMYK 0.00% 4.05% 21.39%
32.16%

Color #ADA688 in popluar number systems.

HEX AD A6 88
Decimal 173 166 136
Binary 10101101 10100110 10001000
Octal 255 246 210

Shades and tints

Shades of #ADA688

#ADA688
(173,166,136)
#9E977C
(158,151,124)
#8F8870
(143,136,112)
#807964
(128,121,100)
#716A58
(113,106,88)
#625B4C
(98,91,76)
#534C40
(83,76,64)
#443D34
(68,61,52)
#352E28
(53,46,40)
#261F1C
(38,31,28)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #ADA688

#ADA688
(173,166,136)
#B4AE92
(180,174,146)
#BBB69C
(187,182,156)
#C2BEA6
(194,190,166)
#C9C6B0
(201,198,176)
#D0CEBA
(208,206,186)
#D7D6C4
(215,214,196)
#DEDECE
(222,222,206)
#E5E6D8
(229,230,216)
#ECEEE2
(236,238,226)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA688; }

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

This text font color is #ADA688.

Background Color

.myBgColor { background-color: #ADA688; }

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

This div background color is #ADA688.

Border color

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

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

This div border color is #ADA688.

Opacity

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

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

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

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

This text has shadow with #ADA688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA688.

Preview

Color preview on black background

This text has color #ADA688 on black background.


Color preview on white background

This text has color #ADA688 on white background.


Black color preview on #ADA688 background

This text has black color on #ADA688 background.


White color preview on #ADA688 background

This text has white color on #ADA688 background.


Related colors

Complementary color

Complementary color for #hex is #525977.


I love getcolorcode.com

Triadic colors

1 #88ADA6 and #A688AD with #ADA688 are triadic colors.

2 #88A6AD and #A6AD88 with #ADA688 are triadic colors.