COLOR #ADB471

HEX: #ADB471 RGB: (173,180,113)

Color info

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

RGB color model

#ADB471 color RGB value is (173,180,113).

RGB: (173,180,113) (68%, 71%, 44%)

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 113 of 255 = 44%

173
180
113

R + G + B ~ 61%. #ADB471 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 180 + 113 = 466 (100%)
R 173 of 466 ~ 37.12%
G 180 of 466 ~ 38.63%
B 113 of 466 ~ 24.25'%

%37.12
%38.63
%24.25

CMYK color model

#ADB471 color CMYK value is (4,0,37,29).

  • cyan value is 3.89%
  • magenta value is 0.00%
  • yellow value is 37.22%
  • key color value is 29.41%

CMYK: (4,0,37,29)
C4M0Y37K29 (4%, 0%, 37%, 29%)
(0.04 / 0.00 / 0.37 / 0.29)

CMYK percentages

%3.89
%0
%37.22
%29.41

Codes

Color #ADB471 in popluar color models

AD B4 71
RGB 173 180 113
HSL 66° 30.88% 57.45%
HSB/HSV 66° 37.22% 70.59%
CMYK 3.89% 0.00% 37.22%
29.41%

Color #ADB471 in popluar number systems.

HEX AD B4 71
Decimal 173 180 113
Binary 10101101 10110100 1110001
Octal 255 264 161

Shades and tints

Shades of #ADB471

#ADB471
(173,180,113)
#9EA467
(158,164,103)
#8F945D
(143,148,93)
#808453
(128,132,83)
#717449
(113,116,73)
#62643F
(98,100,63)
#535435
(83,84,53)
#44442B
(68,68,43)
#353421
(53,52,33)
#262417
(38,36,23)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #ADB471

#ADB471
(173,180,113)
#B4BA7D
(180,186,125)
#BBC089
(187,192,137)
#C2C695
(194,198,149)
#C9CCA1
(201,204,161)
#D0D2AD
(208,210,173)
#D7D8B9
(215,216,185)
#DEDEC5
(222,222,197)
#E5E4D1
(229,228,209)
#ECEADD
(236,234,221)
#F3F0E9
(243,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB471; }

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

This text font color is #ADB471.

Background Color

.myBgColor { background-color: #ADB471; }

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

This div background color is #ADB471.

Border color

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

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

This div border color is #ADB471.

Opacity

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

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

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

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

This text has shadow with #ADB471 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB471.

Preview

Color preview on black background

This text has color #ADB471 on black background.


Color preview on white background

This text has color #ADB471 on white background.


Black color preview on #ADB471 background

This text has black color on #ADB471 background.


White color preview on #ADB471 background

This text has white color on #ADB471 background.


Related colors

Complementary color

Complementary color for #hex is #524B8E.


I love getcolorcode.com

Triadic colors

1 #71ADB4 and #B471AD with #ADB471 are triadic colors.

2 #71B4AD and #B4AD71 with #ADB471 are triadic colors.