COLOR #AD973B

HEX: #AD973B RGB: (173,151,59)

Color info

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

RGB color model

#AD973B color RGB value is (173,151,59).

RGB: (173,151,59) (68%, 59%, 23%)

RGB channels and saturation

R 173 of 255 = 68%
G 151 of 255 = 59%
B 59 of 255 = 23%

173
151
59

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

Portions of RGB colors in percentages

R + G + B = 173 + 151 + 59 = 383 (100%)
R 173 of 383 ~ 45.17%
G 151 of 383 ~ 39.43%
B 59 of 383 ~ 15.4'%

%45.17
%39.43
%15.4

CMYK color model

#AD973B color CMYK value is (0,13,66,32).

  • cyan value is 0.00%
  • magenta value is 12.72%
  • yellow value is 65.90%
  • key color value is 32.16%

CMYK: (0,13,66,32)
C0M13Y66K32 (0%, 13%, 66%, 32%)
(0.00 / 0.13 / 0.66 / 0.32)

CMYK percentages

%0
%12.72
%65.9
%32.16

Codes

Color #AD973B in popluar color models

AD 97 3B
RGB 173 151 59
HSL 48° 49.14% 45.49%
HSB/HSV 48° 65.90% 67.84%
CMYK 0.00% 12.72% 65.90%
32.16%

Color #AD973B in popluar number systems.

HEX AD 97 3B
Decimal 173 151 59
Binary 10101101 10010111 111011
Octal 255 227 73

Shades and tints

Shades of #AD973B

#AD973B
(173,151,59)
#9E8A36
(158,138,54)
#8F7D31
(143,125,49)
#80702C
(128,112,44)
#716327
(113,99,39)
#625622
(98,86,34)
#53491D
(83,73,29)
#443C18
(68,60,24)
#352F13
(53,47,19)
#26220E
(38,34,14)
#171509
(23,21,9)
#000000
(0,0,0)

Tints of #AD973B

#AD973B
(173,151,59)
#B4A04C
(180,160,76)
#BBA95D
(187,169,93)
#C2B26E
(194,178,110)
#C9BB7F
(201,187,127)
#D0C490
(208,196,144)
#D7CDA1
(215,205,161)
#DED6B2
(222,214,178)
#E5DFC3
(229,223,195)
#ECE8D4
(236,232,212)
#F3F1E5
(243,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD973B color. Also use rgb(173,151,59) instead hex code.

Text Font Color

.myTextColor { color: #AD973B; }

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

This text font color is #AD973B.

Background Color

.myBgColor { background-color: #AD973B; }

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

This div background color is #AD973B.

Border color

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

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

This div border color is #AD973B.

Opacity

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

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

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

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

This text has shadow with #AD973B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD973B.

Preview

Color preview on black background

This text has color #AD973B on black background.


Color preview on white background

This text has color #AD973B on white background.


Black color preview on #AD973B background

This text has black color on #AD973B background.


White color preview on #AD973B background

This text has white color on #AD973B background.


Related colors

Complementary color

Complementary color for #hex is #5268C4.


I love getcolorcode.com

Triadic colors

1 #3BAD97 and #973BAD with #AD973B are triadic colors.

2 #3B97AD and #97AD3B with #AD973B are triadic colors.