COLOR #ADBA74

HEX: #ADBA74 RGB: (173,186,116)

Color info

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

RGB color model

#ADBA74 color RGB value is (173,186,116).

RGB: (173,186,116) (68%, 73%, 45%)

RGB channels and saturation

R 173 of 255 = 68%
G 186 of 255 = 73%
B 116 of 255 = 45%

173
186
116

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

Portions of RGB colors in percentages

R + G + B = 173 + 186 + 116 = 475 (100%)
R 173 of 475 ~ 36.42%
G 186 of 475 ~ 39.16%
B 116 of 475 ~ 24.42'%

%36.42
%39.16
%24.42

CMYK color model

#ADBA74 color CMYK value is (7,0,38,27).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 37.63%
  • key color value is 27.06%

CMYK: (7,0,38,27)
C7M0Y38K27 (7%, 0%, 38%, 27%)
(0.07 / 0.00 / 0.38 / 0.27)

CMYK percentages

%6.99
%0
%37.63
%27.06

Codes

Color #ADBA74 in popluar color models

AD BA 74
RGB 173 186 116
HSL 71° 33.65% 59.22%
HSB/HSV 71° 37.63% 72.94%
CMYK 6.99% 0.00% 37.63%
27.06%

Color #ADBA74 in popluar number systems.

HEX AD BA 74
Decimal 173 186 116
Binary 10101101 10111010 1110100
Octal 255 272 164

Shades and tints

Shades of #ADBA74

#ADBA74
(173,186,116)
#9EAA6A
(158,170,106)
#8F9A60
(143,154,96)
#808A56
(128,138,86)
#717A4C
(113,122,76)
#626A42
(98,106,66)
#535A38
(83,90,56)
#444A2E
(68,74,46)
#353A24
(53,58,36)
#262A1A
(38,42,26)
#171A10
(23,26,16)
#000000
(0,0,0)

Tints of #ADBA74

#ADBA74
(173,186,116)
#B4C080
(180,192,128)
#BBC68C
(187,198,140)
#C2CC98
(194,204,152)
#C9D2A4
(201,210,164)
#D0D8B0
(208,216,176)
#D7DEBC
(215,222,188)
#DEE4C8
(222,228,200)
#E5EAD4
(229,234,212)
#ECF0E0
(236,240,224)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBA74 color. Also use rgb(173,186,116) instead hex code.

Text Font Color

.myTextColor { color: #ADBA74; }

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

This text font color is #ADBA74.

Background Color

.myBgColor { background-color: #ADBA74; }

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

This div background color is #ADBA74.

Border color

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

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

This div border color is #ADBA74.

Opacity

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

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

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

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

This text has shadow with #ADBA74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBA74.

Preview

Color preview on black background

This text has color #ADBA74 on black background.


Color preview on white background

This text has color #ADBA74 on white background.


Black color preview on #ADBA74 background

This text has black color on #ADBA74 background.


White color preview on #ADBA74 background

This text has white color on #ADBA74 background.


Related colors

Complementary color

Complementary color for #hex is #52458B.


I love getcolorcode.com

Triadic colors

1 #74ADBA and #BA74AD with #ADBA74 are triadic colors.

2 #74BAAD and #BAAD74 with #ADBA74 are triadic colors.