COLOR #A5C4A0

HEX: #A5C4A0
RGB: (165,196,160)

Color info

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

RGB color model

#A5C4A0 color RGB value is (165,196,160).

  • red value is 165;
  • green value is 196;
  • blue value is 160.
RGB:
(165,196,160)
(65%,77%,63%)

RGB channels and saturation

R 165 of 255 = 65%
G 196 of 255 = 77%
B 160 of 255 = 63%

165
196
160

R + G + B ~ 68%. #A5C4A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 196 + 160 = 521 (100%)
R 165 of 521 ~ 31.67%
G 196 of 521 ~ 37.62%
B 160 of 521 ~ 30.71%

%31.67
%37.62
%30.71

CMYK color model

#A5C4A0 color CMYK value is (16,0,18,23).

  • cyan value is 15.82%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 23.14%
CMYK:
(16,0,18,23)
C16M0Y18K23 
(16%,0%,18%,23%)
(0.16/0.00/0.18/0.23)	

CMYK percentages

%15.82
%0
%18.37
%23.14

Codes

Color #A5C4A0 in popluar color models

A5C4A0
RGB165196160
HSL112°23.38%69.80%
HSB/HSV112°18.37%76.86%
CMYK15.82%0.00%18.37%
23.14%

Color #A5C4A0 in popluar number systems.

HEXA5C4A0
Decimal165196160
Binary101001011100010010100000
Octal245304240

Shades and tints

Shades of #A5C4A0

#A5C4A0
(165,196,160)
#96B392
(150,179,146)
#87A284
(135,162,132)
#789176
(120,145,118)
#698068
(105,128,104)
#5A6F5A
(90,111,90)
#4B5E4C
(75,94,76)
#3C4D3E
(60,77,62)
#2D3C30
(45,60,48)
#1E2B22
(30,43,34)
#0F1A14
(15,26,20)
#000000
(0,0,0)

Tints of #A5C4A0

#A5C4A0
(165,196,160)
#ADC9A8
(173,201,168)
#B5CEB0
(181,206,176)
#BDD3B8
(189,211,184)
#C5D8C0
(197,216,192)
#CDDDC8
(205,221,200)
#D5E2D0
(213,226,208)
#DDE7D8
(221,231,216)
#E5ECE0
(229,236,224)
#EDF1E8
(237,241,232)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C4A0 color. Also use rgb(165,196,160) instead hex code.

Text Font Color

.myTextColor { color: #A5C4A0; }

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

This text font color is #A5C4A0.


Background Color

.myBgColor { background-color: #A5C4A0; }

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

This div background color is #A5C4A0.


Border color

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

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

This div border color is #A5C4A0.


Opacity

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

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

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

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

This text has shadow with #A5C4A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C4A0 on black background.


Color preview on white background

This text has color #A5C4A0 on white background.



Black color preview on #A5C4A0 background

This text has black color on #A5C4A0 background.


White color preview on #A5C4A0 background

This text has white color on #A5C4A0 background.