COLOR #AD8F3A

HEX: #AD8F3A
RGB: (173,143,58)

Color info

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

RGB color model

#AD8F3A color RGB value is (173,143,58).

  • red value is 173;
  • green value is 143;
  • blue value is 58.
RGB:
(173,143,58)
(68%,56%,23%)

RGB channels and saturation

R 173 of 255 = 68%
G 143 of 255 = 56%
B 58 of 255 = 23%

173
143
58

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

Portions of RGB colors in percentages

R + G + B =
173 + 143 + 58 = 374 (100%)
R 173 of 374 ~ 46.26%
G 143 of 374 ~ 38.24%
B 58 of 374 ~ 15.51%

%46.26
%38.24
%15.51

CMYK color model

#AD8F3A color CMYK value is (0,17,66,32).

  • cyan value is 0.00%
  • magenta value is 17.34%
  • yellow value is 66.47%
  • key color value is 32.16%
CMYK:
(0,17,66,32)
C0M17Y66K32 
(0%,17%,66%,32%)
(0.00/0.17/0.66/0.32)	

CMYK percentages

%0
%17.34
%66.47
%32.16

Codes

Color #AD8F3A in popluar color models

AD8F3A
RGB17314358
HSL44°49.78%45.29%
HSB/HSV44°66.47%67.84%
CMYK0.00%17.34%66.47%
32.16%

Color #AD8F3A in popluar number systems.

HEXAD8F3A
Decimal17314358
Binary1010110110001111111010
Octal25521772

Shades and tints

Shades of #AD8F3A

#AD8F3A
(173,143,58)
#9E8235
(158,130,53)
#8F7530
(143,117,48)
#80682B
(128,104,43)
#715B26
(113,91,38)
#624E21
(98,78,33)
#53411C
(83,65,28)
#443417
(68,52,23)
#352712
(53,39,18)
#261A0D
(38,26,13)
#170D08
(23,13,8)
#000000
(0,0,0)

Tints of #AD8F3A

#AD8F3A
(173,143,58)
#B4994B
(180,153,75)
#BBA35C
(187,163,92)
#C2AD6D
(194,173,109)
#C9B77E
(201,183,126)
#D0C18F
(208,193,143)
#D7CBA0
(215,203,160)
#DED5B1
(222,213,177)
#E5DFC2
(229,223,194)
#ECE9D3
(236,233,211)
#F3F3E4
(243,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8F3A color. Also use rgb(173,143,58) instead hex code.

Text Font Color

.myTextColor { color: #AD8F3A; }

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

This text font color is #AD8F3A.


Background Color

.myBgColor { background-color: #AD8F3A; }

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

This div background color is #AD8F3A.


Border color

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

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

This div border color is #AD8F3A.


Opacity

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

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

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

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

This text has shadow with #AD8F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8F3A on black background.


Color preview on white background

This text has color #AD8F3A on white background.



Black color preview on #AD8F3A background

This text has black color on #AD8F3A background.


White color preview on #AD8F3A background

This text has white color on #AD8F3A background.