COLOR #ADAA90

HEX: #ADAA90
RGB: (173,170,144)

Color info

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

RGB color model

#ADAA90 color RGB value is (173,170,144).

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

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 144 of 255 = 56%

173
170
144

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

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 144 = 487 (100%)
R 173 of 487 ~ 35.52%
G 170 of 487 ~ 34.91%
B 144 of 487 ~ 29.57%

%35.52
%34.91
%29.57

CMYK color model

#ADAA90 color CMYK value is (0,2,17,32).

  • cyan value is 0.00%
  • magenta value is 1.73%
  • yellow value is 16.76%
  • key color value is 32.16%
CMYK:
(0,2,17,32)
C0M2Y17K32 
(0%,2%,17%,32%)
(0.00/0.02/0.17/0.32)	

CMYK percentages

%0
%1.73
%16.76
%32.16

Codes

Color #ADAA90 in popluar color models

ADAA90
RGB173170144
HSL54°15.03%62.16%
HSB/HSV54°16.76%67.84%
CMYK0.00%1.73%16.76%
32.16%

Color #ADAA90 in popluar number systems.

HEXADAA90
Decimal173170144
Binary101011011010101010010000
Octal255252220

Shades and tints

Shades of #ADAA90

#ADAA90
(173,170,144)
#9E9B83
(158,155,131)
#8F8C76
(143,140,118)
#807D69
(128,125,105)
#716E5C
(113,110,92)
#625F4F
(98,95,79)
#535042
(83,80,66)
#444135
(68,65,53)
#353228
(53,50,40)
#26231B
(38,35,27)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #ADAA90

#ADAA90
(173,170,144)
#B4B19A
(180,177,154)
#BBB8A4
(187,184,164)
#C2BFAE
(194,191,174)
#C9C6B8
(201,198,184)
#D0CDC2
(208,205,194)
#D7D4CC
(215,212,204)
#DEDBD6
(222,219,214)
#E5E2E0
(229,226,224)
#ECE9EA
(236,233,234)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAA90; }

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

This text font color is #ADAA90.


Background Color

.myBgColor { background-color: #ADAA90; }

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

This div background color is #ADAA90.


Border color

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

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

This div border color is #ADAA90.


Opacity

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

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

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

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

This text has shadow with #ADAA90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAA90 on black background.


Color preview on white background

This text has color #ADAA90 on white background.



Black color preview on #ADAA90 background

This text has black color on #ADAA90 background.


White color preview on #ADAA90 background

This text has white color on #ADAA90 background.