COLOR #ADAA8E

HEX: #ADAA8E
RGB: (173,170,142)

Color info

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

RGB color model

#ADAA8E color RGB value is (173,170,142).

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

RGB channels and saturation

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

173
170
142

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

Portions of RGB colors in percentages

R + G + B =
173 + 170 + 142 = 485 (100%)
R 173 of 485 ~ 35.67%
G 170 of 485 ~ 35.05%
B 142 of 485 ~ 29.28%

%35.67
%35.05
%29.28

CMYK color model

#ADAA8E color CMYK value is (0,2,18,32).

  • cyan value is 0.00%
  • magenta value is 1.73%
  • yellow value is 17.92%
  • key color value is 32.16%
CMYK:
(0,2,18,32)
C0M2Y18K32 
(0%,2%,18%,32%)
(0.00/0.02/0.18/0.32)	

CMYK percentages

%0
%1.73
%17.92
%32.16

Codes

Color #ADAA8E in popluar color models

ADAA8E
RGB173170142
HSL54°15.90%61.76%
HSB/HSV54°17.92%67.84%
CMYK0.00%1.73%17.92%
32.16%

Color #ADAA8E in popluar number systems.

HEXADAA8E
Decimal173170142
Binary101011011010101010001110
Octal255252216

Shades and tints

Shades of #ADAA8E

#ADAA8E
(173,170,142)
#9E9B82
(158,155,130)
#8F8C76
(143,140,118)
#807D6A
(128,125,106)
#716E5E
(113,110,94)
#625F52
(98,95,82)
#535046
(83,80,70)
#44413A
(68,65,58)
#35322E
(53,50,46)
#262322
(38,35,34)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #ADAA8E

#ADAA8E
(173,170,142)
#B4B198
(180,177,152)
#BBB8A2
(187,184,162)
#C2BFAC
(194,191,172)
#C9C6B6
(201,198,182)
#D0CDC0
(208,205,192)
#D7D4CA
(215,212,202)
#DEDBD4
(222,219,212)
#E5E2DE
(229,226,222)
#ECE9E8
(236,233,232)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAA8E; }

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

This text font color is #ADAA8E.


Background Color

.myBgColor { background-color: #ADAA8E; }

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

This div background color is #ADAA8E.


Border color

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

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

This div border color is #ADAA8E.


Opacity

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

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

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

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

This text has shadow with #ADAA8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAA8E on black background.


Color preview on white background

This text has color #ADAA8E on white background.



Black color preview on #ADAA8E background

This text has black color on #ADAA8E background.


White color preview on #ADAA8E background

This text has white color on #ADAA8E background.