COLOR #ADAA93

HEX: #ADAA93
RGB: (173,170,147)

Color info

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

RGB color model

#ADAA93 color RGB value is (173,170,147).

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

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 147 of 255 = 58%

173
170
147

R + G + B ~ 64%. #ADAA93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 147 = 490 (100%)
R 173 of 490 ~ 35.31%
G 170 of 490 ~ 34.69%
B 147 of 490 ~ 30%

%35.31
%34.69
%30

CMYK color model

#ADAA93 color CMYK value is (0,2,15,32).

  • cyan value is 0.00%
  • magenta value is 1.73%
  • yellow value is 15.03%
  • key color value is 32.16%
CMYK:
(0,2,15,32)
C0M2Y15K32 
(0%,2%,15%,32%)
(0.00/0.02/0.15/0.32)	

CMYK percentages

%0
%1.73
%15.03
%32.16

Codes

Color #ADAA93 in popluar color models

ADAA93
RGB173170147
HSL53°13.68%62.75%
HSB/HSV53°15.03%67.84%
CMYK0.00%1.73%15.03%
32.16%

Color #ADAA93 in popluar number systems.

HEXADAA93
Decimal173170147
Binary101011011010101010010011
Octal255252223

Shades and tints

Shades of #ADAA93

#ADAA93
(173,170,147)
#9E9B86
(158,155,134)
#8F8C79
(143,140,121)
#807D6C
(128,125,108)
#716E5F
(113,110,95)
#625F52
(98,95,82)
#535045
(83,80,69)
#444138
(68,65,56)
#35322B
(53,50,43)
#26231E
(38,35,30)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #ADAA93

#ADAA93
(173,170,147)
#B4B19C
(180,177,156)
#BBB8A5
(187,184,165)
#C2BFAE
(194,191,174)
#C9C6B7
(201,198,183)
#D0CDC0
(208,205,192)
#D7D4C9
(215,212,201)
#DEDBD2
(222,219,210)
#E5E2DB
(229,226,219)
#ECE9E4
(236,233,228)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAA93; }

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

This text font color is #ADAA93.


Background Color

.myBgColor { background-color: #ADAA93; }

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

This div background color is #ADAA93.


Border color

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

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

This div border color is #ADAA93.


Opacity

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

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

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

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

This text has shadow with #ADAA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAA93 on black background.


Color preview on white background

This text has color #ADAA93 on white background.



Black color preview on #ADAA93 background

This text has black color on #ADAA93 background.


White color preview on #ADAA93 background

This text has white color on #ADAA93 background.