COLOR #ADB06A

HEX: #ADB06A
RGB: (173,176,106)

Color info

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

RGB color model

#ADB06A color RGB value is (173,176,106).

  • red value is 173;
  • green value is 176;
  • blue value is 106.
RGB:
(173,176,106)
(68%,69%,42%)

RGB channels and saturation

R 173 of 255 = 68%
G 176 of 255 = 69%
B 106 of 255 = 42%

173
176
106

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

Portions of RGB colors in percentages

R + G + B =
173 + 176 + 106 = 455 (100%)
R 173 of 455 ~ 38.02%
G 176 of 455 ~ 38.68%
B 106 of 455 ~ 23.3%

%38.02
%38.68
%23.3

CMYK color model

#ADB06A color CMYK value is (2,0,40,31).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 39.77%
  • key color value is 30.98%
CMYK:
(2,0,40,31)
C2M0Y40K31 
(2%,0%,40%,31%)
(0.02/0.00/0.40/0.31)	

CMYK percentages

%1.7
%0
%39.77
%30.98

Codes

Color #ADB06A in popluar color models

ADB06A
RGB173176106
HSL63°30.70%55.29%
HSB/HSV63°39.77%69.02%
CMYK1.70%0.00%39.77%
30.98%

Color #ADB06A in popluar number systems.

HEXADB06A
Decimal173176106
Binary10101101101100001101010
Octal255260152

Shades and tints

Shades of #ADB06A

#ADB06A
(173,176,106)
#9EA061
(158,160,97)
#8F9058
(143,144,88)
#80804F
(128,128,79)
#717046
(113,112,70)
#62603D
(98,96,61)
#535034
(83,80,52)
#44402B
(68,64,43)
#353022
(53,48,34)
#262019
(38,32,25)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #ADB06A

#ADB06A
(173,176,106)
#B4B777
(180,183,119)
#BBBE84
(187,190,132)
#C2C591
(194,197,145)
#C9CC9E
(201,204,158)
#D0D3AB
(208,211,171)
#D7DAB8
(215,218,184)
#DEE1C5
(222,225,197)
#E5E8D2
(229,232,210)
#ECEFDF
(236,239,223)
#F3F6EC
(243,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB06A; }

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

This text font color is #ADB06A.


Background Color

.myBgColor { background-color: #ADB06A; }

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

This div background color is #ADB06A.


Border color

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

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

This div border color is #ADB06A.


Opacity

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

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

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

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

This text has shadow with #ADB06A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB06A on black background.


Color preview on white background

This text has color #ADB06A on white background.



Black color preview on #ADB06A background

This text has black color on #ADB06A background.


White color preview on #ADB06A background

This text has white color on #ADB06A background.