COLOR #AD9335

HEX: #AD9335
RGB: (173,147,53)

Color info

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

RGB color model

#AD9335 color RGB value is (173,147,53).

  • red value is 173;
  • green value is 147;
  • blue value is 53.
RGB:
(173,147,53)
(68%,58%,21%)

RGB channels and saturation

R 173 of 255 = 68%
G 147 of 255 = 58%
B 53 of 255 = 21%

173
147
53

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

Portions of RGB colors in percentages

R + G + B =
173 + 147 + 53 = 373 (100%)
R 173 of 373 ~ 46.38%
G 147 of 373 ~ 39.41%
B 53 of 373 ~ 14.21%

%46.38
%39.41
%14.21

CMYK color model

#AD9335 color CMYK value is (0,15,69,32).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 69.36%
  • key color value is 32.16%
CMYK:
(0,15,69,32)
C0M15Y69K32 
(0%,15%,69%,32%)
(0.00/0.15/0.69/0.32)	

CMYK percentages

%0
%15.03
%69.36
%32.16

Codes

Color #AD9335 in popluar color models

AD9335
RGB17314753
HSL47°53.10%44.31%
HSB/HSV47°69.36%67.84%
CMYK0.00%15.03%69.36%
32.16%

Color #AD9335 in popluar number systems.

HEXAD9335
Decimal17314753
Binary1010110110010011110101
Octal25522365

Shades and tints

Shades of #AD9335

#AD9335
(173,147,53)
#9E8631
(158,134,49)
#8F792D
(143,121,45)
#806C29
(128,108,41)
#715F25
(113,95,37)
#625221
(98,82,33)
#53451D
(83,69,29)
#443819
(68,56,25)
#352B15
(53,43,21)
#261E11
(38,30,17)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #AD9335

#AD9335
(173,147,53)
#B49C47
(180,156,71)
#BBA559
(187,165,89)
#C2AE6B
(194,174,107)
#C9B77D
(201,183,125)
#D0C08F
(208,192,143)
#D7C9A1
(215,201,161)
#DED2B3
(222,210,179)
#E5DBC5
(229,219,197)
#ECE4D7
(236,228,215)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9335 color. Also use rgb(173,147,53) instead hex code.

Text Font Color

.myTextColor { color: #AD9335; }

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

This text font color is #AD9335.


Background Color

.myBgColor { background-color: #AD9335; }

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

This div background color is #AD9335.


Border color

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

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

This div border color is #AD9335.


Opacity

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

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

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

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

This text has shadow with #AD9335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9335 on black background.


Color preview on white background

This text has color #AD9335 on white background.



Black color preview on #AD9335 background

This text has black color on #AD9335 background.


White color preview on #AD9335 background

This text has white color on #AD9335 background.