COLOR #ADA499

HEX: #ADA499
RGB: (173,164,153)

Color info

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

RGB color model

#ADA499 color RGB value is (173,164,153).

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

RGB channels and saturation

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

173
164
153

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

Portions of RGB colors in percentages

R + G + B =
173 + 164 + 153 = 490 (100%)
R 173 of 490 ~ 35.31%
G 164 of 490 ~ 33.47%
B 153 of 490 ~ 31.22%

%35.31
%33.47
%31.22

CMYK color model

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

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

CMYK percentages

%0
%5.2
%11.56
%32.16

Codes

Color #ADA499 in popluar color models

ADA499
RGB173164153
HSL33°10.87%63.92%
HSB/HSV33°11.56%67.84%
CMYK0.00%5.20%11.56%
32.16%

Color #ADA499 in popluar number systems.

HEXADA499
Decimal173164153
Binary101011011010010010011001
Octal255244231

Shades and tints

Shades of #ADA499

#ADA499
(173,164,153)
#9E968C
(158,150,140)
#8F887F
(143,136,127)
#807A72
(128,122,114)
#716C65
(113,108,101)
#625E58
(98,94,88)
#53504B
(83,80,75)
#44423E
(68,66,62)
#353431
(53,52,49)
#262624
(38,38,36)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #ADA499

#ADA499
(173,164,153)
#B4ACA2
(180,172,162)
#BBB4AB
(187,180,171)
#C2BCB4
(194,188,180)
#C9C4BD
(201,196,189)
#D0CCC6
(208,204,198)
#D7D4CF
(215,212,207)
#DEDCD8
(222,220,216)
#E5E4E1
(229,228,225)
#ECECEA
(236,236,234)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA499; }

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

This text font color is #ADA499.


Background Color

.myBgColor { background-color: #ADA499; }

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

This div background color is #ADA499.


Border color

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

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

This div border color is #ADA499.


Opacity

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

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

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

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

This text has shadow with #ADA499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA499 on black background.


Color preview on white background

This text has color #ADA499 on white background.



Black color preview on #ADA499 background

This text has black color on #ADA499 background.


White color preview on #ADA499 background

This text has white color on #ADA499 background.