COLOR #ADAA99

HEX: #ADAA99 RGB: (173,170,153)

Color info

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

RGB color model

#ADAA99 color RGB value is (173,170,153).

RGB: (173,170,153) (68%, 67%, 60%)

RGB channels and saturation

R 173 of 255 = 68%
G 170 of 255 = 67%
B 153 of 255 = 60%

173
170
153

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

Portions of RGB colors in percentages

R + G + B = 173 + 170 + 153 = 496 (100%)
R 173 of 496 ~ 34.88%
G 170 of 496 ~ 34.27%
B 153 of 496 ~ 30.85'%

%34.88
%34.27
%30.85

CMYK color model

#ADAA99 color CMYK value is (0,2,12,32).

  • cyan value is 0.00%
  • magenta value is 1.73%
  • yellow value is 11.56%
  • key color value is 32.16%

CMYK: (0,2,12,32)
C0M2Y12K32 (0%, 2%, 12%, 32%)
(0.00 / 0.02 / 0.12 / 0.32)

CMYK percentages

%0
%1.73
%11.56
%32.16

Codes

Color #ADAA99 in popluar color models

AD AA 99
RGB 173 170 153
HSL 51° 10.87% 63.92%
HSB/HSV 51° 11.56% 67.84%
CMYK 0.00% 1.73% 11.56%
32.16%

Color #ADAA99 in popluar number systems.

HEX AD AA 99
Decimal 173 170 153
Binary 10101101 10101010 10011001
Octal 255 252 231

Shades and tints

Shades of #ADAA99

#ADAA99
(173,170,153)
#9E9B8C
(158,155,140)
#8F8C7F
(143,140,127)
#807D72
(128,125,114)
#716E65
(113,110,101)
#625F58
(98,95,88)
#53504B
(83,80,75)
#44413E
(68,65,62)
#353231
(53,50,49)
#262324
(38,35,36)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #ADAA99

#ADAA99
(173,170,153)
#B4B1A2
(180,177,162)
#BBB8AB
(187,184,171)
#C2BFB4
(194,191,180)
#C9C6BD
(201,198,189)
#D0CDC6
(208,205,198)
#D7D4CF
(215,212,207)
#DEDBD8
(222,219,216)
#E5E2E1
(229,226,225)
#ECE9EA
(236,233,234)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAA99 color. Also use rgb(173,170,153) instead hex code.

Text Font Color

.myTextColor { color: #ADAA99; }

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

This text font color is #ADAA99.

Background Color

.myBgColor { background-color: #ADAA99; }

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

This div background color is #ADAA99.

Border color

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

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

This div border color is #ADAA99.

Opacity

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

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

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

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

This text has shadow with #ADAA99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADAA99.

Preview

Color preview on black background

This text has color #ADAA99 on black background.


Color preview on white background

This text has color #ADAA99 on white background.


Black color preview on #ADAA99 background

This text has black color on #ADAA99 background.


White color preview on #ADAA99 background

This text has white color on #ADAA99 background.


Related colors

Complementary color

Complementary color for #hex is #525566.


I love getcolorcode.com

Triadic colors

1 #99ADAA and #AA99AD with #ADAA99 are triadic colors.

2 #99AAAD and #AAAD99 with #ADAA99 are triadic colors.