COLOR #ADAD99

HEX: #ADAD99
RGB: (173,173,153)

Color info

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

RGB color model

#ADAD99 color RGB value is (173,173,153).

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

RGB channels and saturation

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

173
173
153

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

Portions of RGB colors in percentages

R + G + B =
173 + 173 + 153 = 499 (100%)
R 173 of 499 ~ 34.67%
G 173 of 499 ~ 34.67%
B 153 of 499 ~ 30.66%

%34.67
%34.67
%30.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 11.56%
  • key color value is 32.16%
CMYK:
(0,0,12,32)
C0M0Y12K32 
(0%,0%,12%,32%)
(0.00/0.00/0.12/0.32)	

CMYK percentages

%0
%0
%11.56
%32.16

Codes

Color #ADAD99 in popluar color models

ADAD99
RGB173173153
HSL60°10.87%63.92%
HSB/HSV60°11.56%67.84%
CMYK0.00%0.00%11.56%
32.16%

Color #ADAD99 in popluar number systems.

HEXADAD99
Decimal173173153
Binary101011011010110110011001
Octal255255231

Shades and tints

Shades of #ADAD99

#ADAD99
(173,173,153)
#9E9E8C
(158,158,140)
#8F8F7F
(143,143,127)
#808072
(128,128,114)
#717165
(113,113,101)
#626258
(98,98,88)
#53534B
(83,83,75)
#44443E
(68,68,62)
#353531
(53,53,49)
#262624
(38,38,36)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #ADAD99

#ADAD99
(173,173,153)
#B4B4A2
(180,180,162)
#BBBBAB
(187,187,171)
#C2C2B4
(194,194,180)
#C9C9BD
(201,201,189)
#D0D0C6
(208,208,198)
#D7D7CF
(215,215,207)
#DEDED8
(222,222,216)
#E5E5E1
(229,229,225)
#ECECEA
(236,236,234)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAD99; }

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

This text font color is #ADAD99.


Background Color

.myBgColor { background-color: #ADAD99; }

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

This div background color is #ADAD99.


Border color

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

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

This div border color is #ADAD99.


Opacity

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

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

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

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

This text has shadow with #ADAD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAD99 on black background.


Color preview on white background

This text has color #ADAD99 on white background.



Black color preview on #ADAD99 background

This text has black color on #ADAD99 background.


White color preview on #ADAD99 background

This text has white color on #ADAD99 background.