COLOR #ADAA96

HEX: #ADAA96
RGB: (173,170,150)

Color info

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

RGB color model

#ADAA96 color RGB value is (173,170,150).

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

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 150 of 255 = 59%

173
170
150

R + G + B ~ 65%. #ADAA96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 150 = 493 (100%)
R 173 of 493 ~ 35.09%
G 170 of 493 ~ 34.48%
B 150 of 493 ~ 30.43%

%35.09
%34.48
%30.43

CMYK color model

#ADAA96 color CMYK value is (0,2,13,32).

  • cyan value is 0.00%
  • magenta value is 1.73%
  • yellow value is 13.29%
  • key color value is 32.16%
CMYK:
(0,2,13,32)
C0M2Y13K32 
(0%,2%,13%,32%)
(0.00/0.02/0.13/0.32)	

CMYK percentages

%0
%1.73
%13.29
%32.16

Codes

Color #ADAA96 in popluar color models

ADAA96
RGB173170150
HSL52°12.30%63.33%
HSB/HSV52°13.29%67.84%
CMYK0.00%1.73%13.29%
32.16%

Color #ADAA96 in popluar number systems.

HEXADAA96
Decimal173170150
Binary101011011010101010010110
Octal255252226

Shades and tints

Shades of #ADAA96

#ADAA96
(173,170,150)
#9E9B89
(158,155,137)
#8F8C7C
(143,140,124)
#807D6F
(128,125,111)
#716E62
(113,110,98)
#625F55
(98,95,85)
#535048
(83,80,72)
#44413B
(68,65,59)
#35322E
(53,50,46)
#262321
(38,35,33)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #ADAA96

#ADAA96
(173,170,150)
#B4B19F
(180,177,159)
#BBB8A8
(187,184,168)
#C2BFB1
(194,191,177)
#C9C6BA
(201,198,186)
#D0CDC3
(208,205,195)
#D7D4CC
(215,212,204)
#DEDBD5
(222,219,213)
#E5E2DE
(229,226,222)
#ECE9E7
(236,233,231)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAA96; }

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

This text font color is #ADAA96.


Background Color

.myBgColor { background-color: #ADAA96; }

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

This div background color is #ADAA96.


Border color

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

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

This div border color is #ADAA96.


Opacity

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

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

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

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

This text has shadow with #ADAA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAA96 on black background.


Color preview on white background

This text has color #ADAA96 on white background.



Black color preview on #ADAA96 background

This text has black color on #ADAA96 background.


White color preview on #ADAA96 background

This text has white color on #ADAA96 background.