COLOR #AD9B3F

HEX: #AD9B3F
RGB: (173,155,63)

Color info

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

RGB color model

#AD9B3F color RGB value is (173,155,63).

  • red value is 173;
  • green value is 155;
  • blue value is 63.
RGB:
(173,155,63)
(68%,61%,25%)

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 63 of 255 = 25%

173
155
63

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

Portions of RGB colors in percentages

R + G + B =
173 + 155 + 63 = 391 (100%)
R 173 of 391 ~ 44.25%
G 155 of 391 ~ 39.64%
B 63 of 391 ~ 16.11%

%44.25
%39.64
%16.11

CMYK color model

#AD9B3F color CMYK value is (0,10,64,32).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 63.58%
  • key color value is 32.16%
CMYK:
(0,10,64,32)
C0M10Y64K32 
(0%,10%,64%,32%)
(0.00/0.10/0.64/0.32)	

CMYK percentages

%0
%10.4
%63.58
%32.16

Codes

Color #AD9B3F in popluar color models

AD9B3F
RGB17315563
HSL50°46.61%46.27%
HSB/HSV50°63.58%67.84%
CMYK0.00%10.40%63.58%
32.16%

Color #AD9B3F in popluar number systems.

HEXAD9B3F
Decimal17315563
Binary1010110110011011111111
Octal25523377

Shades and tints

Shades of #AD9B3F

#AD9B3F
(173,155,63)
#9E8D3A
(158,141,58)
#8F7F35
(143,127,53)
#807130
(128,113,48)
#71632B
(113,99,43)
#625526
(98,85,38)
#534721
(83,71,33)
#44391C
(68,57,28)
#352B17
(53,43,23)
#261D12
(38,29,18)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #AD9B3F

#AD9B3F
(173,155,63)
#B4A450
(180,164,80)
#BBAD61
(187,173,97)
#C2B672
(194,182,114)
#C9BF83
(201,191,131)
#D0C894
(208,200,148)
#D7D1A5
(215,209,165)
#DEDAB6
(222,218,182)
#E5E3C7
(229,227,199)
#ECECD8
(236,236,216)
#F3F5E9
(243,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9B3F color. Also use rgb(173,155,63) instead hex code.

Text Font Color

.myTextColor { color: #AD9B3F; }

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

This text font color is #AD9B3F.


Background Color

.myBgColor { background-color: #AD9B3F; }

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

This div background color is #AD9B3F.


Border color

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

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

This div border color is #AD9B3F.


Opacity

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

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

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

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

This text has shadow with #AD9B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9B3F on black background.


Color preview on white background

This text has color #AD9B3F on white background.



Black color preview on #AD9B3F background

This text has black color on #AD9B3F background.


White color preview on #AD9B3F background

This text has white color on #AD9B3F background.