COLOR #ADA09A

HEX: #ADA09A
RGB: (173,160,154)

Color info

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

RGB color model

#ADA09A color RGB value is (173,160,154).

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

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 154 of 255 = 60%

173
160
154

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

Portions of RGB colors in percentages

R + G + B =
173 + 160 + 154 = 487 (100%)
R 173 of 487 ~ 35.52%
G 160 of 487 ~ 32.85%
B 154 of 487 ~ 31.62%

%35.52
%32.85
%31.62

CMYK color model

#ADA09A color CMYK value is (0,8,11,32).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 10.98%
  • key color value is 32.16%
CMYK: (0,8,11,32) C0M8Y11K32 (0%,8%,11%,32%) (0.00/0.08/0.11/0.32)

CMYK percentages

%0
%7.51
%10.98
%32.16

Codes

Color #ADA09A in popluar color models

ADA09A
RGB173160154
HSL19°10.38%64.12%
HSB/HSV19°10.98%67.84%
CMYK0.00%7.51%10.98%
32.16%

Color #ADA09A in popluar number systems.

HEXADA09A
Decimal173160154
Binary101011011010000010011010
Octal255240232

Shades and tints

Shades of #ADA09A

#ADA09A
(173,160,154)
#9E928C
(158,146,140)
#8F847E
(143,132,126)
#807670
(128,118,112)
#716862
(113,104,98)
#625A54
(98,90,84)
#534C46
(83,76,70)
#443E38
(68,62,56)
#35302A
(53,48,42)
#26221C
(38,34,28)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #ADA09A

#ADA09A
(173,160,154)
#B4A8A3
(180,168,163)
#BBB0AC
(187,176,172)
#C2B8B5
(194,184,181)
#C9C0BE
(201,192,190)
#D0C8C7
(208,200,199)
#D7D0D0
(215,208,208)
#DED8D9
(222,216,217)
#E5E0E2
(229,224,226)
#ECE8EB
(236,232,235)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA09A; }

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

This text font color is #ADA09A.


Background Color

.myBgColor { background-color: #ADA09A; }

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

This div background color is #ADA09A.


Border color

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

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

This div border color is #ADA09A.


Opacity

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

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

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

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

This text has shadow with #ADA09A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ADA09A on black background.


Color preview on white background

This text has color #ADA09A on white background.



Black color preview on #ADA09A background

This text has black color on #ADA09A background.


White color preview on #ADA09A background

This text has white color on #ADA09A background.