COLOR #AD9924

HEX: #AD9924
RGB: (173,153,36)

Color info

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

RGB color model

#AD9924 color RGB value is (173,153,36).

  • red value is 173;
  • green value is 153;
  • blue value is 36.
RGB:
(173,153,36)
(68%,60%,14%)

RGB channels and saturation

R 173 of 255 = 68%
G 153 of 255 = 60%
B 36 of 255 = 14%

173
153
36

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

Portions of RGB colors in percentages

R + G + B =
173 + 153 + 36 = 362 (100%)
R 173 of 362 ~ 47.79%
G 153 of 362 ~ 42.27%
B 36 of 362 ~ 9.94%

%47.79
%42.27
%9.94

CMYK color model

#AD9924 color CMYK value is (0,12,79,32).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 79.19%
  • key color value is 32.16%
CMYK:
(0,12,79,32)
C0M12Y79K32 
(0%,12%,79%,32%)
(0.00/0.12/0.79/0.32)	

CMYK percentages

%0
%11.56
%79.19
%32.16

Codes

Color #AD9924 in popluar color models

AD9924
RGB17315336
HSL51°65.55%40.98%
HSB/HSV51°79.19%67.84%
CMYK0.00%11.56%79.19%
32.16%

Color #AD9924 in popluar number systems.

HEXAD9924
Decimal17315336
Binary1010110110011001100100
Octal25523144

Shades and tints

Shades of #AD9924

#AD9924
(173,153,36)
#9E8C21
(158,140,33)
#8F7F1E
(143,127,30)
#80721B
(128,114,27)
#716518
(113,101,24)
#625815
(98,88,21)
#534B12
(83,75,18)
#443E0F
(68,62,15)
#35310C
(53,49,12)
#262409
(38,36,9)
#171706
(23,23,6)
#000000
(0,0,0)

Tints of #AD9924

#AD9924
(173,153,36)
#B4A237
(180,162,55)
#BBAB4A
(187,171,74)
#C2B45D
(194,180,93)
#C9BD70
(201,189,112)
#D0C683
(208,198,131)
#D7CF96
(215,207,150)
#DED8A9
(222,216,169)
#E5E1BC
(229,225,188)
#ECEACF
(236,234,207)
#F3F3E2
(243,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9924 color. Also use rgb(173,153,36) instead hex code.

Text Font Color

.myTextColor { color: #AD9924; }

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

This text font color is #AD9924.


Background Color

.myBgColor { background-color: #AD9924; }

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

This div background color is #AD9924.


Border color

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

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

This div border color is #AD9924.


Opacity

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

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

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

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

This text has shadow with #AD9924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9924 on black background.


Color preview on white background

This text has color #AD9924 on white background.



Black color preview on #AD9924 background

This text has black color on #AD9924 background.


White color preview on #AD9924 background

This text has white color on #AD9924 background.