COLOR #ADBB73

HEX: #ADBB73 RGB: (173,187,115)

Color info

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

RGB color model

#ADBB73 color RGB value is (173,187,115).

RGB: (173,187,115) (68%, 73%, 45%)

RGB channels and saturation

R 173 of 255 = 68%
G 187 of 255 = 73%
B 115 of 255 = 45%

173
187
115

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

Portions of RGB colors in percentages

R + G + B = 173 + 187 + 115 = 475 (100%)
R 173 of 475 ~ 36.42%
G 187 of 475 ~ 39.37%
B 115 of 475 ~ 24.21'%

%36.42
%39.37
%24.21

CMYK color model

#ADBB73 color CMYK value is (7,0,39,27).

  • cyan value is 7.49%
  • magenta value is 0.00%
  • yellow value is 38.50%
  • key color value is 26.67%

CMYK: (7,0,39,27)
C7M0Y39K27 (7%, 0%, 39%, 27%)
(0.07 / 0.00 / 0.39 / 0.27)

CMYK percentages

%7.49
%0
%38.5
%26.67

Codes

Color #ADBB73 in popluar color models

AD BB 73
RGB 173 187 115
HSL 72° 34.62% 59.22%
HSB/HSV 72° 38.50% 73.33%
CMYK 7.49% 0.00% 38.50%
26.67%

Color #ADBB73 in popluar number systems.

HEX AD BB 73
Decimal 173 187 115
Binary 10101101 10111011 1110011
Octal 255 273 163

Shades and tints

Shades of #ADBB73

#ADBB73
(173,187,115)
#9EAA69
(158,170,105)
#8F995F
(143,153,95)
#808855
(128,136,85)
#71774B
(113,119,75)
#626641
(98,102,65)
#535537
(83,85,55)
#44442D
(68,68,45)
#353323
(53,51,35)
#262219
(38,34,25)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #ADBB73

#ADBB73
(173,187,115)
#B4C17F
(180,193,127)
#BBC78B
(187,199,139)
#C2CD97
(194,205,151)
#C9D3A3
(201,211,163)
#D0D9AF
(208,217,175)
#D7DFBB
(215,223,187)
#DEE5C7
(222,229,199)
#E5EBD3
(229,235,211)
#ECF1DF
(236,241,223)
#F3F7EB
(243,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBB73 color. Also use rgb(173,187,115) instead hex code.

Text Font Color

.myTextColor { color: #ADBB73; }

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

This text font color is #ADBB73.

Background Color

.myBgColor { background-color: #ADBB73; }

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

This div background color is #ADBB73.

Border color

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

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

This div border color is #ADBB73.

Opacity

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

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

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

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

This text has shadow with #ADBB73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBB73.

Preview

Color preview on black background

This text has color #ADBB73 on black background.


Color preview on white background

This text has color #ADBB73 on white background.


Black color preview on #ADBB73 background

This text has black color on #ADBB73 background.


White color preview on #ADBB73 background

This text has white color on #ADBB73 background.


Related colors

Complementary color

Complementary color for #hex is #52448C.


I love getcolorcode.com

Triadic colors

1 #73ADBB and #BB73AD with #ADBB73 are triadic colors.

2 #73BBAD and #BBAD73 with #ADBB73 are triadic colors.