COLOR #ADB05A

HEX: #ADB05A
RGB: (173,176,90)

Color info

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

RGB color model

#ADB05A color RGB value is (173,176,90).

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

RGB channels and saturation

R 173 of 255 = 68%
G 176 of 255 = 69%
B 90 of 255 = 35%

173
176
90

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

Portions of RGB colors in percentages

R + G + B =
173 + 176 + 90 = 439 (100%)
R 173 of 439 ~ 39.41%
G 176 of 439 ~ 40.09%
B 90 of 439 ~ 20.5%

%39.41
%40.09
%20.5

CMYK color model

#ADB05A color CMYK value is (2,0,49,31).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 48.86%
  • key color value is 30.98%
CMYK:
(2,0,49,31)
C2M0Y49K31 
(2%,0%,49%,31%)
(0.02/0.00/0.49/0.31)	

CMYK percentages

%1.7
%0
%48.86
%30.98

Codes

Color #ADB05A in popluar color models

ADB05A
RGB17317690
HSL62°35.25%52.16%
HSB/HSV62°48.86%69.02%
CMYK1.70%0.00%48.86%
30.98%

Color #ADB05A in popluar number systems.

HEXADB05A
Decimal17317690
Binary10101101101100001011010
Octal255260132

Shades and tints

Shades of #ADB05A

#ADB05A
(173,176,90)
#9EA052
(158,160,82)
#8F904A
(143,144,74)
#808042
(128,128,66)
#71703A
(113,112,58)
#626032
(98,96,50)
#53502A
(83,80,42)
#444022
(68,64,34)
#35301A
(53,48,26)
#262012
(38,32,18)
#17100A
(23,16,10)
#000000
(0,0,0)

Tints of #ADB05A

#ADB05A
(173,176,90)
#B4B769
(180,183,105)
#BBBE78
(187,190,120)
#C2C587
(194,197,135)
#C9CC96
(201,204,150)
#D0D3A5
(208,211,165)
#D7DAB4
(215,218,180)
#DEE1C3
(222,225,195)
#E5E8D2
(229,232,210)
#ECEFE1
(236,239,225)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB05A; }

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

This text font color is #ADB05A.


Background Color

.myBgColor { background-color: #ADB05A; }

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

This div background color is #ADB05A.


Border color

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

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

This div border color is #ADB05A.


Opacity

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

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

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

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

This text has shadow with #ADB05A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB05A on black background.


Color preview on white background

This text has color #ADB05A on white background.



Black color preview on #ADB05A background

This text has black color on #ADB05A background.


White color preview on #ADB05A background

This text has white color on #ADB05A background.