COLOR #ADA590

HEX: #ADA590
RGB: (173,165,144)

Color info

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

RGB color model

#ADA590 color RGB value is (173,165,144).

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

RGB channels and saturation

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

173
165
144

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

Portions of RGB colors in percentages

R + G + B =
173 + 165 + 144 = 482 (100%)
R 173 of 482 ~ 35.89%
G 165 of 482 ~ 34.23%
B 144 of 482 ~ 29.88%

%35.89
%34.23
%29.88

CMYK color model

#ADA590 color CMYK value is (0,5,17,32).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 16.76%
  • key color value is 32.16%
CMYK:
(0,5,17,32)
C0M5Y17K32 
(0%,5%,17%,32%)
(0.00/0.05/0.17/0.32)	

CMYK percentages

%0
%4.62
%16.76
%32.16

Codes

Color #ADA590 in popluar color models

ADA590
RGB173165144
HSL43°15.03%62.16%
HSB/HSV43°16.76%67.84%
CMYK0.00%4.62%16.76%
32.16%

Color #ADA590 in popluar number systems.

HEXADA590
Decimal173165144
Binary101011011010010110010000
Octal255245220

Shades and tints

Shades of #ADA590

#ADA590
(173,165,144)
#9E9683
(158,150,131)
#8F8776
(143,135,118)
#807869
(128,120,105)
#71695C
(113,105,92)
#625A4F
(98,90,79)
#534B42
(83,75,66)
#443C35
(68,60,53)
#352D28
(53,45,40)
#261E1B
(38,30,27)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #ADA590

#ADA590
(173,165,144)
#B4AD9A
(180,173,154)
#BBB5A4
(187,181,164)
#C2BDAE
(194,189,174)
#C9C5B8
(201,197,184)
#D0CDC2
(208,205,194)
#D7D5CC
(215,213,204)
#DEDDD6
(222,221,214)
#E5E5E0
(229,229,224)
#ECEDEA
(236,237,234)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA590; }

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

This text font color is #ADA590.


Background Color

.myBgColor { background-color: #ADA590; }

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

This div background color is #ADA590.


Border color

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

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

This div border color is #ADA590.


Opacity

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

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

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

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

This text has shadow with #ADA590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA590 on black background.


Color preview on white background

This text has color #ADA590 on white background.



Black color preview on #ADA590 background

This text has black color on #ADA590 background.


White color preview on #ADA590 background

This text has white color on #ADA590 background.