COLOR #ADA691

HEX: #ADA691
RGB: (173,166,145)

Color info

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

RGB color model

#ADA691 color RGB value is (173,166,145).

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

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 145 of 255 = 57%

173
166
145

R + G + B ~ 63%. #ADA691 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 166 + 145 = 484 (100%)
R 173 of 484 ~ 35.74%
G 166 of 484 ~ 34.3%
B 145 of 484 ~ 29.96%

%35.74
%34.3
%29.96

CMYK color model

#ADA691 color CMYK value is (0,4,16,32).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 16.18%
  • key color value is 32.16%
CMYK:
(0,4,16,32)
C0M4Y16K32 
(0%,4%,16%,32%)
(0.00/0.04/0.16/0.32)	

CMYK percentages

%0
%4.05
%16.18
%32.16

Codes

Color #ADA691 in popluar color models

ADA691
RGB173166145
HSL45°14.58%62.35%
HSB/HSV45°16.18%67.84%
CMYK0.00%4.05%16.18%
32.16%

Color #ADA691 in popluar number systems.

HEXADA691
Decimal173166145
Binary101011011010011010010001
Octal255246221

Shades and tints

Shades of #ADA691

#ADA691
(173,166,145)
#9E9784
(158,151,132)
#8F8877
(143,136,119)
#80796A
(128,121,106)
#716A5D
(113,106,93)
#625B50
(98,91,80)
#534C43
(83,76,67)
#443D36
(68,61,54)
#352E29
(53,46,41)
#261F1C
(38,31,28)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #ADA691

#ADA691
(173,166,145)
#B4AE9B
(180,174,155)
#BBB6A5
(187,182,165)
#C2BEAF
(194,190,175)
#C9C6B9
(201,198,185)
#D0CEC3
(208,206,195)
#D7D6CD
(215,214,205)
#DEDED7
(222,222,215)
#E5E6E1
(229,230,225)
#ECEEEB
(236,238,235)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA691; }

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

This text font color is #ADA691.


Background Color

.myBgColor { background-color: #ADA691; }

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

This div background color is #ADA691.


Border color

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

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

This div border color is #ADA691.


Opacity

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

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

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

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

This text has shadow with #ADA691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA691 on black background.


Color preview on white background

This text has color #ADA691 on white background.



Black color preview on #ADA691 background

This text has black color on #ADA691 background.


White color preview on #ADA691 background

This text has white color on #ADA691 background.