COLOR #ADA56B

HEX: #ADA56B RGB: (173,165,107)

Color info

#ADA56B contains mainly red and green colors. Web safe color of #ADA56B is #999966 (or #996).

RGB color model

#ADA56B color RGB value is (173,165,107).

RGB: (173,165,107) (68%, 65%, 42%)

RGB channels and saturation

R 173 of 255 = 68%
G 165 of 255 = 65%
B 107 of 255 = 42%

173
165
107

R + G + B ~ 58%. #ADA56B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 165 + 107 = 445 (100%)
R 173 of 445 ~ 38.88%
G 165 of 445 ~ 37.08%
B 107 of 445 ~ 24.04'%

%38.88
%37.08
%24.04

CMYK color model

#ADA56B color CMYK value is (0,5,38,32).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 38.15%
  • key color value is 32.16%
CMYK: (0,5,38,32) C0M5Y38K32 (0%,5%,38%,32%) (0.00/0.05/0.38/0.32) 

CMYK percentages

%0
%4.62
%38.15
%32.16

Codes

Color #ADA56B in popluar color models

AD A5 6B
RGB 173 165 107
HSL 53° 28.70% 54.90%
HSB/HSV 53° 38.15% 67.84%
CMYK 0.00% 4.62% 38.15%
32.16%

Color #ADA56B in popluar number systems.

HEX AD A5 6B
Decimal 173 165 107
Binary 10101101 10100101 1101011
Octal 255 245 153

Shades and tints

Shades of #ADA56B

#ADA56B
(173,165,107)
#9E9662
(158,150,98)
#8F8759
(143,135,89)
#807850
(128,120,80)
#716947
(113,105,71)
#625A3E
(98,90,62)
#534B35
(83,75,53)
#443C2C
(68,60,44)
#352D23
(53,45,35)
#261E1A
(38,30,26)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #ADA56B

#ADA56B
(173,165,107)
#B4AD78
(180,173,120)
#BBB585
(187,181,133)
#C2BD92
(194,189,146)
#C9C59F
(201,197,159)
#D0CDAC
(208,205,172)
#D7D5B9
(215,213,185)
#DEDDC6
(222,221,198)
#E5E5D3
(229,229,211)
#ECEDE0
(236,237,224)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA56B color. Also use rgb(173,165,107) instead hex code.

Text Font Color

.myTextColor { color: #ADA56B; }

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

This text font color is #ADA56B.

Background Color

.myBgColor { background-color: #ADA56B; }

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

This div background color is #ADA56B.

Border color

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

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

This div border color is #ADA56B.

Opacity

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

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

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

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

This text has shadow with #ADA56B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA56B.

Preview

Color preview on black background

This text has color #ADA56B on black background.


Color preview on white background

This text has color #ADA56B on white background.


Black color preview on #ADA56B background

This text has black color on #ADA56B background.


White color preview on #ADA56B background

This text has white color on #ADA56B background.


Related colors

Complementary color

Complementary color for #hex is #525A94.


I love getcolorcode.com

Triadic colors

1 #6BADA5 and #A56BAD with #ADA56B are triadic colors.

2 #6BA5AD and #A5AD6B with #ADA56B are triadic colors.