COLOR #ADA790

HEX: #ADA790
RGB: (173,167,144)

Color info

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

RGB color model

#ADA790 color RGB value is (173,167,144).

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

RGB channels and saturation

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

173
167
144

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

Portions of RGB colors in percentages

R + G + B =
173 + 167 + 144 = 484 (100%)
R 173 of 484 ~ 35.74%
G 167 of 484 ~ 34.5%
B 144 of 484 ~ 29.75%

%35.74
%34.5
%29.75

CMYK color model

#ADA790 color CMYK value is (0,3,17,32).

  • cyan value is 0.00%
  • magenta value is 3.47%
  • yellow value is 16.76%
  • key color value is 32.16%
CMYK:
(0,3,17,32)
C0M3Y17K32 
(0%,3%,17%,32%)
(0.00/0.03/0.17/0.32)	

CMYK percentages

%0
%3.47
%16.76
%32.16

Codes

Color #ADA790 in popluar color models

ADA790
RGB173167144
HSL48°15.03%62.16%
HSB/HSV48°16.76%67.84%
CMYK0.00%3.47%16.76%
32.16%

Color #ADA790 in popluar number systems.

HEXADA790
Decimal173167144
Binary101011011010011110010000
Octal255247220

Shades and tints

Shades of #ADA790

#ADA790
(173,167,144)
#9E9883
(158,152,131)
#8F8976
(143,137,118)
#807A69
(128,122,105)
#716B5C
(113,107,92)
#625C4F
(98,92,79)
#534D42
(83,77,66)
#443E35
(68,62,53)
#352F28
(53,47,40)
#26201B
(38,32,27)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #ADA790

#ADA790
(173,167,144)
#B4AF9A
(180,175,154)
#BBB7A4
(187,183,164)
#C2BFAE
(194,191,174)
#C9C7B8
(201,199,184)
#D0CFC2
(208,207,194)
#D7D7CC
(215,215,204)
#DEDFD6
(222,223,214)
#E5E7E0
(229,231,224)
#ECEFEA
(236,239,234)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA790; }

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

This text font color is #ADA790.


Background Color

.myBgColor { background-color: #ADA790; }

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

This div background color is #ADA790.


Border color

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

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

This div border color is #ADA790.


Opacity

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

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

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

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

This text has shadow with #ADA790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA790 on black background.


Color preview on white background

This text has color #ADA790 on white background.



Black color preview on #ADA790 background

This text has black color on #ADA790 background.


White color preview on #ADA790 background

This text has white color on #ADA790 background.