COLOR #ADA14D

HEX: #ADA14D
RGB: (173,161,77)

Color info

#ADA14D contains mainly red and green colors. Web safe color of #ADA14D is #999933 (or #993).

RGB color model

#ADA14D color RGB value is (173,161,77).

  • red value is 173;
  • green value is 161;
  • blue value is 77.
RGB:
(173,161,77)
(68%,63%,30%)

RGB channels and saturation

R 173 of 255 = 68%
G 161 of 255 = 63%
B 77 of 255 = 30%

173
161
77

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

Portions of RGB colors in percentages

R + G + B =
173 + 161 + 77 = 411 (100%)
R 173 of 411 ~ 42.09%
G 161 of 411 ~ 39.17%
B 77 of 411 ~ 18.73%

%42.09
%39.17
%18.73

CMYK color model

#ADA14D color CMYK value is (0,7,55,32).

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 55.49%
  • key color value is 32.16%
CMYK:
(0,7,55,32)
C0M7Y55K32 
(0%,7%,55%,32%)
(0.00/0.07/0.55/0.32)	

CMYK percentages

%0
%6.94
%55.49
%32.16

Codes

Color #ADA14D in popluar color models

ADA14D
RGB17316177
HSL53°38.40%49.02%
HSB/HSV53°55.49%67.84%
CMYK0.00%6.94%55.49%
32.16%

Color #ADA14D in popluar number systems.

HEXADA14D
Decimal17316177
Binary10101101101000011001101
Octal255241115

Shades and tints

Shades of #ADA14D

#ADA14D
(173,161,77)
#9E9346
(158,147,70)
#8F853F
(143,133,63)
#807738
(128,119,56)
#716931
(113,105,49)
#625B2A
(98,91,42)
#534D23
(83,77,35)
#443F1C
(68,63,28)
#353115
(53,49,21)
#26230E
(38,35,14)
#171507
(23,21,7)
#000000
(0,0,0)

Tints of #ADA14D

#ADA14D
(173,161,77)
#B4A95D
(180,169,93)
#BBB16D
(187,177,109)
#C2B97D
(194,185,125)
#C9C18D
(201,193,141)
#D0C99D
(208,201,157)
#D7D1AD
(215,209,173)
#DED9BD
(222,217,189)
#E5E1CD
(229,225,205)
#ECE9DD
(236,233,221)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA14D color. Also use rgb(173,161,77) instead hex code.

Text Font Color

.myTextColor { color: #ADA14D; }

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

This text font color is #ADA14D.


Background Color

.myBgColor { background-color: #ADA14D; }

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

This div background color is #ADA14D.


Border color

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

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

This div border color is #ADA14D.


Opacity

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

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

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

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

This text has shadow with #ADA14D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA14D on black background.


Color preview on white background

This text has color #ADA14D on white background.



Black color preview on #ADA14D background

This text has black color on #ADA14D background.


White color preview on #ADA14D background

This text has white color on #ADA14D background.