COLOR #ADA681

HEX: #ADA681
RGB: (173,166,129)

Color info

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

RGB color model

#ADA681 color RGB value is (173,166,129).

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

RGB channels and saturation

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

173
166
129

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

Portions of RGB colors in percentages

R + G + B =
173 + 166 + 129 = 468 (100%)
R 173 of 468 ~ 36.97%
G 166 of 468 ~ 35.47%
B 129 of 468 ~ 27.56%

%36.97
%35.47
%27.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 25.43%
  • 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
%25.43
%32.16

Codes

Color #ADA681 in popluar color models

ADA681
RGB173166129
HSL50°21.15%59.22%
HSB/HSV50°25.43%67.84%
CMYK0.00%4.05%25.43%
32.16%

Color #ADA681 in popluar number systems.

HEXADA681
Decimal173166129
Binary101011011010011010000001
Octal255246201

Shades and tints

Shades of #ADA681

#ADA681
(173,166,129)
#9E9776
(158,151,118)
#8F886B
(143,136,107)
#807960
(128,121,96)
#716A55
(113,106,85)
#625B4A
(98,91,74)
#534C3F
(83,76,63)
#443D34
(68,61,52)
#352E29
(53,46,41)
#261F1E
(38,31,30)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #ADA681

#ADA681
(173,166,129)
#B4AE8C
(180,174,140)
#BBB697
(187,182,151)
#C2BEA2
(194,190,162)
#C9C6AD
(201,198,173)
#D0CEB8
(208,206,184)
#D7D6C3
(215,214,195)
#DEDECE
(222,222,206)
#E5E6D9
(229,230,217)
#ECEEE4
(236,238,228)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA681; }

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

This text font color is #ADA681.


Background Color

.myBgColor { background-color: #ADA681; }

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

This div background color is #ADA681.


Border color

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

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

This div border color is #ADA681.


Opacity

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

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

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

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

This text has shadow with #ADA681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA681 on black background.


Color preview on white background

This text has color #ADA681 on white background.



Black color preview on #ADA681 background

This text has black color on #ADA681 background.


White color preview on #ADA681 background

This text has white color on #ADA681 background.