COLOR #ADA966

HEX: #ADA966
RGB: (173,169,102)

Color info

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

RGB color model

#ADA966 color RGB value is (173,169,102).

  • red value is 173;
  • green value is 169;
  • blue value is 102.
RGB:
(173,169,102)
(68%,66%,40%)

RGB channels and saturation

R 173 of 255 = 68%
G 169 of 255 = 66%
B 102 of 255 = 40%

173
169
102

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

Portions of RGB colors in percentages

R + G + B =
173 + 169 + 102 = 444 (100%)
R 173 of 444 ~ 38.96%
G 169 of 444 ~ 38.06%
B 102 of 444 ~ 22.97%

%38.96
%38.06
%22.97

CMYK color model

#ADA966 color CMYK value is (0,2,41,32).

  • cyan value is 0.00%
  • magenta value is 2.31%
  • yellow value is 41.04%
  • key color value is 32.16%
CMYK:
(0,2,41,32)
C0M2Y41K32 
(0%,2%,41%,32%)
(0.00/0.02/0.41/0.32)	

CMYK percentages

%0
%2.31
%41.04
%32.16

Codes

Color #ADA966 in popluar color models

ADA966
RGB173169102
HSL57°30.21%53.92%
HSB/HSV57°41.04%67.84%
CMYK0.00%2.31%41.04%
32.16%

Color #ADA966 in popluar number systems.

HEXADA966
Decimal173169102
Binary10101101101010011100110
Octal255251146

Shades and tints

Shades of #ADA966

#ADA966
(173,169,102)
#9E9A5D
(158,154,93)
#8F8B54
(143,139,84)
#807C4B
(128,124,75)
#716D42
(113,109,66)
#625E39
(98,94,57)
#534F30
(83,79,48)
#444027
(68,64,39)
#35311E
(53,49,30)
#262215
(38,34,21)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #ADA966

#ADA966
(173,169,102)
#B4B073
(180,176,115)
#BBB780
(187,183,128)
#C2BE8D
(194,190,141)
#C9C59A
(201,197,154)
#D0CCA7
(208,204,167)
#D7D3B4
(215,211,180)
#DEDAC1
(222,218,193)
#E5E1CE
(229,225,206)
#ECE8DB
(236,232,219)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA966; }

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

This text font color is #ADA966.


Background Color

.myBgColor { background-color: #ADA966; }

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

This div background color is #ADA966.


Border color

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

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

This div border color is #ADA966.


Opacity

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

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

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

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

This text has shadow with #ADA966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA966 on black background.


Color preview on white background

This text has color #ADA966 on white background.



Black color preview on #ADA966 background

This text has black color on #ADA966 background.


White color preview on #ADA966 background

This text has white color on #ADA966 background.