COLOR #ADAC6D

HEX: #ADAC6D RGB: (173,172,109)

Color info

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

RGB color model

#ADAC6D color RGB value is (173,172,109).

RGB: (173,172,109) (68%, 67%, 43%)

RGB channels and saturation

R 173 of 255 = 68%
G 172 of 255 = 67%
B 109 of 255 = 43%

173
172
109

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

Portions of RGB colors in percentages

R + G + B = 173 + 172 + 109 = 454 (100%)
R 173 of 454 ~ 38.11%
G 172 of 454 ~ 37.89%
B 109 of 454 ~ 24.01'%

%38.11
%37.89
%24.01

CMYK color model

#ADAC6D color CMYK value is (0,1,37,32).

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

CMYK: (0,1,37,32)
C0M1Y37K32 (0%, 1%, 37%, 32%)
(0.00 / 0.01 / 0.37 / 0.32)

CMYK percentages

%0
%0.58
%36.99
%32.16

Codes

Color #ADAC6D in popluar color models

AD AC 6D
RGB 173 172 109
HSL 59° 28.07% 55.29%
HSB/HSV 59° 36.99% 67.84%
CMYK 0.00% 0.58% 36.99%
32.16%

Color #ADAC6D in popluar number systems.

HEX AD AC 6D
Decimal 173 172 109
Binary 10101101 10101100 1101101
Octal 255 254 155

Shades and tints

Shades of #ADAC6D

#ADAC6D
(173,172,109)
#9E9D64
(158,157,100)
#8F8E5B
(143,142,91)
#807F52
(128,127,82)
#717049
(113,112,73)
#626140
(98,97,64)
#535237
(83,82,55)
#44432E
(68,67,46)
#353425
(53,52,37)
#26251C
(38,37,28)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #ADAC6D

#ADAC6D
(173,172,109)
#B4B37A
(180,179,122)
#BBBA87
(187,186,135)
#C2C194
(194,193,148)
#C9C8A1
(201,200,161)
#D0CFAE
(208,207,174)
#D7D6BB
(215,214,187)
#DEDDC8
(222,221,200)
#E5E4D5
(229,228,213)
#ECEBE2
(236,235,226)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAC6D; }

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

This text font color is #ADAC6D.

Background Color

.myBgColor { background-color: #ADAC6D; }

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

This div background color is #ADAC6D.

Border color

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

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

This div border color is #ADAC6D.

Opacity

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

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

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

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

This text has shadow with #ADAC6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAC6D.

Preview

Color preview on black background

This text has color #ADAC6D on black background.


Color preview on white background

This text has color #ADAC6D on white background.


Black color preview on #ADAC6D background

This text has black color on #ADAC6D background.


White color preview on #ADAC6D background

This text has white color on #ADAC6D background.


Related colors

Complementary color

Complementary color for #hex is #525392.


I love getcolorcode.com

Triadic colors

1 #6DADAC and #AC6DAD with #ADAC6D are triadic colors.

2 #6DACAD and #ACAD6D with #ADAC6D are triadic colors.