COLOR #ADB071

HEX: #ADB071 RGB: (173,176,113)

Color info

#ADB071 contains mainly red and green colors. Web safe color of #ADB071 is #999966 (or #996).

RGB color model

#ADB071 color RGB value is (173,176,113).

RGB: (173,176,113) (68%, 69%, 44%)

RGB channels and saturation

R 173 of 255 = 68%
G 176 of 255 = 69%
B 113 of 255 = 44%

173
176
113

R + G + B ~ 60%. #ADB071 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 176 + 113 = 462 (100%)
R 173 of 462 ~ 37.45%
G 176 of 462 ~ 38.1%
B 113 of 462 ~ 24.46'%

%37.45
%38.1
%24.46

CMYK color model

#ADB071 color CMYK value is (2,0,36,31).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 35.80%
  • key color value is 30.98%

CMYK: (2,0,36,31)
C2M0Y36K31 (2%, 0%, 36%, 31%)
(0.02 / 0.00 / 0.36 / 0.31)

CMYK percentages

%1.7
%0
%35.8
%30.98

Codes

Color #ADB071 in popluar color models

AD B0 71
RGB 173 176 113
HSL 63° 28.51% 56.67%
HSB/HSV 63° 35.80% 69.02%
CMYK 1.70% 0.00% 35.80%
30.98%

Color #ADB071 in popluar number systems.

HEX AD B0 71
Decimal 173 176 113
Binary 10101101 10110000 1110001
Octal 255 260 161

Shades and tints

Shades of #ADB071

#ADB071
(173,176,113)
#9EA067
(158,160,103)
#8F905D
(143,144,93)
#808053
(128,128,83)
#717049
(113,112,73)
#62603F
(98,96,63)
#535035
(83,80,53)
#44402B
(68,64,43)
#353021
(53,48,33)
#262017
(38,32,23)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #ADB071

#ADB071
(173,176,113)
#B4B77D
(180,183,125)
#BBBE89
(187,190,137)
#C2C595
(194,197,149)
#C9CCA1
(201,204,161)
#D0D3AD
(208,211,173)
#D7DAB9
(215,218,185)
#DEE1C5
(222,225,197)
#E5E8D1
(229,232,209)
#ECEFDD
(236,239,221)
#F3F6E9
(243,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB071; }

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

This text font color is #ADB071.

Background Color

.myBgColor { background-color: #ADB071; }

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

This div background color is #ADB071.

Border color

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

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

This div border color is #ADB071.

Opacity

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

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

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

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

This text has shadow with #ADB071 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB071.

Preview

Color preview on black background

This text has color #ADB071 on black background.


Color preview on white background

This text has color #ADB071 on white background.


Black color preview on #ADB071 background

This text has black color on #ADB071 background.


White color preview on #ADB071 background

This text has white color on #ADB071 background.


Related colors

Complementary color

Complementary color for #hex is #524F8E.


I love getcolorcode.com

Triadic colors

1 #71ADB0 and #B071AD with #ADB071 are triadic colors.

2 #71B0AD and #B0AD71 with #ADB071 are triadic colors.