COLOR #AD9625

HEX: #AD9625
RGB: (173,150,37)

Color info

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

RGB color model

#AD9625 color RGB value is (173,150,37).

  • red value is 173;
  • green value is 150;
  • blue value is 37.
RGB: (173,150,37) (68%,59%,15%)

RGB channels and saturation

R 173 of 255 = 68%
G 150 of 255 = 59%
B 37 of 255 = 15%

173
150
37

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

Portions of RGB colors in percentages

R + G + B =
173 + 150 + 37 = 360 (100%)
R 173 of 360 ~ 48.06%
G 150 of 360 ~ 41.67%
B 37 of 360 ~ 10.28%

%48.06
%41.67
%10.28

CMYK color model

#AD9625 color CMYK value is (0,13,79,32).

  • cyan value is 0.00%
  • magenta value is 13.29%
  • yellow value is 78.61%
  • key color value is 32.16%
CMYK: (0,13,79,32) C0M13Y79K32 (0%,13%,79%,32%) (0.00/0.13/0.79/0.32)

CMYK percentages

%0
%13.29
%78.61
%32.16

Codes

Color #AD9625 in popluar color models

AD9625
RGB17315037
HSL50°64.76%41.18%
HSB/HSV50°78.61%67.84%
CMYK0.00%13.29%78.61%
32.16%

Color #AD9625 in popluar number systems.

HEXAD9625
Decimal17315037
Binary1010110110010110100101
Octal25522645

Shades and tints

Shades of #AD9625

#AD9625
(173,150,37)
#9E8922
(158,137,34)
#8F7C1F
(143,124,31)
#806F1C
(128,111,28)
#716219
(113,98,25)
#625516
(98,85,22)
#534813
(83,72,19)
#443B10
(68,59,16)
#352E0D
(53,46,13)
#26210A
(38,33,10)
#171407
(23,20,7)
#000000
(0,0,0)

Tints of #AD9625

#AD9625
(173,150,37)
#B49F38
(180,159,56)
#BBA84B
(187,168,75)
#C2B15E
(194,177,94)
#C9BA71
(201,186,113)
#D0C384
(208,195,132)
#D7CC97
(215,204,151)
#DED5AA
(222,213,170)
#E5DEBD
(229,222,189)
#ECE7D0
(236,231,208)
#F3F0E3
(243,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9625 color. Also use rgb(173,150,37) instead hex code.

Text Font Color

.myTextColor { color: #AD9625; }

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

This text font color is #AD9625.


Background Color

.myBgColor { background-color: #AD9625; }

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

This div background color is #AD9625.


Border color

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

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

This div border color is #AD9625.


Opacity

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

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

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

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

This text has shadow with #AD9625 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AD9625 on black background.


Color preview on white background

This text has color #AD9625 on white background.



Black color preview on #AD9625 background

This text has black color on #AD9625 background.


White color preview on #AD9625 background

This text has white color on #AD9625 background.