COLOR #ADA690

HEX: #ADA690
RGB: (173,166,144)

Color info

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

RGB color model

#ADA690 color RGB value is (173,166,144).

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

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 144 of 255 = 56%

173
166
144

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

Portions of RGB colors in percentages

R + G + B =
173 + 166 + 144 = 483 (100%)
R 173 of 483 ~ 35.82%
G 166 of 483 ~ 34.37%
B 144 of 483 ~ 29.81%

%35.82
%34.37
%29.81

CMYK color model

#ADA690 color CMYK value is (0,4,17,32).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 16.76%
  • key color value is 32.16%
CMYK:
(0,4,17,32)
C0M4Y17K32 
(0%,4%,17%,32%)
(0.00/0.04/0.17/0.32)	

CMYK percentages

%0
%4.05
%16.76
%32.16

Codes

Color #ADA690 in popluar color models

ADA690
RGB173166144
HSL46°15.03%62.16%
HSB/HSV46°16.76%67.84%
CMYK0.00%4.05%16.76%
32.16%

Color #ADA690 in popluar number systems.

HEXADA690
Decimal173166144
Binary101011011010011010010000
Octal255246220

Shades and tints

Shades of #ADA690

#ADA690
(173,166,144)
#9E9783
(158,151,131)
#8F8876
(143,136,118)
#807969
(128,121,105)
#716A5C
(113,106,92)
#625B4F
(98,91,79)
#534C42
(83,76,66)
#443D35
(68,61,53)
#352E28
(53,46,40)
#261F1B
(38,31,27)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #ADA690

#ADA690
(173,166,144)
#B4AE9A
(180,174,154)
#BBB6A4
(187,182,164)
#C2BEAE
(194,190,174)
#C9C6B8
(201,198,184)
#D0CEC2
(208,206,194)
#D7D6CC
(215,214,204)
#DEDED6
(222,222,214)
#E5E6E0
(229,230,224)
#ECEEEA
(236,238,234)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA690; }

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

This text font color is #ADA690.


Background Color

.myBgColor { background-color: #ADA690; }

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

This div background color is #ADA690.


Border color

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

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

This div border color is #ADA690.


Opacity

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

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

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

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

This text has shadow with #ADA690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA690 on black background.


Color preview on white background

This text has color #ADA690 on white background.



Black color preview on #ADA690 background

This text has black color on #ADA690 background.


White color preview on #ADA690 background

This text has white color on #ADA690 background.