COLOR #ADA29B

HEX: #ADA29B
RGB: (173,162,155)

Color info

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

RGB color model

#ADA29B color RGB value is (173,162,155).

  • red value is 173;
  • green value is 162;
  • blue value is 155.
RGB:
(173,162,155)
(68%,64%,61%)

RGB channels and saturation

R 173 of 255 = 68%
G 162 of 255 = 64%
B 155 of 255 = 61%

173
162
155

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

Portions of RGB colors in percentages

R + G + B =
173 + 162 + 155 = 490 (100%)
R 173 of 490 ~ 35.31%
G 162 of 490 ~ 33.06%
B 155 of 490 ~ 31.63%

%35.31
%33.06
%31.63

CMYK color model

#ADA29B color CMYK value is (0,6,10,32).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 10.40%
  • key color value is 32.16%
CMYK:
(0,6,10,32)
C0M6Y10K32 
(0%,6%,10%,32%)
(0.00/0.06/0.10/0.32)	

CMYK percentages

%0
%6.36
%10.4
%32.16

Codes

Color #ADA29B in popluar color models

ADA29B
RGB173162155
HSL23°9.89%64.31%
HSB/HSV23°10.40%67.84%
CMYK0.00%6.36%10.40%
32.16%

Color #ADA29B in popluar number systems.

HEXADA29B
Decimal173162155
Binary101011011010001010011011
Octal255242233

Shades and tints

Shades of #ADA29B

#ADA29B
(173,162,155)
#9E948D
(158,148,141)
#8F867F
(143,134,127)
#807871
(128,120,113)
#716A63
(113,106,99)
#625C55
(98,92,85)
#534E47
(83,78,71)
#444039
(68,64,57)
#35322B
(53,50,43)
#26241D
(38,36,29)
#17160F
(23,22,15)
#000000
(0,0,0)

Tints of #ADA29B

#ADA29B
(173,162,155)
#B4AAA4
(180,170,164)
#BBB2AD
(187,178,173)
#C2BAB6
(194,186,182)
#C9C2BF
(201,194,191)
#D0CAC8
(208,202,200)
#D7D2D1
(215,210,209)
#DEDADA
(222,218,218)
#E5E2E3
(229,226,227)
#ECEAEC
(236,234,236)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA29B color. Also use rgb(173,162,155) instead hex code.

Text Font Color

.myTextColor { color: #ADA29B; }

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

This text font color is #ADA29B.


Background Color

.myBgColor { background-color: #ADA29B; }

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

This div background color is #ADA29B.


Border color

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

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

This div border color is #ADA29B.


Opacity

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

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

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

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

This text has shadow with #ADA29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA29B on black background.


Color preview on white background

This text has color #ADA29B on white background.



Black color preview on #ADA29B background

This text has black color on #ADA29B background.


White color preview on #ADA29B background

This text has white color on #ADA29B background.