COLOR #A5B59C

HEX: #A5B59C
RGB: (165,181,156)

Color info

#A5B59C contains red, green and blue colors in about the same proportion. Web safe color of #A5B59C is #99CC99 (or #9C9).

RGB color model

#A5B59C color RGB value is (165,181,156).

  • red value is 165;
  • green value is 181;
  • blue value is 156.
RGB:
(165,181,156)
(65%,71%,61%)

RGB channels and saturation

R 165 of 255 = 65%
G 181 of 255 = 71%
B 156 of 255 = 61%

165
181
156

R + G + B ~ 66%. #A5B59C is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 181 + 156 = 502 (100%)
R 165 of 502 ~ 32.87%
G 181 of 502 ~ 36.06%
B 156 of 502 ~ 31.08%

%32.87
%36.06
%31.08

CMYK color model

#A5B59C color CMYK value is (9,0,14,29).

  • cyan value is 8.84%
  • magenta value is 0.00%
  • yellow value is 13.81%
  • key color value is 29.02%
CMYK:
(9,0,14,29)
C9M0Y14K29 
(9%,0%,14%,29%)
(0.09/0.00/0.14/0.29)	

CMYK percentages

%8.84
%0
%13.81
%29.02

Codes

Color #A5B59C in popluar color models

A5B59C
RGB165181156
HSL98°14.45%66.08%
HSB/HSV98°13.81%70.98%
CMYK8.84%0.00%13.81%
29.02%

Color #A5B59C in popluar number systems.

HEXA5B59C
Decimal165181156
Binary101001011011010110011100
Octal245265234

Shades and tints

Shades of #A5B59C

#A5B59C
(165,181,156)
#96A58E
(150,165,142)
#879580
(135,149,128)
#788572
(120,133,114)
#697564
(105,117,100)
#5A6556
(90,101,86)
#4B5548
(75,85,72)
#3C453A
(60,69,58)
#2D352C
(45,53,44)
#1E251E
(30,37,30)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #A5B59C

#A5B59C
(165,181,156)
#ADBBA5
(173,187,165)
#B5C1AE
(181,193,174)
#BDC7B7
(189,199,183)
#C5CDC0
(197,205,192)
#CDD3C9
(205,211,201)
#D5D9D2
(213,217,210)
#DDDFDB
(221,223,219)
#E5E5E4
(229,229,228)
#EDEBED
(237,235,237)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B59C; }

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

This text font color is #A5B59C.


Background Color

.myBgColor { background-color: #A5B59C; }

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

This div background color is #A5B59C.


Border color

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

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

This div border color is #A5B59C.


Opacity

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

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

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

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

This text has shadow with #A5B59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B59C on black background.


Color preview on white background

This text has color #A5B59C on white background.



Black color preview on #A5B59C background

This text has black color on #A5B59C background.


White color preview on #A5B59C background

This text has white color on #A5B59C background.