COLOR #ADA092

HEX: #ADA092
RGB: (173,160,146)

Color info

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

RGB color model

#ADA092 color RGB value is (173,160,146).

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

RGB channels and saturation

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

173
160
146

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

Portions of RGB colors in percentages

R + G + B =
173 + 160 + 146 = 479 (100%)
R 173 of 479 ~ 36.12%
G 160 of 479 ~ 33.4%
B 146 of 479 ~ 30.48%

%36.12
%33.4
%30.48

CMYK color model

#ADA092 color CMYK value is (0,8,16,32).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 15.61%
  • key color value is 32.16%
CMYK:
(0,8,16,32)
C0M8Y16K32 
(0%,8%,16%,32%)
(0.00/0.08/0.16/0.32)	

CMYK percentages

%0
%7.51
%15.61
%32.16

Codes

Color #ADA092 in popluar color models

ADA092
RGB173160146
HSL31°14.14%62.55%
HSB/HSV31°15.61%67.84%
CMYK0.00%7.51%15.61%
32.16%

Color #ADA092 in popluar number systems.

HEXADA092
Decimal173160146
Binary101011011010000010010010
Octal255240222

Shades and tints

Shades of #ADA092

#ADA092
(173,160,146)
#9E9285
(158,146,133)
#8F8478
(143,132,120)
#80766B
(128,118,107)
#71685E
(113,104,94)
#625A51
(98,90,81)
#534C44
(83,76,68)
#443E37
(68,62,55)
#35302A
(53,48,42)
#26221D
(38,34,29)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #ADA092

#ADA092
(173,160,146)
#B4A89B
(180,168,155)
#BBB0A4
(187,176,164)
#C2B8AD
(194,184,173)
#C9C0B6
(201,192,182)
#D0C8BF
(208,200,191)
#D7D0C8
(215,208,200)
#DED8D1
(222,216,209)
#E5E0DA
(229,224,218)
#ECE8E3
(236,232,227)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA092; }

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

This text font color is #ADA092.


Background Color

.myBgColor { background-color: #ADA092; }

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

This div background color is #ADA092.


Border color

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

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

This div border color is #ADA092.


Opacity

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

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

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

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

This text has shadow with #ADA092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA092 on black background.


Color preview on white background

This text has color #ADA092 on white background.



Black color preview on #ADA092 background

This text has black color on #ADA092 background.


White color preview on #ADA092 background

This text has white color on #ADA092 background.