COLOR #AD9B6A

HEX: #AD9B6A
RGB: (173,155,106)

Color info

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

RGB color model

#AD9B6A color RGB value is (173,155,106).

  • red value is 173;
  • green value is 155;
  • blue value is 106.
RGB:
(173,155,106)
(68%,61%,42%)

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 106 of 255 = 42%

173
155
106

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

Portions of RGB colors in percentages

R + G + B =
173 + 155 + 106 = 434 (100%)
R 173 of 434 ~ 39.86%
G 155 of 434 ~ 35.71%
B 106 of 434 ~ 24.42%

%39.86
%35.71
%24.42

CMYK color model

#AD9B6A color CMYK value is (0,10,39,32).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 38.73%
  • key color value is 32.16%
CMYK:
(0,10,39,32)
C0M10Y39K32 
(0%,10%,39%,32%)
(0.00/0.10/0.39/0.32)	

CMYK percentages

%0
%10.4
%38.73
%32.16

Codes

Color #AD9B6A in popluar color models

AD9B6A
RGB173155106
HSL44°29.00%54.71%
HSB/HSV44°38.73%67.84%
CMYK0.00%10.40%38.73%
32.16%

Color #AD9B6A in popluar number systems.

HEXAD9B6A
Decimal173155106
Binary10101101100110111101010
Octal255233152

Shades and tints

Shades of #AD9B6A

#AD9B6A
(173,155,106)
#9E8D61
(158,141,97)
#8F7F58
(143,127,88)
#80714F
(128,113,79)
#716346
(113,99,70)
#62553D
(98,85,61)
#534734
(83,71,52)
#44392B
(68,57,43)
#352B22
(53,43,34)
#261D19
(38,29,25)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #AD9B6A

#AD9B6A
(173,155,106)
#B4A477
(180,164,119)
#BBAD84
(187,173,132)
#C2B691
(194,182,145)
#C9BF9E
(201,191,158)
#D0C8AB
(208,200,171)
#D7D1B8
(215,209,184)
#DEDAC5
(222,218,197)
#E5E3D2
(229,227,210)
#ECECDF
(236,236,223)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9B6A color. Also use rgb(173,155,106) instead hex code.

Text Font Color

.myTextColor { color: #AD9B6A; }

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

This text font color is #AD9B6A.


Background Color

.myBgColor { background-color: #AD9B6A; }

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

This div background color is #AD9B6A.


Border color

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

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

This div border color is #AD9B6A.


Opacity

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

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

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

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

This text has shadow with #AD9B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9B6A on black background.


Color preview on white background

This text has color #AD9B6A on white background.



Black color preview on #AD9B6A background

This text has black color on #AD9B6A background.


White color preview on #AD9B6A background

This text has white color on #AD9B6A background.