COLOR #ADA59B

HEX: #ADA59B RGB: (173,165,155)

Color info

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

RGB color model

#ADA59B color RGB value is (173,165,155).

RGB: (173,165,155) (68%, 65%, 61%)

RGB channels and saturation

R 173 of 255 = 68%
G 165 of 255 = 65%
B 155 of 255 = 61%

173
165
155

R + G + B ~ 65%. #ADA59B is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 165 + 155 = 493 (100%)
R 173 of 493 ~ 35.09%
G 165 of 493 ~ 33.47%
B 155 of 493 ~ 31.44'%

%35.09
%33.47
%31.44

CMYK color model

#ADA59B color CMYK value is (0,5,10,32).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 10.40%
  • key color value is 32.16%

CMYK: (0,5,10,32)
C0M5Y10K32 (0%, 5%, 10%, 32%)
(0.00 / 0.05 / 0.10 / 0.32)

CMYK percentages

%0
%4.62
%10.4
%32.16

Codes

Color #ADA59B in popluar color models

AD A5 9B
RGB 173 165 155
HSL 33° 9.89% 64.31%
HSB/HSV 33° 10.40% 67.84%
CMYK 0.00% 4.62% 10.40%
32.16%

Color #ADA59B in popluar number systems.

HEX AD A5 9B
Decimal 173 165 155
Binary 10101101 10100101 10011011
Octal 255 245 233

Shades and tints

Shades of #ADA59B

#ADA59B
(173,165,155)
#9E968D
(158,150,141)
#8F877F
(143,135,127)
#807871
(128,120,113)
#716963
(113,105,99)
#625A55
(98,90,85)
#534B47
(83,75,71)
#443C39
(68,60,57)
#352D2B
(53,45,43)
#261E1D
(38,30,29)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #ADA59B

#ADA59B
(173,165,155)
#B4ADA4
(180,173,164)
#BBB5AD
(187,181,173)
#C2BDB6
(194,189,182)
#C9C5BF
(201,197,191)
#D0CDC8
(208,205,200)
#D7D5D1
(215,213,209)
#DEDDDA
(222,221,218)
#E5E5E3
(229,229,227)
#ECEDEC
(236,237,236)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA59B; }

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

This text font color is #ADA59B.

Background Color

.myBgColor { background-color: #ADA59B; }

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

This div background color is #ADA59B.

Border color

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

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

This div border color is #ADA59B.

Opacity

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

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

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

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

This text has shadow with #ADA59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA59B.

Preview

Color preview on black background

This text has color #ADA59B on black background.


Color preview on white background

This text has color #ADA59B on white background.


Black color preview on #ADA59B background

This text has black color on #ADA59B background.


White color preview on #ADA59B background

This text has white color on #ADA59B background.


Related colors

Complementary color

Complementary color for #hex is #525A64.


I love getcolorcode.com

Triadic colors

1 #9BADA5 and #A59BAD with #ADA59B are triadic colors.

2 #9BA5AD and #A5AD9B with #ADA59B are triadic colors.