COLOR #ADB590

HEX: #ADB590 RGB: (173,181,144)

Color info

#ADB590 contains red, green and blue colors in about the same proportion. Web safe color of #ADB590 is #99CC99 (or #9C9).

RGB color model

#ADB590 color RGB value is (173,181,144).

RGB: (173,181,144) (68%, 71%, 56%)

RGB channels and saturation

R 173 of 255 = 68%
G 181 of 255 = 71%
B 144 of 255 = 56%

173
181
144

R + G + B ~ 65%. #ADB590 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 181 + 144 = 498 (100%)
R 173 of 498 ~ 34.74%
G 181 of 498 ~ 36.35%
B 144 of 498 ~ 28.92'%

%34.74
%36.35
%28.92

CMYK color model

#ADB590 color CMYK value is (4,0,20,29).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 20.44%
  • key color value is 29.02%

CMYK: (4,0,20,29)
C4M0Y20K29 (4%, 0%, 20%, 29%)
(0.04 / 0.00 / 0.20 / 0.29)

CMYK percentages

%4.42
%0
%20.44
%29.02

Codes

Color #ADB590 in popluar color models

AD B5 90
RGB 173 181 144
HSL 73° 20.00% 63.73%
HSB/HSV 73° 20.44% 70.98%
CMYK 4.42% 0.00% 20.44%
29.02%

Color #ADB590 in popluar number systems.

HEX AD B5 90
Decimal 173 181 144
Binary 10101101 10110101 10010000
Octal 255 265 220

Shades and tints

Shades of #ADB590

#ADB590
(173,181,144)
#9EA583
(158,165,131)
#8F9576
(143,149,118)
#808569
(128,133,105)
#71755C
(113,117,92)
#62654F
(98,101,79)
#535542
(83,85,66)
#444535
(68,69,53)
#353528
(53,53,40)
#26251B
(38,37,27)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #ADB590

#ADB590
(173,181,144)
#B4BB9A
(180,187,154)
#BBC1A4
(187,193,164)
#C2C7AE
(194,199,174)
#C9CDB8
(201,205,184)
#D0D3C2
(208,211,194)
#D7D9CC
(215,217,204)
#DEDFD6
(222,223,214)
#E5E5E0
(229,229,224)
#ECEBEA
(236,235,234)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB590; }

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

This text font color is #ADB590.

Background Color

.myBgColor { background-color: #ADB590; }

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

This div background color is #ADB590.

Border color

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

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

This div border color is #ADB590.

Opacity

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

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

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

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

This text has shadow with #ADB590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB590.

Preview

Color preview on black background

This text has color #ADB590 on black background.


Color preview on white background

This text has color #ADB590 on white background.


Black color preview on #ADB590 background

This text has black color on #ADB590 background.


White color preview on #ADB590 background

This text has white color on #ADB590 background.


Related colors

Complementary color

Complementary color for #hex is #524A6F.


I love getcolorcode.com

Triadic colors

1 #90ADB5 and #B590AD with #ADB590 are triadic colors.

2 #90B5AD and #B5AD90 with #ADB590 are triadic colors.