COLOR #ADAC7D

HEX: #ADAC7D RGB: (173,172,125)

Color info

#ADAC7D contains red, green and blue colors in about the same proportion. Web safe color of #ADAC7D is #999966 (or #996).

RGB color model

#ADAC7D color RGB value is (173,172,125).

RGB: (173,172,125) (68%, 67%, 49%)

RGB channels and saturation

R 173 of 255 = 68%
G 172 of 255 = 67%
B 125 of 255 = 49%

173
172
125

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

Portions of RGB colors in percentages

R + G + B = 173 + 172 + 125 = 470 (100%)
R 173 of 470 ~ 36.81%
G 172 of 470 ~ 36.6%
B 125 of 470 ~ 26.6'%

%36.81
%36.6
%26.6

CMYK color model

#ADAC7D color CMYK value is (0,1,28,32).

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 27.75%
  • key color value is 32.16%
CMYK: (0,1,28,32) C0M1Y28K32 (0%,1%,28%,32%) (0.00/0.01/0.28/0.32) 

CMYK percentages

%0
%0.58
%27.75
%32.16

Codes

Color #ADAC7D in popluar color models

AD AC 7D
RGB 173 172 125
HSL 59° 22.64% 58.43%
HSB/HSV 59° 27.75% 67.84%
CMYK 0.00% 0.58% 27.75%
32.16%

Color #ADAC7D in popluar number systems.

HEX AD AC 7D
Decimal 173 172 125
Binary 10101101 10101100 1111101
Octal 255 254 175

Shades and tints

Shades of #ADAC7D

#ADAC7D
(173,172,125)
#9E9D72
(158,157,114)
#8F8E67
(143,142,103)
#807F5C
(128,127,92)
#717051
(113,112,81)
#626146
(98,97,70)
#53523B
(83,82,59)
#444330
(68,67,48)
#353425
(53,52,37)
#26251A
(38,37,26)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #ADAC7D

#ADAC7D
(173,172,125)
#B4B388
(180,179,136)
#BBBA93
(187,186,147)
#C2C19E
(194,193,158)
#C9C8A9
(201,200,169)
#D0CFB4
(208,207,180)
#D7D6BF
(215,214,191)
#DEDDCA
(222,221,202)
#E5E4D5
(229,228,213)
#ECEBE0
(236,235,224)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAC7D; }

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

This text font color is #ADAC7D.

Background Color

.myBgColor { background-color: #ADAC7D; }

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

This div background color is #ADAC7D.

Border color

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

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

This div border color is #ADAC7D.

Opacity

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

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

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

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

This text has shadow with #ADAC7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAC7D.

Preview

Color preview on black background

This text has color #ADAC7D on black background.


Color preview on white background

This text has color #ADAC7D on white background.


Black color preview on #ADAC7D background

This text has black color on #ADAC7D background.


White color preview on #ADAC7D background

This text has white color on #ADAC7D background.


Related colors

Complementary color

Complementary color for #hex is #525382.


I love getcolorcode.com

Triadic colors

1 #7DADAC and #AC7DAD with #ADAC7D are triadic colors.

2 #7DACAD and #ACAD7D with #ADAC7D are triadic colors.