COLOR #ADB163

HEX: #ADB163
RGB: (173,177,99)

Color info

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

RGB color model

#ADB163 color RGB value is (173,177,99).

  • red value is 173;
  • green value is 177;
  • blue value is 99.
RGB:
(173,177,99)
(68%,69%,39%)

RGB channels and saturation

R 173 of 255 = 68%
G 177 of 255 = 69%
B 99 of 255 = 39%

173
177
99

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

Portions of RGB colors in percentages

R + G + B =
173 + 177 + 99 = 449 (100%)
R 173 of 449 ~ 38.53%
G 177 of 449 ~ 39.42%
B 99 of 449 ~ 22.05%

%38.53
%39.42
%22.05

CMYK color model

#ADB163 color CMYK value is (2,0,44,31).

  • cyan value is 2.26%
  • magenta value is 0.00%
  • yellow value is 44.07%
  • key color value is 30.59%
CMYK:
(2,0,44,31)
C2M0Y44K31 
(2%,0%,44%,31%)
(0.02/0.00/0.44/0.31)	

CMYK percentages

%2.26
%0
%44.07
%30.59

Codes

Color #ADB163 in popluar color models

ADB163
RGB17317799
HSL63°33.33%54.12%
HSB/HSV63°44.07%69.41%
CMYK2.26%0.00%44.07%
30.59%

Color #ADB163 in popluar number systems.

HEXADB163
Decimal17317799
Binary10101101101100011100011
Octal255261143

Shades and tints

Shades of #ADB163

#ADB163
(173,177,99)
#9EA15A
(158,161,90)
#8F9151
(143,145,81)
#808148
(128,129,72)
#71713F
(113,113,63)
#626136
(98,97,54)
#53512D
(83,81,45)
#444124
(68,65,36)
#35311B
(53,49,27)
#262112
(38,33,18)
#171109
(23,17,9)
#000000
(0,0,0)

Tints of #ADB163

#ADB163
(173,177,99)
#B4B871
(180,184,113)
#BBBF7F
(187,191,127)
#C2C68D
(194,198,141)
#C9CD9B
(201,205,155)
#D0D4A9
(208,212,169)
#D7DBB7
(215,219,183)
#DEE2C5
(222,226,197)
#E5E9D3
(229,233,211)
#ECF0E1
(236,240,225)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB163 color. Also use rgb(173,177,99) instead hex code.

Text Font Color

.myTextColor { color: #ADB163; }

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

This text font color is #ADB163.


Background Color

.myBgColor { background-color: #ADB163; }

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

This div background color is #ADB163.


Border color

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

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

This div border color is #ADB163.


Opacity

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

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

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

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

This text has shadow with #ADB163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB163 on black background.


Color preview on white background

This text has color #ADB163 on white background.



Black color preview on #ADB163 background

This text has black color on #ADB163 background.


White color preview on #ADB163 background

This text has white color on #ADB163 background.