COLOR #A5B16C

HEX: #A5B16C RGB: (165,177,108)

Color info

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

RGB color model

#A5B16C color RGB value is (165,177,108).

RGB: (165,177,108) (65%, 69%, 42%)

RGB channels and saturation

R 165 of 255 = 65%
G 177 of 255 = 69%
B 108 of 255 = 42%

165
177
108

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

Portions of RGB colors in percentages

R + G + B = 165 + 177 + 108 = 450 (100%)
R 165 of 450 ~ 36.67%
G 177 of 450 ~ 39.33%
B 108 of 450 ~ 24'%

%36.67
%39.33
%24

CMYK color model

#A5B16C color CMYK value is (7,0,39,31).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 38.98%
  • key color value is 30.59%
CMYK: (7,0,39,31) C7M0Y39K31 (7%,0%,39%,31%) (0.07/0.00/0.39/0.31) 

CMYK percentages

%6.78
%0
%38.98
%30.59

Codes

Color #A5B16C in popluar color models

A5 B1 6C
RGB 165 177 108
HSL 70° 30.67% 55.88%
HSB/HSV 70° 38.98% 69.41%
CMYK 6.78% 0.00% 38.98%
30.59%

Color #A5B16C in popluar number systems.

HEX A5 B1 6C
Decimal 165 177 108
Binary 10100101 10110001 1101100
Octal 245 261 154

Shades and tints

Shades of #A5B16C

#A5B16C
(165,177,108)
#96A163
(150,161,99)
#87915A
(135,145,90)
#788151
(120,129,81)
#697148
(105,113,72)
#5A613F
(90,97,63)
#4B5136
(75,81,54)
#3C412D
(60,65,45)
#2D3124
(45,49,36)
#1E211B
(30,33,27)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #A5B16C

#A5B16C
(165,177,108)
#ADB879
(173,184,121)
#B5BF86
(181,191,134)
#BDC693
(189,198,147)
#C5CDA0
(197,205,160)
#CDD4AD
(205,212,173)
#D5DBBA
(213,219,186)
#DDE2C7
(221,226,199)
#E5E9D4
(229,233,212)
#EDF0E1
(237,240,225)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B16C color. Also use rgb(165,177,108) instead hex code.

Text Font Color

.myTextColor { color: #A5B16C; }

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

This text font color is #A5B16C.

Background Color

.myBgColor { background-color: #A5B16C; }

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

This div background color is #A5B16C.

Border color

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

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

This div border color is #A5B16C.

Opacity

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

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

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

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

This text has shadow with #A5B16C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B16C.

Preview

Color preview on black background

This text has color #A5B16C on black background.


Color preview on white background

This text has color #A5B16C on white background.


Black color preview on #A5B16C background

This text has black color on #A5B16C background.


White color preview on #A5B16C background

This text has white color on #A5B16C background.


Related colors

Complementary color

Complementary color for #hex is #5A4E93.


I love getcolorcode.com

Triadic colors

1 #6CA5B1 and #B16CA5 with #A5B16C are triadic colors.

2 #6CB1A5 and #B1A56C with #A5B16C are triadic colors.