COLOR #ADB090

HEX: #ADB090 RGB: (173,176,144)

Color info

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

RGB color model

#ADB090 color RGB value is (173,176,144).

RGB: (173,176,144) (68%, 69%, 56%)

RGB channels and saturation

R 173 of 255 = 68%
G 176 of 255 = 69%
B 144 of 255 = 56%

173
176
144

R + G + B ~ 64%. #ADB090 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 176 + 144 = 493 (100%)
R 173 of 493 ~ 35.09%
G 176 of 493 ~ 35.7%
B 144 of 493 ~ 29.21'%

%35.09
%35.7
%29.21

CMYK color model

#ADB090 color CMYK value is (2,0,18,31).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 30.98%
CMYK: (2,0,18,31) C2M0Y18K31 (2%,0%,18%,31%) (0.02/0.00/0.18/0.31) 

CMYK percentages

%1.7
%0
%18.18
%30.98

Codes

Color #ADB090 in popluar color models

AD B0 90
RGB 173 176 144
HSL 66° 16.84% 62.75%
HSB/HSV 66° 18.18% 69.02%
CMYK 1.70% 0.00% 18.18%
30.98%

Color #ADB090 in popluar number systems.

HEX AD B0 90
Decimal 173 176 144
Binary 10101101 10110000 10010000
Octal 255 260 220

Shades and tints

Shades of #ADB090

#ADB090
(173,176,144)
#9EA083
(158,160,131)
#8F9076
(143,144,118)
#808069
(128,128,105)
#71705C
(113,112,92)
#62604F
(98,96,79)
#535042
(83,80,66)
#444035
(68,64,53)
#353028
(53,48,40)
#26201B
(38,32,27)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #ADB090

#ADB090
(173,176,144)
#B4B79A
(180,183,154)
#BBBEA4
(187,190,164)
#C2C5AE
(194,197,174)
#C9CCB8
(201,204,184)
#D0D3C2
(208,211,194)
#D7DACC
(215,218,204)
#DEE1D6
(222,225,214)
#E5E8E0
(229,232,224)
#ECEFEA
(236,239,234)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB090; }

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

This text font color is #ADB090.

Background Color

.myBgColor { background-color: #ADB090; }

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

This div background color is #ADB090.

Border color

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

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

This div border color is #ADB090.

Opacity

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

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

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

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

This text has shadow with #ADB090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB090.

Preview

Color preview on black background

This text has color #ADB090 on black background.


Color preview on white background

This text has color #ADB090 on white background.


Black color preview on #ADB090 background

This text has black color on #ADB090 background.


White color preview on #ADB090 background

This text has white color on #ADB090 background.


Related colors

Complementary color

Complementary color for #hex is #524F6F.


I love getcolorcode.com

Triadic colors

1 #90ADB0 and #B090AD with #ADB090 are triadic colors.

2 #90B0AD and #B0AD90 with #ADB090 are triadic colors.