COLOR #AD7D17

HEX: #AD7D17
RGB: (173,125,23)

Color info

#AD7D17 contains mainly red and green colors. Web safe color of #AD7D17 is #996600 (or #960).

RGB color model

#AD7D17 color RGB value is (173,125,23).

  • red value is 173;
  • green value is 125;
  • blue value is 23.
RGB:
(173,125,23)
(68%,49%,9%)

RGB channels and saturation

R 173 of 255 = 68%
G 125 of 255 = 49%
B 23 of 255 = 9%

173
125
23

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

Portions of RGB colors in percentages

R + G + B =
173 + 125 + 23 = 321 (100%)
R 173 of 321 ~ 53.89%
G 125 of 321 ~ 38.94%
B 23 of 321 ~ 7.17%

%53.89
%38.94

CMYK color model

#AD7D17 color CMYK value is (0,28,87,32).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 86.71%
  • key color value is 32.16%
CMYK:
(0,28,87,32)
C0M28Y87K32 
(0%,28%,87%,32%)
(0.00/0.28/0.87/0.32)	

CMYK percentages

%0
%27.75
%86.71
%32.16

Codes

Color #AD7D17 in popluar color models

AD7D17
RGB17312523
HSL41°76.53%38.43%
HSB/HSV41°86.71%67.84%
CMYK0.00%27.75%86.71%
32.16%

Color #AD7D17 in popluar number systems.

HEXAD7D17
Decimal17312523
Binary10101101111110110111
Octal25517527

Shades and tints

Shades of #AD7D17

#AD7D17
(173,125,23)
#9E7215
(158,114,21)
#8F6713
(143,103,19)
#805C11
(128,92,17)
#71510F
(113,81,15)
#62460D
(98,70,13)
#533B0B
(83,59,11)
#443009
(68,48,9)
#352507
(53,37,7)
#261A05
(38,26,5)
#170F03
(23,15,3)
#000000
(0,0,0)

Tints of #AD7D17

#AD7D17
(173,125,23)
#B4882C
(180,136,44)
#BB9341
(187,147,65)
#C29E56
(194,158,86)
#C9A96B
(201,169,107)
#D0B480
(208,180,128)
#D7BF95
(215,191,149)
#DECAAA
(222,202,170)
#E5D5BF
(229,213,191)
#ECE0D4
(236,224,212)
#F3EBE9
(243,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7D17 color. Also use rgb(173,125,23) instead hex code.

Text Font Color

.myTextColor { color: #AD7D17; }

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

This text font color is #AD7D17.


Background Color

.myBgColor { background-color: #AD7D17; }

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

This div background color is #AD7D17.


Border color

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

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

This div border color is #AD7D17.


Opacity

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

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

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

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

This text has shadow with #AD7D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7D17 on black background.


Color preview on white background

This text has color #AD7D17 on white background.



Black color preview on #AD7D17 background

This text has black color on #AD7D17 background.


White color preview on #AD7D17 background

This text has white color on #AD7D17 background.