COLOR #ADAA83

HEX: #ADAA83
RGB: (173,170,131)

Color info

#ADAA83 contains red, green and blue colors in about the same proportion. Web safe color of #ADAA83 is #999999 (or #999).

RGB color model

#ADAA83 color RGB value is (173,170,131).

  • red value is 173;
  • green value is 170;
  • blue value is 131.
RGB:
(173,170,131)
(68%,67%,51%)

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 131 of 255 = 51%

173
170
131

R + G + B ~ 62%. #ADAA83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 131 = 474 (100%)
R 173 of 474 ~ 36.5%
G 170 of 474 ~ 35.86%
B 131 of 474 ~ 27.64%

%36.5
%35.86
%27.64

CMYK color model

#ADAA83 color CMYK value is (0,2,24,32).

  • cyan value is 0.00%
  • magenta value is 1.73%
  • yellow value is 24.28%
  • key color value is 32.16%
CMYK:
(0,2,24,32)
C0M2Y24K32 
(0%,2%,24%,32%)
(0.00/0.02/0.24/0.32)	

CMYK percentages

%0
%1.73
%24.28
%32.16

Codes

Color #ADAA83 in popluar color models

ADAA83
RGB173170131
HSL56°20.39%59.61%
HSB/HSV56°24.28%67.84%
CMYK0.00%1.73%24.28%
32.16%

Color #ADAA83 in popluar number systems.

HEXADAA83
Decimal173170131
Binary101011011010101010000011
Octal255252203

Shades and tints

Shades of #ADAA83

#ADAA83
(173,170,131)
#9E9B78
(158,155,120)
#8F8C6D
(143,140,109)
#807D62
(128,125,98)
#716E57
(113,110,87)
#625F4C
(98,95,76)
#535041
(83,80,65)
#444136
(68,65,54)
#35322B
(53,50,43)
#262320
(38,35,32)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #ADAA83

#ADAA83
(173,170,131)
#B4B18E
(180,177,142)
#BBB899
(187,184,153)
#C2BFA4
(194,191,164)
#C9C6AF
(201,198,175)
#D0CDBA
(208,205,186)
#D7D4C5
(215,212,197)
#DEDBD0
(222,219,208)
#E5E2DB
(229,226,219)
#ECE9E6
(236,233,230)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAA83 color. Also use rgb(173,170,131) instead hex code.

Text Font Color

.myTextColor { color: #ADAA83; }

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

This text font color is #ADAA83.


Background Color

.myBgColor { background-color: #ADAA83; }

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

This div background color is #ADAA83.


Border color

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

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

This div border color is #ADAA83.


Opacity

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

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

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

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

This text has shadow with #ADAA83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAA83 on black background.


Color preview on white background

This text has color #ADAA83 on white background.



Black color preview on #ADAA83 background

This text has black color on #ADAA83 background.


White color preview on #ADAA83 background

This text has white color on #ADAA83 background.