COLOR #ADB776

HEX: #ADB776 RGB: (173,183,118)

Color info

#ADB776 contains mainly red and green colors. Web safe color of #ADB776 is #99CC66 (or #9C6).

RGB color model

#ADB776 color RGB value is (173,183,118).

RGB: (173,183,118) (68%, 72%, 46%)

RGB channels and saturation

R 173 of 255 = 68%
G 183 of 255 = 72%
B 118 of 255 = 46%

173
183
118

R + G + B ~ 62%. #ADB776 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 183 + 118 = 474 (100%)
R 173 of 474 ~ 36.5%
G 183 of 474 ~ 38.61%
B 118 of 474 ~ 24.89'%

%36.5
%38.61
%24.89

CMYK color model

#ADB776 color CMYK value is (5,0,36,28).

  • cyan value is 5.46%
  • magenta value is 0.00%
  • yellow value is 35.52%
  • key color value is 28.24%

CMYK: (5,0,36,28)
C5M0Y36K28 (5%, 0%, 36%, 28%)
(0.05 / 0.00 / 0.36 / 0.28)

CMYK percentages

%5.46
%0
%35.52
%28.24

Codes

Color #ADB776 in popluar color models

AD B7 76
RGB 173 183 118
HSL 69° 31.10% 59.02%
HSB/HSV 69° 35.52% 71.76%
CMYK 5.46% 0.00% 35.52%
28.24%

Color #ADB776 in popluar number systems.

HEX AD B7 76
Decimal 173 183 118
Binary 10101101 10110111 1110110
Octal 255 267 166

Shades and tints

Shades of #ADB776

#ADB776
(173,183,118)
#9EA76C
(158,167,108)
#8F9762
(143,151,98)
#808758
(128,135,88)
#71774E
(113,119,78)
#626744
(98,103,68)
#53573A
(83,87,58)
#444730
(68,71,48)
#353726
(53,55,38)
#26271C
(38,39,28)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #ADB776

#ADB776
(173,183,118)
#B4BD82
(180,189,130)
#BBC38E
(187,195,142)
#C2C99A
(194,201,154)
#C9CFA6
(201,207,166)
#D0D5B2
(208,213,178)
#D7DBBE
(215,219,190)
#DEE1CA
(222,225,202)
#E5E7D6
(229,231,214)
#ECEDE2
(236,237,226)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB776 color. Also use rgb(173,183,118) instead hex code.

Text Font Color

.myTextColor { color: #ADB776; }

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

This text font color is #ADB776.

Background Color

.myBgColor { background-color: #ADB776; }

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

This div background color is #ADB776.

Border color

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

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

This div border color is #ADB776.

Opacity

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

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

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

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

This text has shadow with #ADB776 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB776.

Preview

Color preview on black background

This text has color #ADB776 on black background.


Color preview on white background

This text has color #ADB776 on white background.


Black color preview on #ADB776 background

This text has black color on #ADB776 background.


White color preview on #ADB776 background

This text has white color on #ADB776 background.


Related colors

Complementary color

Complementary color for #hex is #524889.


I love getcolorcode.com

Triadic colors

1 #76ADB7 and #B776AD with #ADB776 are triadic colors.

2 #76B7AD and #B7AD76 with #ADB776 are triadic colors.