COLOR #ADA683

HEX: #ADA683
RGB: (173,166,131)

Color info

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

RGB color model

#ADA683 color RGB value is (173,166,131).

  • red value is 173;
  • green value is 166;
  • blue value is 131.
RGB: (173,166,131) (68%,65%,51%)

RGB channels and saturation

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

173
166
131

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

Portions of RGB colors in percentages

R + G + B =
173 + 166 + 131 = 470 (100%)
R 173 of 470 ~ 36.81%
G 166 of 470 ~ 35.32%
B 131 of 470 ~ 27.87%

%36.81
%35.32
%27.87

CMYK color model

#ADA683 color CMYK value is (0,4,24,32).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 24.28%
  • key color value is 32.16%
CMYK: (0,4,24,32) C0M4Y24K32 (0%,4%,24%,32%) (0.00/0.04/0.24/0.32)

CMYK percentages

%0
%4.05
%24.28
%32.16

Codes

Color #ADA683 in popluar color models

ADA683
RGB173166131
HSL50°20.39%59.61%
HSB/HSV50°24.28%67.84%
CMYK0.00%4.05%24.28%
32.16%

Color #ADA683 in popluar number systems.

HEXADA683
Decimal173166131
Binary101011011010011010000011
Octal255246203

Shades and tints

Shades of #ADA683

#ADA683
(173,166,131)
#9E9778
(158,151,120)
#8F886D
(143,136,109)
#807962
(128,121,98)
#716A57
(113,106,87)
#625B4C
(98,91,76)
#534C41
(83,76,65)
#443D36
(68,61,54)
#352E2B
(53,46,43)
#261F20
(38,31,32)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #ADA683

#ADA683
(173,166,131)
#B4AE8E
(180,174,142)
#BBB699
(187,182,153)
#C2BEA4
(194,190,164)
#C9C6AF
(201,198,175)
#D0CEBA
(208,206,186)
#D7D6C5
(215,214,197)
#DEDED0
(222,222,208)
#E5E6DB
(229,230,219)
#ECEEE6
(236,238,230)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA683; }

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

This text font color is #ADA683.


Background Color

.myBgColor { background-color: #ADA683; }

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

This div background color is #ADA683.


Border color

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

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

This div border color is #ADA683.


Opacity

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

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

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

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

This text has shadow with #ADA683 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #ADA683; -webkit-box-shadow:	1px 1px 3px 2px #ADA683; box-shadow:	1px 1px 3px 2px #ADA683; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ADA683; -webkit-box-shadow: 1px 1px 3px 2px #ADA683; box-shadow:1px 1px 3px 2px #ADA683;">
Div content here</div>
This div box has shadow with color #ADA683.

Preview

Color preview on black background

This text has color #ADA683 on black background.


Color preview on white background

This text has color #ADA683 on white background.



Black color preview on #ADA683 background

This text has black color on #ADA683 background.


White color preview on #ADA683 background

This text has white color on #ADA683 background.