COLOR #ADB291

HEX: #ADB291 RGB: (173,178,145)

Color info

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

RGB color model

#ADB291 color RGB value is (173,178,145).

RGB: (173,178,145) (68%, 70%, 57%)

RGB channels and saturation

R 173 of 255 = 68%
G 178 of 255 = 70%
B 145 of 255 = 57%

173
178
145

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

Portions of RGB colors in percentages

R + G + B = 173 + 178 + 145 = 496 (100%)
R 173 of 496 ~ 34.88%
G 178 of 496 ~ 35.89%
B 145 of 496 ~ 29.23'%

%34.88
%35.89
%29.23

CMYK color model

#ADB291 color CMYK value is (3,0,19,30).

  • cyan value is 2.81%
  • magenta value is 0.00%
  • yellow value is 18.54%
  • key color value is 30.20%

CMYK: (3,0,19,30)
C3M0Y19K30 (3%, 0%, 19%, 30%)
(0.03 / 0.00 / 0.19 / 0.30)

CMYK percentages

%2.81
%0
%18.54
%30.2

Codes

Color #ADB291 in popluar color models

AD B2 91
RGB 173 178 145
HSL 69° 17.65% 63.33%
HSB/HSV 69° 18.54% 69.80%
CMYK 2.81% 0.00% 18.54%
30.20%

Color #ADB291 in popluar number systems.

HEX AD B2 91
Decimal 173 178 145
Binary 10101101 10110010 10010001
Octal 255 262 221

Shades and tints

Shades of #ADB291

#ADB291
(173,178,145)
#9EA284
(158,162,132)
#8F9277
(143,146,119)
#80826A
(128,130,106)
#71725D
(113,114,93)
#626250
(98,98,80)
#535243
(83,82,67)
#444236
(68,66,54)
#353229
(53,50,41)
#26221C
(38,34,28)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #ADB291

#ADB291
(173,178,145)
#B4B99B
(180,185,155)
#BBC0A5
(187,192,165)
#C2C7AF
(194,199,175)
#C9CEB9
(201,206,185)
#D0D5C3
(208,213,195)
#D7DCCD
(215,220,205)
#DEE3D7
(222,227,215)
#E5EAE1
(229,234,225)
#ECF1EB
(236,241,235)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB291 color. Also use rgb(173,178,145) instead hex code.

Text Font Color

.myTextColor { color: #ADB291; }

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

This text font color is #ADB291.

Background Color

.myBgColor { background-color: #ADB291; }

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

This div background color is #ADB291.

Border color

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

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

This div border color is #ADB291.

Opacity

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

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

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

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

This text has shadow with #ADB291 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB291.

Preview

Color preview on black background

This text has color #ADB291 on black background.


Color preview on white background

This text has color #ADB291 on white background.


Black color preview on #ADB291 background

This text has black color on #ADB291 background.


White color preview on #ADB291 background

This text has white color on #ADB291 background.


Related colors

Complementary color

Complementary color for #hex is #524D6E.


I love getcolorcode.com

Triadic colors

1 #91ADB2 and #B291AD with #ADB291 are triadic colors.

2 #91B2AD and #B2AD91 with #ADB291 are triadic colors.