COLOR #ADA36F

HEX: #ADA36F RGB: (173,163,111)

Color info

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

RGB color model

#ADA36F color RGB value is (173,163,111).

RGB: (173,163,111) (68%, 64%, 44%)

RGB channels and saturation

R 173 of 255 = 68%
G 163 of 255 = 64%
B 111 of 255 = 44%

173
163
111

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

Portions of RGB colors in percentages

R + G + B = 173 + 163 + 111 = 447 (100%)
R 173 of 447 ~ 38.7%
G 163 of 447 ~ 36.47%
B 111 of 447 ~ 24.83'%

%38.7
%36.47
%24.83

CMYK color model

#ADA36F color CMYK value is (0,6,36,32).

  • cyan value is 0.00%
  • magenta value is 5.78%
  • yellow value is 35.84%
  • key color value is 32.16%

CMYK: (0,6,36,32)
C0M6Y36K32 (0%, 6%, 36%, 32%)
(0.00 / 0.06 / 0.36 / 0.32)

CMYK percentages

%0
%5.78
%35.84
%32.16

Codes

Color #ADA36F in popluar color models

AD A3 6F
RGB 173 163 111
HSL 50° 27.43% 55.69%
HSB/HSV 50° 35.84% 67.84%
CMYK 0.00% 5.78% 35.84%
32.16%

Color #ADA36F in popluar number systems.

HEX AD A3 6F
Decimal 173 163 111
Binary 10101101 10100011 1101111
Octal 255 243 157

Shades and tints

Shades of #ADA36F

#ADA36F
(173,163,111)
#9E9565
(158,149,101)
#8F875B
(143,135,91)
#807951
(128,121,81)
#716B47
(113,107,71)
#625D3D
(98,93,61)
#534F33
(83,79,51)
#444129
(68,65,41)
#35331F
(53,51,31)
#262515
(38,37,21)
#17170B
(23,23,11)
#000000
(0,0,0)

Tints of #ADA36F

#ADA36F
(173,163,111)
#B4AB7C
(180,171,124)
#BBB389
(187,179,137)
#C2BB96
(194,187,150)
#C9C3A3
(201,195,163)
#D0CBB0
(208,203,176)
#D7D3BD
(215,211,189)
#DEDBCA
(222,219,202)
#E5E3D7
(229,227,215)
#ECEBE4
(236,235,228)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA36F color. Also use rgb(173,163,111) instead hex code.

Text Font Color

.myTextColor { color: #ADA36F; }

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

This text font color is #ADA36F.

Background Color

.myBgColor { background-color: #ADA36F; }

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

This div background color is #ADA36F.

Border color

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

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

This div border color is #ADA36F.

Opacity

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

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

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

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

This text has shadow with #ADA36F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA36F.

Preview

Color preview on black background

This text has color #ADA36F on black background.


Color preview on white background

This text has color #ADA36F on white background.


Black color preview on #ADA36F background

This text has black color on #ADA36F background.


White color preview on #ADA36F background

This text has white color on #ADA36F background.


Related colors

Complementary color

Complementary color for #hex is #525C90.


I love getcolorcode.com

Triadic colors

1 #6FADA3 and #A36FAD with #ADA36F are triadic colors.

2 #6FA3AD and #A3AD6F with #ADA36F are triadic colors.