COLOR #AD9B52

HEX: #AD9B52
RGB: (173,155,82)

Color info

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

RGB color model

#AD9B52 color RGB value is (173,155,82).

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

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 82 of 255 = 32%

173
155
82

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

Portions of RGB colors in percentages

R + G + B =
173 + 155 + 82 = 410 (100%)
R 173 of 410 ~ 42.2%
G 155 of 410 ~ 37.8%
B 82 of 410 ~ 20%

%42.2
%37.8
%20

CMYK color model

#AD9B52 color CMYK value is (0,10,53,32).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 52.60%
  • key color value is 32.16%
CMYK:
(0,10,53,32)
C0M10Y53K32 
(0%,10%,53%,32%)
(0.00/0.10/0.53/0.32)	

CMYK percentages

%0
%10.4
%52.6
%32.16

Codes

Color #AD9B52 in popluar color models

AD9B52
RGB17315582
HSL48°35.69%50.00%
HSB/HSV48°52.60%67.84%
CMYK0.00%10.40%52.60%
32.16%

Color #AD9B52 in popluar number systems.

HEXAD9B52
Decimal17315582
Binary10101101100110111010010
Octal255233122

Shades and tints

Shades of #AD9B52

#AD9B52
(173,155,82)
#9E8D4B
(158,141,75)
#8F7F44
(143,127,68)
#80713D
(128,113,61)
#716336
(113,99,54)
#62552F
(98,85,47)
#534728
(83,71,40)
#443921
(68,57,33)
#352B1A
(53,43,26)
#261D13
(38,29,19)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #AD9B52

#AD9B52
(173,155,82)
#B4A461
(180,164,97)
#BBAD70
(187,173,112)
#C2B67F
(194,182,127)
#C9BF8E
(201,191,142)
#D0C89D
(208,200,157)
#D7D1AC
(215,209,172)
#DEDABB
(222,218,187)
#E5E3CA
(229,227,202)
#ECECD9
(236,236,217)
#F3F5E8
(243,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9B52; }

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

This text font color is #AD9B52.


Background Color

.myBgColor { background-color: #AD9B52; }

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

This div background color is #AD9B52.


Border color

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

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

This div border color is #AD9B52.


Opacity

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

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

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

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

This text has shadow with #AD9B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9B52 on black background.


Color preview on white background

This text has color #AD9B52 on white background.



Black color preview on #AD9B52 background

This text has black color on #AD9B52 background.


White color preview on #AD9B52 background

This text has white color on #AD9B52 background.