COLOR #AD9F5A

HEX: #AD9F5A
RGB: (173,159,90)

Color info

#AD9F5A contains mainly red and green colors. Web safe color of #AD9F5A is #999966 (or #996).

RGB color model

#AD9F5A color RGB value is (173,159,90).

  • red value is 173;
  • green value is 159;
  • blue value is 90.
RGB:
(173,159,90)
(68%,62%,35%)

RGB channels and saturation

R 173 of 255 = 68%
G 159 of 255 = 62%
B 90 of 255 = 35%

173
159
90

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

Portions of RGB colors in percentages

R + G + B =
173 + 159 + 90 = 422 (100%)
R 173 of 422 ~ 41%
G 159 of 422 ~ 37.68%
B 90 of 422 ~ 21.33%

%41
%37.68
%21.33

CMYK color model

#AD9F5A color CMYK value is (0,8,48,32).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 47.98%
  • key color value is 32.16%
CMYK:
(0,8,48,32)
C0M8Y48K32 
(0%,8%,48%,32%)
(0.00/0.08/0.48/0.32)	

CMYK percentages

%0
%8.09
%47.98
%32.16

Codes

Color #AD9F5A in popluar color models

AD9F5A
RGB17315990
HSL50°33.60%51.57%
HSB/HSV50°47.98%67.84%
CMYK0.00%8.09%47.98%
32.16%

Color #AD9F5A in popluar number systems.

HEXAD9F5A
Decimal17315990
Binary10101101100111111011010
Octal255237132

Shades and tints

Shades of #AD9F5A

#AD9F5A
(173,159,90)
#9E9152
(158,145,82)
#8F834A
(143,131,74)
#807542
(128,117,66)
#71673A
(113,103,58)
#625932
(98,89,50)
#534B2A
(83,75,42)
#443D22
(68,61,34)
#352F1A
(53,47,26)
#262112
(38,33,18)
#17130A
(23,19,10)
#000000
(0,0,0)

Tints of #AD9F5A

#AD9F5A
(173,159,90)
#B4A769
(180,167,105)
#BBAF78
(187,175,120)
#C2B787
(194,183,135)
#C9BF96
(201,191,150)
#D0C7A5
(208,199,165)
#D7CFB4
(215,207,180)
#DED7C3
(222,215,195)
#E5DFD2
(229,223,210)
#ECE7E1
(236,231,225)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9F5A color. Also use rgb(173,159,90) instead hex code.

Text Font Color

.myTextColor { color: #AD9F5A; }

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

This text font color is #AD9F5A.


Background Color

.myBgColor { background-color: #AD9F5A; }

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

This div background color is #AD9F5A.


Border color

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

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

This div border color is #AD9F5A.


Opacity

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

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

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

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

This text has shadow with #AD9F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9F5A on black background.


Color preview on white background

This text has color #AD9F5A on white background.



Black color preview on #AD9F5A background

This text has black color on #AD9F5A background.


White color preview on #AD9F5A background

This text has white color on #AD9F5A background.