COLOR #AD7018

HEX: #AD7018
RGB: (173,112,24)

Color info

#AD7018 contains mainly red color. Web safe color of #AD7018 is #996600 (or #960).

RGB color model

#AD7018 color RGB value is (173,112,24).

  • red value is 173;
  • green value is 112;
  • blue value is 24.
RGB:
(173,112,24)
(68%,44%,9%)

RGB channels and saturation

R 173 of 255 = 68%
G 112 of 255 = 44%
B 24 of 255 = 9%

173
112
24

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

Portions of RGB colors in percentages

R + G + B =
173 + 112 + 24 = 309 (100%)
R 173 of 309 ~ 55.99%
G 112 of 309 ~ 36.25%
B 24 of 309 ~ 7.77%

%55.99
%36.25

CMYK color model

#AD7018 color CMYK value is (0,35,86,32).

  • cyan value is 0.00%
  • magenta value is 35.26%
  • yellow value is 86.13%
  • key color value is 32.16%
CMYK:
(0,35,86,32)
C0M35Y86K32 
(0%,35%,86%,32%)
(0.00/0.35/0.86/0.32)	

CMYK percentages

%0
%35.26
%86.13
%32.16

Codes

Color #AD7018 in popluar color models

AD7018
RGB17311224
HSL35°75.63%38.63%
HSB/HSV35°86.13%67.84%
CMYK0.00%35.26%86.13%
32.16%

Color #AD7018 in popluar number systems.

HEXAD7018
Decimal17311224
Binary10101101111000011000
Octal25516030

Shades and tints

Shades of #AD7018

#AD7018
(173,112,24)
#9E6616
(158,102,22)
#8F5C14
(143,92,20)
#805212
(128,82,18)
#714810
(113,72,16)
#623E0E
(98,62,14)
#53340C
(83,52,12)
#442A0A
(68,42,10)
#352008
(53,32,8)
#261606
(38,22,6)
#170C04
(23,12,4)
#000000
(0,0,0)

Tints of #AD7018

#AD7018
(173,112,24)
#B47D2D
(180,125,45)
#BB8A42
(187,138,66)
#C29757
(194,151,87)
#C9A46C
(201,164,108)
#D0B181
(208,177,129)
#D7BE96
(215,190,150)
#DECBAB
(222,203,171)
#E5D8C0
(229,216,192)
#ECE5D5
(236,229,213)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7018 color. Also use rgb(173,112,24) instead hex code.

Text Font Color

.myTextColor { color: #AD7018; }

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

This text font color is #AD7018.


Background Color

.myBgColor { background-color: #AD7018; }

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

This div background color is #AD7018.


Border color

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

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

This div border color is #AD7018.


Opacity

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

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

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

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

This text has shadow with #AD7018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7018 on black background.


Color preview on white background

This text has color #AD7018 on white background.



Black color preview on #AD7018 background

This text has black color on #AD7018 background.


White color preview on #AD7018 background

This text has white color on #AD7018 background.