COLOR #AD4900

HEX: #AD4900
RGB: (173,73,0)

Color info

#AD4900 contains mainly red color. Web safe color of #AD4900 is #993300 (or #930).

RGB color model

#AD4900 color RGB value is (173,73,0).

  • red value is 173;
  • green value is 73;
  • blue value is 0.
RGB:
(173,73,0)
(68%,29%,0%)

RGB channels and saturation

R 173 of 255 = 68%
G 73 of 255 = 29%
B 0 of 255 = 0%

173
73
0

R + G + B ~ 32%. #AD4900 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
173 + 73 + 0 = 246 (100%)
R 173 of 246 ~ 70.33%
G 73 of 246 ~ 29.67%
B 0 of 246 ~ 0%

%70.33
%29.67

CMYK color model

#AD4900 color CMYK value is (0,58,100,32).

  • cyan value is 0.00%
  • magenta value is 57.80%
  • yellow value is 100.00%
  • key color value is 32.16%
CMYK:
(0,58,100,32)
C0M58Y100K32 
(0%,58%,100%,32%)
(0.00/0.58/1.00/0.32)	

CMYK percentages

%0
%57.8
%100
%32.16

Codes

Color #AD4900 in popluar color models

AD4900
RGB173730
HSL25°100.00%33.92%
HSB/HSV25°100.00%67.84%
CMYK0.00%57.80%100.00%
32.16%

Color #AD4900 in popluar number systems.

HEXAD4900
Decimal173730
Binary1010110110010010
Octal2551110

Shades and tints

Shades of #AD4900

#AD4900
(173,73,0)
#9E4300
(158,67,0)
#8F3D00
(143,61,0)
#803700
(128,55,0)
#713100
(113,49,0)
#622B00
(98,43,0)
#532500
(83,37,0)
#441F00
(68,31,0)
#351900
(53,25,0)
#261300
(38,19,0)
#170D00
(23,13,0)
#000000
(0,0,0)

Tints of #AD4900

#AD4900
(173,73,0)
#B45917
(180,89,23)
#BB692E
(187,105,46)
#C27945
(194,121,69)
#C9895C
(201,137,92)
#D09973
(208,153,115)
#D7A98A
(215,169,138)
#DEB9A1
(222,185,161)
#E5C9B8
(229,201,184)
#ECD9CF
(236,217,207)
#F3E9E6
(243,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4900 color. Also use rgb(173,73,0) instead hex code.

Text Font Color

.myTextColor { color: #AD4900; }

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

This text font color is #AD4900.


Background Color

.myBgColor { background-color: #AD4900; }

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

This div background color is #AD4900.


Border color

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

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

This div border color is #AD4900.


Opacity

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

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

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

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

This text has shadow with #AD4900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4900 on black background.


Color preview on white background

This text has color #AD4900 on white background.



Black color preview on #AD4900 background

This text has black color on #AD4900 background.


White color preview on #AD4900 background

This text has white color on #AD4900 background.