COLOR #A5B56C

HEX: #A5B56C RGB: (165,181,108)

Color info

#A5B56C contains mainly red and green colors. Web safe color of #A5B56C is #99CC66 (or #9C6).

RGB color model

#A5B56C color RGB value is (165,181,108).

RGB: (165,181,108) (65%, 71%, 42%)

RGB channels and saturation

R 165 of 255 = 65%
G 181 of 255 = 71%
B 108 of 255 = 42%

165
181
108

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

Portions of RGB colors in percentages

R + G + B = 165 + 181 + 108 = 454 (100%)
R 165 of 454 ~ 36.34%
G 181 of 454 ~ 39.87%
B 108 of 454 ~ 23.79'%

%36.34
%39.87
%23.79

CMYK color model

#A5B56C color CMYK value is (9,0,40,29).

  • cyan value is 8.84%
  • magenta value is 0.00%
  • yellow value is 40.33%
  • key color value is 29.02%

CMYK: (9,0,40,29)
C9M0Y40K29 (9%, 0%, 40%, 29%)
(0.09 / 0.00 / 0.40 / 0.29)

CMYK percentages

%8.84
%0
%40.33
%29.02

Codes

Color #A5B56C in popluar color models

A5 B5 6C
RGB 165 181 108
HSL 73° 33.03% 56.67%
HSB/HSV 73° 40.33% 70.98%
CMYK 8.84% 0.00% 40.33%
29.02%

Color #A5B56C in popluar number systems.

HEX A5 B5 6C
Decimal 165 181 108
Binary 10100101 10110101 1101100
Octal 245 265 154

Shades and tints

Shades of #A5B56C

#A5B56C
(165,181,108)
#96A563
(150,165,99)
#87955A
(135,149,90)
#788551
(120,133,81)
#697548
(105,117,72)
#5A653F
(90,101,63)
#4B5536
(75,85,54)
#3C452D
(60,69,45)
#2D3524
(45,53,36)
#1E251B
(30,37,27)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #A5B56C

#A5B56C
(165,181,108)
#ADBB79
(173,187,121)
#B5C186
(181,193,134)
#BDC793
(189,199,147)
#C5CDA0
(197,205,160)
#CDD3AD
(205,211,173)
#D5D9BA
(213,217,186)
#DDDFC7
(221,223,199)
#E5E5D4
(229,229,212)
#EDEBE1
(237,235,225)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B56C; }

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

This text font color is #A5B56C.

Background Color

.myBgColor { background-color: #A5B56C; }

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

This div background color is #A5B56C.

Border color

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

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

This div border color is #A5B56C.

Opacity

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

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

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

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

This text has shadow with #A5B56C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B56C.

Preview

Color preview on black background

This text has color #A5B56C on black background.


Color preview on white background

This text has color #A5B56C on white background.


Black color preview on #A5B56C background

This text has black color on #A5B56C background.


White color preview on #A5B56C background

This text has white color on #A5B56C background.


Related colors

Complementary color

Complementary color for #hex is #5A4A93.


I love getcolorcode.com

Triadic colors

1 #6CA5B5 and #B56CA5 with #A5B56C are triadic colors.

2 #6CB5A5 and #B5A56C with #A5B56C are triadic colors.