COLOR #A5C49D

HEX: #A5C49D RGB: (165,196,157)

Color info

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

RGB color model

#A5C49D color RGB value is (165,196,157).

RGB: (165,196,157) (65%, 77%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 196 of 255 = 77%
B 157 of 255 = 62%

165
196
157

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

Portions of RGB colors in percentages

R + G + B = 165 + 196 + 157 = 518 (100%)
R 165 of 518 ~ 31.85%
G 196 of 518 ~ 37.84%
B 157 of 518 ~ 30.31'%

%31.85
%37.84
%30.31

CMYK color model

#A5C49D color CMYK value is (16,0,20,23).

  • cyan value is 15.82%
  • magenta value is 0.00%
  • yellow value is 19.90%
  • key color value is 23.14%

CMYK: (16,0,20,23)
C16M0Y20K23 (16%, 0%, 20%, 23%)
(0.16 / 0.00 / 0.20 / 0.23)

CMYK percentages

%15.82
%0
%19.9
%23.14

Codes

Color #A5C49D in popluar color models

A5 C4 9D
RGB 165 196 157
HSL 108° 24.84% 69.22%
HSB/HSV 108° 19.90% 76.86%
CMYK 15.82% 0.00% 19.90%
23.14%

Color #A5C49D in popluar number systems.

HEX A5 C4 9D
Decimal 165 196 157
Binary 10100101 11000100 10011101
Octal 245 304 235

Shades and tints

Shades of #A5C49D

#A5C49D
(165,196,157)
#96B38F
(150,179,143)
#87A281
(135,162,129)
#789173
(120,145,115)
#698065
(105,128,101)
#5A6F57
(90,111,87)
#4B5E49
(75,94,73)
#3C4D3B
(60,77,59)
#2D3C2D
(45,60,45)
#1E2B1F
(30,43,31)
#0F1A11
(15,26,17)
#000000
(0,0,0)

Tints of #A5C49D

#A5C49D
(165,196,157)
#ADC9A5
(173,201,165)
#B5CEAD
(181,206,173)
#BDD3B5
(189,211,181)
#C5D8BD
(197,216,189)
#CDDDC5
(205,221,197)
#D5E2CD
(213,226,205)
#DDE7D5
(221,231,213)
#E5ECDD
(229,236,221)
#EDF1E5
(237,241,229)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C49D; }

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

This text font color is #A5C49D.

Background Color

.myBgColor { background-color: #A5C49D; }

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

This div background color is #A5C49D.

Border color

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

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

This div border color is #A5C49D.

Opacity

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

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

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

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

This text has shadow with #A5C49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C49D.

Preview

Color preview on black background

This text has color #A5C49D on black background.


Color preview on white background

This text has color #A5C49D on white background.


Black color preview on #A5C49D background

This text has black color on #A5C49D background.


White color preview on #A5C49D background

This text has white color on #A5C49D background.


Related colors

Complementary color

Complementary color for #hex is #5A3B62.


I love getcolorcode.com

Triadic colors

1 #9DA5C4 and #C49DA5 with #A5C49D are triadic colors.

2 #9DC4A5 and #C4A59D with #A5C49D are triadic colors.