COLOR #AD9524

HEX: #AD9524
RGB: (173,149,36)

Color info

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

RGB color model

#AD9524 color RGB value is (173,149,36).

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

RGB channels and saturation

R 173 of 255 = 68%
G 149 of 255 = 58%
B 36 of 255 = 14%

173
149
36

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

Portions of RGB colors in percentages

R + G + B =
173 + 149 + 36 = 358 (100%)
R 173 of 358 ~ 48.32%
G 149 of 358 ~ 41.62%
B 36 of 358 ~ 10.06%

%48.32
%41.62
%10.06

CMYK color model

#AD9524 color CMYK value is (0,14,79,32).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 79.19%
  • key color value is 32.16%
CMYK:
(0,14,79,32)
C0M14Y79K32 
(0%,14%,79%,32%)
(0.00/0.14/0.79/0.32)	

CMYK percentages

%0
%13.87
%79.19
%32.16

Codes

Color #AD9524 in popluar color models

AD9524
RGB17314936
HSL49°65.55%40.98%
HSB/HSV49°79.19%67.84%
CMYK0.00%13.87%79.19%
32.16%

Color #AD9524 in popluar number systems.

HEXAD9524
Decimal17314936
Binary1010110110010101100100
Octal25522544

Shades and tints

Shades of #AD9524

#AD9524
(173,149,36)
#9E8821
(158,136,33)
#8F7B1E
(143,123,30)
#806E1B
(128,110,27)
#716118
(113,97,24)
#625415
(98,84,21)
#534712
(83,71,18)
#443A0F
(68,58,15)
#352D0C
(53,45,12)
#262009
(38,32,9)
#171306
(23,19,6)
#000000
(0,0,0)

Tints of #AD9524

#AD9524
(173,149,36)
#B49E37
(180,158,55)
#BBA74A
(187,167,74)
#C2B05D
(194,176,93)
#C9B970
(201,185,112)
#D0C283
(208,194,131)
#D7CB96
(215,203,150)
#DED4A9
(222,212,169)
#E5DDBC
(229,221,188)
#ECE6CF
(236,230,207)
#F3EFE2
(243,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9524; }

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

This text font color is #AD9524.


Background Color

.myBgColor { background-color: #AD9524; }

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

This div background color is #AD9524.


Border color

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

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

This div border color is #AD9524.


Opacity

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

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

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

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

This text has shadow with #AD9524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9524 on black background.


Color preview on white background

This text has color #AD9524 on white background.



Black color preview on #AD9524 background

This text has black color on #AD9524 background.


White color preview on #AD9524 background

This text has white color on #AD9524 background.