COLOR #A5C691

HEX: #A5C691
RGB: (165,198,145)

Color info

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

RGB color model

#A5C691 color RGB value is (165,198,145).

  • red value is 165;
  • green value is 198;
  • blue value is 145.
RGB:
(165,198,145)
(65%,78%,57%)

RGB channels and saturation

R 165 of 255 = 65%
G 198 of 255 = 78%
B 145 of 255 = 57%

165
198
145

R + G + B ~ 67%. #A5C691 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 198 + 145 = 508 (100%)
R 165 of 508 ~ 32.48%
G 198 of 508 ~ 38.98%
B 145 of 508 ~ 28.54%

%32.48
%38.98
%28.54

CMYK color model

#A5C691 color CMYK value is (17,0,27,22).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 26.77%
  • key color value is 22.35%
CMYK:
(17,0,27,22)
C17M0Y27K22 
(17%,0%,27%,22%)
(0.17/0.00/0.27/0.22)	

CMYK percentages

%16.67
%0
%26.77
%22.35

Codes

Color #A5C691 in popluar color models

A5C691
RGB165198145
HSL97°31.74%67.25%
HSB/HSV97°26.77%77.65%
CMYK16.67%0.00%26.77%
22.35%

Color #A5C691 in popluar number systems.

HEXA5C691
Decimal165198145
Binary101001011100011010010001
Octal245306221

Shades and tints

Shades of #A5C691

#A5C691
(165,198,145)
#96B484
(150,180,132)
#87A277
(135,162,119)
#78906A
(120,144,106)
#697E5D
(105,126,93)
#5A6C50
(90,108,80)
#4B5A43
(75,90,67)
#3C4836
(60,72,54)
#2D3629
(45,54,41)
#1E241C
(30,36,28)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #A5C691

#A5C691
(165,198,145)
#ADCB9B
(173,203,155)
#B5D0A5
(181,208,165)
#BDD5AF
(189,213,175)
#C5DAB9
(197,218,185)
#CDDFC3
(205,223,195)
#D5E4CD
(213,228,205)
#DDE9D7
(221,233,215)
#E5EEE1
(229,238,225)
#EDF3EB
(237,243,235)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C691 color. Also use rgb(165,198,145) instead hex code.

Text Font Color

.myTextColor { color: #A5C691; }

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

This text font color is #A5C691.


Background Color

.myBgColor { background-color: #A5C691; }

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

This div background color is #A5C691.


Border color

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

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

This div border color is #A5C691.


Opacity

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

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

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

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

This text has shadow with #A5C691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C691 on black background.


Color preview on white background

This text has color #A5C691 on white background.



Black color preview on #A5C691 background

This text has black color on #A5C691 background.


White color preview on #A5C691 background

This text has white color on #A5C691 background.