COLOR #ADA991

HEX: #ADA991 RGB: (173,169,145)

Color info

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

RGB color model

#ADA991 color RGB value is (173,169,145).

RGB: (173,169,145) (68%, 66%, 57%)

RGB channels and saturation

R 173 of 255 = 68%
G 169 of 255 = 66%
B 145 of 255 = 57%

173
169
145

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

Portions of RGB colors in percentages

R + G + B = 173 + 169 + 145 = 487 (100%)
R 173 of 487 ~ 35.52%
G 169 of 487 ~ 34.7%
B 145 of 487 ~ 29.77'%

%35.52
%34.7
%29.77

CMYK color model

#ADA991 color CMYK value is (0,2,16,32).

  • cyan value is 0.00%
  • magenta value is 2.31%
  • yellow value is 16.18%
  • key color value is 32.16%

CMYK: (0,2,16,32)
C0M2Y16K32 (0%, 2%, 16%, 32%)
(0.00 / 0.02 / 0.16 / 0.32)

CMYK percentages

%0
%2.31
%16.18
%32.16

Codes

Color #ADA991 in popluar color models

AD A9 91
RGB 173 169 145
HSL 51° 14.58% 62.35%
HSB/HSV 51° 16.18% 67.84%
CMYK 0.00% 2.31% 16.18%
32.16%

Color #ADA991 in popluar number systems.

HEX AD A9 91
Decimal 173 169 145
Binary 10101101 10101001 10010001
Octal 255 251 221

Shades and tints

Shades of #ADA991

#ADA991
(173,169,145)
#9E9A84
(158,154,132)
#8F8B77
(143,139,119)
#807C6A
(128,124,106)
#716D5D
(113,109,93)
#625E50
(98,94,80)
#534F43
(83,79,67)
#444036
(68,64,54)
#353129
(53,49,41)
#26221C
(38,34,28)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #ADA991

#ADA991
(173,169,145)
#B4B09B
(180,176,155)
#BBB7A5
(187,183,165)
#C2BEAF
(194,190,175)
#C9C5B9
(201,197,185)
#D0CCC3
(208,204,195)
#D7D3CD
(215,211,205)
#DEDAD7
(222,218,215)
#E5E1E1
(229,225,225)
#ECE8EB
(236,232,235)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA991 color. Also use rgb(173,169,145) instead hex code.

Text Font Color

.myTextColor { color: #ADA991; }

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

This text font color is #ADA991.

Background Color

.myBgColor { background-color: #ADA991; }

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

This div background color is #ADA991.

Border color

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

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

This div border color is #ADA991.

Opacity

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

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

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

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

This text has shadow with #ADA991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA991.

Preview

Color preview on black background

This text has color #ADA991 on black background.


Color preview on white background

This text has color #ADA991 on white background.


Black color preview on #ADA991 background

This text has black color on #ADA991 background.


White color preview on #ADA991 background

This text has white color on #ADA991 background.


Related colors

Complementary color

Complementary color for #hex is #52566E.


I love getcolorcode.com

Triadic colors

1 #91ADA9 and #A991AD with #ADA991 are triadic colors.

2 #91A9AD and #A9AD91 with #ADA991 are triadic colors.