COLOR #ADA192

HEX: #ADA192
RGB: (173,161,146)

Color info

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

RGB color model

#ADA192 color RGB value is (173,161,146).

  • red value is 173;
  • green value is 161;
  • blue value is 146.
RGB:
(173,161,146)
(68%,63%,57%)

RGB channels and saturation

R 173 of 255 = 68%
G 161 of 255 = 63%
B 146 of 255 = 57%

173
161
146

R + G + B ~ 63%. #ADA192 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 161 + 146 = 480 (100%)
R 173 of 480 ~ 36.04%
G 161 of 480 ~ 33.54%
B 146 of 480 ~ 30.42%

%36.04
%33.54
%30.42

CMYK color model

#ADA192 color CMYK value is (0,7,16,32).

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 15.61%
  • key color value is 32.16%
CMYK:
(0,7,16,32)
C0M7Y16K32 
(0%,7%,16%,32%)
(0.00/0.07/0.16/0.32)	

CMYK percentages

%0
%6.94
%15.61
%32.16

Codes

Color #ADA192 in popluar color models

ADA192
RGB173161146
HSL33°14.14%62.55%
HSB/HSV33°15.61%67.84%
CMYK0.00%6.94%15.61%
32.16%

Color #ADA192 in popluar number systems.

HEXADA192
Decimal173161146
Binary101011011010000110010010
Octal255241222

Shades and tints

Shades of #ADA192

#ADA192
(173,161,146)
#9E9385
(158,147,133)
#8F8578
(143,133,120)
#80776B
(128,119,107)
#71695E
(113,105,94)
#625B51
(98,91,81)
#534D44
(83,77,68)
#443F37
(68,63,55)
#35312A
(53,49,42)
#26231D
(38,35,29)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #ADA192

#ADA192
(173,161,146)
#B4A99B
(180,169,155)
#BBB1A4
(187,177,164)
#C2B9AD
(194,185,173)
#C9C1B6
(201,193,182)
#D0C9BF
(208,201,191)
#D7D1C8
(215,209,200)
#DED9D1
(222,217,209)
#E5E1DA
(229,225,218)
#ECE9E3
(236,233,227)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA192 color. Also use rgb(173,161,146) instead hex code.

Text Font Color

.myTextColor { color: #ADA192; }

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

This text font color is #ADA192.


Background Color

.myBgColor { background-color: #ADA192; }

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

This div background color is #ADA192.


Border color

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

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

This div border color is #ADA192.


Opacity

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

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

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

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

This text has shadow with #ADA192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA192 on black background.


Color preview on white background

This text has color #ADA192 on white background.



Black color preview on #ADA192 background

This text has black color on #ADA192 background.


White color preview on #ADA192 background

This text has white color on #ADA192 background.