COLOR #A5AD6B

HEX: #A5AD6B
RGB: (165,173,107)

Color info

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

RGB color model

#A5AD6B color RGB value is (165,173,107).

  • red value is 165;
  • green value is 173;
  • blue value is 107.
RGB:
(165,173,107)
(65%,68%,42%)

RGB channels and saturation

R 165 of 255 = 65%
G 173 of 255 = 68%
B 107 of 255 = 42%

165
173
107

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

Portions of RGB colors in percentages

R + G + B =
165 + 173 + 107 = 445 (100%)
R 165 of 445 ~ 37.08%
G 173 of 445 ~ 38.88%
B 107 of 445 ~ 24.04%

%37.08
%38.88
%24.04

CMYK color model

#A5AD6B color CMYK value is (5,0,38,32).

  • cyan value is 4.62%
  • magenta value is 0.00%
  • yellow value is 38.15%
  • key color value is 32.16%
CMYK:
(5,0,38,32)
C5M0Y38K32 
(5%,0%,38%,32%)
(0.05/0.00/0.38/0.32)	

CMYK percentages

%4.62
%0
%38.15
%32.16

Codes

Color #A5AD6B in popluar color models

A5AD6B
RGB165173107
HSL67°28.70%54.90%
HSB/HSV67°38.15%67.84%
CMYK4.62%0.00%38.15%
32.16%

Color #A5AD6B in popluar number systems.

HEXA5AD6B
Decimal165173107
Binary10100101101011011101011
Octal245255153

Shades and tints

Shades of #A5AD6B

#A5AD6B
(165,173,107)
#969E62
(150,158,98)
#878F59
(135,143,89)
#788050
(120,128,80)
#697147
(105,113,71)
#5A623E
(90,98,62)
#4B5335
(75,83,53)
#3C442C
(60,68,44)
#2D3523
(45,53,35)
#1E261A
(30,38,26)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #A5AD6B

#A5AD6B
(165,173,107)
#ADB478
(173,180,120)
#B5BB85
(181,187,133)
#BDC292
(189,194,146)
#C5C99F
(197,201,159)
#CDD0AC
(205,208,172)
#D5D7B9
(213,215,185)
#DDDEC6
(221,222,198)
#E5E5D3
(229,229,211)
#EDECE0
(237,236,224)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AD6B color. Also use rgb(165,173,107) instead hex code.

Text Font Color

.myTextColor { color: #A5AD6B; }

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

This text font color is #A5AD6B.


Background Color

.myBgColor { background-color: #A5AD6B; }

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

This div background color is #A5AD6B.


Border color

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

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

This div border color is #A5AD6B.


Opacity

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

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

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

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

This text has shadow with #A5AD6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AD6B on black background.


Color preview on white background

This text has color #A5AD6B on white background.



Black color preview on #A5AD6B background

This text has black color on #A5AD6B background.


White color preview on #A5AD6B background

This text has white color on #A5AD6B background.