COLOR #ADA682

HEX: #ADA682 RGB: (173,166,130)

Color info

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

RGB color model

#ADA682 color RGB value is (173,166,130).

RGB: (173,166,130) (68%, 65%, 51%)

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 130 of 255 = 51%

173
166
130

R + G + B ~ 61%. #ADA682 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 166 + 130 = 469 (100%)
R 173 of 469 ~ 36.89%
G 166 of 469 ~ 35.39%
B 130 of 469 ~ 27.72'%

%36.89
%35.39
%27.72

CMYK color model

#ADA682 color CMYK value is (0,4,25,32).

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

CMYK: (0,4,25,32)
C0M4Y25K32 (0%, 4%, 25%, 32%)
(0.00 / 0.04 / 0.25 / 0.32)

CMYK percentages

%0
%4.05
%24.86
%32.16

Codes

Color #ADA682 in popluar color models

AD A6 82
RGB 173 166 130
HSL 50° 20.77% 59.41%
HSB/HSV 50° 24.86% 67.84%
CMYK 0.00% 4.05% 24.86%
32.16%

Color #ADA682 in popluar number systems.

HEX AD A6 82
Decimal 173 166 130
Binary 10101101 10100110 10000010
Octal 255 246 202

Shades and tints

Shades of #ADA682

#ADA682
(173,166,130)
#9E9777
(158,151,119)
#8F886C
(143,136,108)
#807961
(128,121,97)
#716A56
(113,106,86)
#625B4B
(98,91,75)
#534C40
(83,76,64)
#443D35
(68,61,53)
#352E2A
(53,46,42)
#261F1F
(38,31,31)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #ADA682

#ADA682
(173,166,130)
#B4AE8D
(180,174,141)
#BBB698
(187,182,152)
#C2BEA3
(194,190,163)
#C9C6AE
(201,198,174)
#D0CEB9
(208,206,185)
#D7D6C4
(215,214,196)
#DEDECF
(222,222,207)
#E5E6DA
(229,230,218)
#ECEEE5
(236,238,229)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA682; }

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

This text font color is #ADA682.

Background Color

.myBgColor { background-color: #ADA682; }

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

This div background color is #ADA682.

Border color

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

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

This div border color is #ADA682.

Opacity

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

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

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

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

This text has shadow with #ADA682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA682.

Preview

Color preview on black background

This text has color #ADA682 on black background.


Color preview on white background

This text has color #ADA682 on white background.


Black color preview on #ADA682 background

This text has black color on #ADA682 background.


White color preview on #ADA682 background

This text has white color on #ADA682 background.


Related colors

Complementary color

Complementary color for #hex is #52597D.


I love getcolorcode.com

Triadic colors

1 #82ADA6 and #A682AD with #ADA682 are triadic colors.

2 #82A6AD and #A6AD82 with #ADA682 are triadic colors.