COLOR #AD9B55

HEX: #AD9B55 RGB: (173,155,85)

Color info

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

RGB color model

#AD9B55 color RGB value is (173,155,85).

RGB: (173,155,85) (68%, 61%, 33%)

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 85 of 255 = 33%

173
155
85

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

Portions of RGB colors in percentages

R + G + B = 173 + 155 + 85 = 413 (100%)
R 173 of 413 ~ 41.89%
G 155 of 413 ~ 37.53%
B 85 of 413 ~ 20.58'%

%41.89
%37.53
%20.58

CMYK color model

#AD9B55 color CMYK value is (0,10,51,32).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 50.87%
  • key color value is 32.16%

CMYK: (0,10,51,32)
C0M10Y51K32 (0%, 10%, 51%, 32%)
(0.00 / 0.10 / 0.51 / 0.32)

CMYK percentages

%0
%10.4
%50.87
%32.16

Codes

Color #AD9B55 in popluar color models

AD 9B 55
RGB 173 155 85
HSL 48° 34.92% 50.59%
HSB/HSV 48° 50.87% 67.84%
CMYK 0.00% 10.40% 50.87%
32.16%

Color #AD9B55 in popluar number systems.

HEX AD 9B 55
Decimal 173 155 85
Binary 10101101 10011011 1010101
Octal 255 233 125

Shades and tints

Shades of #AD9B55

#AD9B55
(173,155,85)
#9E8D4E
(158,141,78)
#8F7F47
(143,127,71)
#807140
(128,113,64)
#716339
(113,99,57)
#625532
(98,85,50)
#53472B
(83,71,43)
#443924
(68,57,36)
#352B1D
(53,43,29)
#261D16
(38,29,22)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #AD9B55

#AD9B55
(173,155,85)
#B4A464
(180,164,100)
#BBAD73
(187,173,115)
#C2B682
(194,182,130)
#C9BF91
(201,191,145)
#D0C8A0
(208,200,160)
#D7D1AF
(215,209,175)
#DEDABE
(222,218,190)
#E5E3CD
(229,227,205)
#ECECDC
(236,236,220)
#F3F5EB
(243,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9B55; }

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

This text font color is #AD9B55.

Background Color

.myBgColor { background-color: #AD9B55; }

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

This div background color is #AD9B55.

Border color

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

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

This div border color is #AD9B55.

Opacity

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

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

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

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

This text has shadow with #AD9B55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9B55.

Preview

Color preview on black background

This text has color #AD9B55 on black background.


Color preview on white background

This text has color #AD9B55 on white background.


Black color preview on #AD9B55 background

This text has black color on #AD9B55 background.


White color preview on #AD9B55 background

This text has white color on #AD9B55 background.


Related colors

Complementary color

Complementary color for #hex is #5264AA.


I love getcolorcode.com

Triadic colors

1 #55AD9B and #9B55AD with #AD9B55 are triadic colors.

2 #559BAD and #9BAD55 with #AD9B55 are triadic colors.