COLOR #ADA08C

HEX: #ADA08C
RGB: (173,160,140)

Color info

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

RGB color model

#ADA08C color RGB value is (173,160,140).

  • red value is 173;
  • green value is 160;
  • blue value is 140.
RGB:
(173,160,140)
(68%,63%,55%)

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 140 of 255 = 55%

173
160
140

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

Portions of RGB colors in percentages

R + G + B =
173 + 160 + 140 = 473 (100%)
R 173 of 473 ~ 36.58%
G 160 of 473 ~ 33.83%
B 140 of 473 ~ 29.6%

%36.58
%33.83
%29.6

CMYK color model

#ADA08C color CMYK value is (0,8,19,32).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 19.08%
  • key color value is 32.16%
CMYK:
(0,8,19,32)
C0M8Y19K32 
(0%,8%,19%,32%)
(0.00/0.08/0.19/0.32)	

CMYK percentages

%0
%7.51
%19.08
%32.16

Codes

Color #ADA08C in popluar color models

ADA08C
RGB173160140
HSL36°16.75%61.37%
HSB/HSV36°19.08%67.84%
CMYK0.00%7.51%19.08%
32.16%

Color #ADA08C in popluar number systems.

HEXADA08C
Decimal173160140
Binary101011011010000010001100
Octal255240214

Shades and tints

Shades of #ADA08C

#ADA08C
(173,160,140)
#9E9280
(158,146,128)
#8F8474
(143,132,116)
#807668
(128,118,104)
#71685C
(113,104,92)
#625A50
(98,90,80)
#534C44
(83,76,68)
#443E38
(68,62,56)
#35302C
(53,48,44)
#262220
(38,34,32)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #ADA08C

#ADA08C
(173,160,140)
#B4A896
(180,168,150)
#BBB0A0
(187,176,160)
#C2B8AA
(194,184,170)
#C9C0B4
(201,192,180)
#D0C8BE
(208,200,190)
#D7D0C8
(215,208,200)
#DED8D2
(222,216,210)
#E5E0DC
(229,224,220)
#ECE8E6
(236,232,230)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA08C color. Also use rgb(173,160,140) instead hex code.

Text Font Color

.myTextColor { color: #ADA08C; }

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

This text font color is #ADA08C.


Background Color

.myBgColor { background-color: #ADA08C; }

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

This div background color is #ADA08C.


Border color

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

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

This div border color is #ADA08C.


Opacity

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

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

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

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

This text has shadow with #ADA08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA08C on black background.


Color preview on white background

This text has color #ADA08C on white background.



Black color preview on #ADA08C background

This text has black color on #ADA08C background.


White color preview on #ADA08C background

This text has white color on #ADA08C background.