COLOR #ADA96D

HEX: #ADA96D RGB: (173,169,109)

Color info

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

RGB color model

#ADA96D color RGB value is (173,169,109).

RGB: (173,169,109) (68%, 66%, 43%)

RGB channels and saturation

R 173 of 255 = 68%
G 169 of 255 = 66%
B 109 of 255 = 43%

173
169
109

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

Portions of RGB colors in percentages

R + G + B = 173 + 169 + 109 = 451 (100%)
R 173 of 451 ~ 38.36%
G 169 of 451 ~ 37.47%
B 109 of 451 ~ 24.17'%

%38.36
%37.47
%24.17

CMYK color model

#ADA96D color CMYK value is (0,2,37,32).

  • cyan value is 0.00%
  • magenta value is 2.31%
  • yellow value is 36.99%
  • key color value is 32.16%

CMYK: (0,2,37,32)
C0M2Y37K32 (0%, 2%, 37%, 32%)
(0.00 / 0.02 / 0.37 / 0.32)

CMYK percentages

%0
%2.31
%36.99
%32.16

Codes

Color #ADA96D in popluar color models

AD A9 6D
RGB 173 169 109
HSL 56° 28.07% 55.29%
HSB/HSV 56° 36.99% 67.84%
CMYK 0.00% 2.31% 36.99%
32.16%

Color #ADA96D in popluar number systems.

HEX AD A9 6D
Decimal 173 169 109
Binary 10101101 10101001 1101101
Octal 255 251 155

Shades and tints

Shades of #ADA96D

#ADA96D
(173,169,109)
#9E9A64
(158,154,100)
#8F8B5B
(143,139,91)
#807C52
(128,124,82)
#716D49
(113,109,73)
#625E40
(98,94,64)
#534F37
(83,79,55)
#44402E
(68,64,46)
#353125
(53,49,37)
#26221C
(38,34,28)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #ADA96D

#ADA96D
(173,169,109)
#B4B07A
(180,176,122)
#BBB787
(187,183,135)
#C2BE94
(194,190,148)
#C9C5A1
(201,197,161)
#D0CCAE
(208,204,174)
#D7D3BB
(215,211,187)
#DEDAC8
(222,218,200)
#E5E1D5
(229,225,213)
#ECE8E2
(236,232,226)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA96D color. Also use rgb(173,169,109) instead hex code.

Text Font Color

.myTextColor { color: #ADA96D; }

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

This text font color is #ADA96D.

Background Color

.myBgColor { background-color: #ADA96D; }

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

This div background color is #ADA96D.

Border color

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

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

This div border color is #ADA96D.

Opacity

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

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

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

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

This text has shadow with #ADA96D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA96D.

Preview

Color preview on black background

This text has color #ADA96D on black background.


Color preview on white background

This text has color #ADA96D on white background.


Black color preview on #ADA96D background

This text has black color on #ADA96D background.


White color preview on #ADA96D background

This text has white color on #ADA96D background.


Related colors

Complementary color

Complementary color for #hex is #525692.


I love getcolorcode.com

Triadic colors

1 #6DADA9 and #A96DAD with #ADA96D are triadic colors.

2 #6DA9AD and #A9AD6D with #ADA96D are triadic colors.