COLOR #ADA695

HEX: #ADA695
RGB: (173,166,149)

Color info

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

RGB color model

#ADA695 color RGB value is (173,166,149).

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

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 149 of 255 = 58%

173
166
149

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

Portions of RGB colors in percentages

R + G + B =
173 + 166 + 149 = 488 (100%)
R 173 of 488 ~ 35.45%
G 166 of 488 ~ 34.02%
B 149 of 488 ~ 30.53%

%35.45
%34.02
%30.53

CMYK color model

#ADA695 color CMYK value is (0,4,14,32).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 13.87%
  • key color value is 32.16%
CMYK:
(0,4,14,32)
C0M4Y14K32 
(0%,4%,14%,32%)
(0.00/0.04/0.14/0.32)	

CMYK percentages

%0
%4.05
%13.87
%32.16

Codes

Color #ADA695 in popluar color models

ADA695
RGB173166149
HSL43°12.77%63.14%
HSB/HSV43°13.87%67.84%
CMYK0.00%4.05%13.87%
32.16%

Color #ADA695 in popluar number systems.

HEXADA695
Decimal173166149
Binary101011011010011010010101
Octal255246225

Shades and tints

Shades of #ADA695

#ADA695
(173,166,149)
#9E9788
(158,151,136)
#8F887B
(143,136,123)
#80796E
(128,121,110)
#716A61
(113,106,97)
#625B54
(98,91,84)
#534C47
(83,76,71)
#443D3A
(68,61,58)
#352E2D
(53,46,45)
#261F20
(38,31,32)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #ADA695

#ADA695
(173,166,149)
#B4AE9E
(180,174,158)
#BBB6A7
(187,182,167)
#C2BEB0
(194,190,176)
#C9C6B9
(201,198,185)
#D0CEC2
(208,206,194)
#D7D6CB
(215,214,203)
#DEDED4
(222,222,212)
#E5E6DD
(229,230,221)
#ECEEE6
(236,238,230)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA695; }

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

This text font color is #ADA695.


Background Color

.myBgColor { background-color: #ADA695; }

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

This div background color is #ADA695.


Border color

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

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

This div border color is #ADA695.


Opacity

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

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

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

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

This text has shadow with #ADA695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA695 on black background.


Color preview on white background

This text has color #ADA695 on white background.



Black color preview on #ADA695 background

This text has black color on #ADA695 background.


White color preview on #ADA695 background

This text has white color on #ADA695 background.