COLOR #ADAC95

HEX: #ADAC95
RGB: (173,172,149)

Color info

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

RGB color model

#ADAC95 color RGB value is (173,172,149).

  • red value is 173;
  • green value is 172;
  • blue value is 149.
RGB:
(173,172,149)
(68%,67%,58%)

RGB channels and saturation

R 173 of 255 = 68%
G 172 of 255 = 67%
B 149 of 255 = 58%

173
172
149

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

Portions of RGB colors in percentages

R + G + B =
173 + 172 + 149 = 494 (100%)
R 173 of 494 ~ 35.02%
G 172 of 494 ~ 34.82%
B 149 of 494 ~ 30.16%

%35.02
%34.82
%30.16

CMYK color model

#ADAC95 color CMYK value is (0,1,14,32).

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 13.87%
  • key color value is 32.16%
CMYK:
(0,1,14,32)
C0M1Y14K32 
(0%,1%,14%,32%)
(0.00/0.01/0.14/0.32)	

CMYK percentages

%0
%0.58
%13.87
%32.16

Codes

Color #ADAC95 in popluar color models

ADAC95
RGB173172149
HSL58°12.77%63.14%
HSB/HSV58°13.87%67.84%
CMYK0.00%0.58%13.87%
32.16%

Color #ADAC95 in popluar number systems.

HEXADAC95
Decimal173172149
Binary101011011010110010010101
Octal255254225

Shades and tints

Shades of #ADAC95

#ADAC95
(173,172,149)
#9E9D88
(158,157,136)
#8F8E7B
(143,142,123)
#807F6E
(128,127,110)
#717061
(113,112,97)
#626154
(98,97,84)
#535247
(83,82,71)
#44433A
(68,67,58)
#35342D
(53,52,45)
#262520
(38,37,32)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #ADAC95

#ADAC95
(173,172,149)
#B4B39E
(180,179,158)
#BBBAA7
(187,186,167)
#C2C1B0
(194,193,176)
#C9C8B9
(201,200,185)
#D0CFC2
(208,207,194)
#D7D6CB
(215,214,203)
#DEDDD4
(222,221,212)
#E5E4DD
(229,228,221)
#ECEBE6
(236,235,230)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAC95; }

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

This text font color is #ADAC95.


Background Color

.myBgColor { background-color: #ADAC95; }

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

This div background color is #ADAC95.


Border color

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

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

This div border color is #ADAC95.


Opacity

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

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

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

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

This text has shadow with #ADAC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAC95 on black background.


Color preview on white background

This text has color #ADAC95 on white background.



Black color preview on #ADAC95 background

This text has black color on #ADAC95 background.


White color preview on #ADAC95 background

This text has white color on #ADAC95 background.