COLOR #A5C48B

HEX: #A5C48B RGB: (165,196,139)

Color info

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

RGB color model

#A5C48B color RGB value is (165,196,139).

RGB: (165,196,139) (65%, 77%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 196 of 255 = 77%
B 139 of 255 = 55%

165
196
139

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

Portions of RGB colors in percentages

R + G + B = 165 + 196 + 139 = 500 (100%)
R 165 of 500 ~ 33%
G 196 of 500 ~ 39.2%
B 139 of 500 ~ 27.8'%

%33
%39.2
%27.8

CMYK color model

#A5C48B color CMYK value is (16,0,29,23).

  • cyan value is 15.82%
  • magenta value is 0.00%
  • yellow value is 29.08%
  • key color value is 23.14%
CMYK: (16,0,29,23) C16M0Y29K23 (16%,0%,29%,23%) (0.16/0.00/0.29/0.23) 

CMYK percentages

%15.82
%0
%29.08
%23.14

Codes

Color #A5C48B in popluar color models

A5 C4 8B
RGB 165 196 139
HSL 93° 32.57% 65.69%
HSB/HSV 93° 29.08% 76.86%
CMYK 15.82% 0.00% 29.08%
23.14%

Color #A5C48B in popluar number systems.

HEX A5 C4 8B
Decimal 165 196 139
Binary 10100101 11000100 10001011
Octal 245 304 213

Shades and tints

Shades of #A5C48B

#A5C48B
(165,196,139)
#96B37F
(150,179,127)
#87A273
(135,162,115)
#789167
(120,145,103)
#69805B
(105,128,91)
#5A6F4F
(90,111,79)
#4B5E43
(75,94,67)
#3C4D37
(60,77,55)
#2D3C2B
(45,60,43)
#1E2B1F
(30,43,31)
#0F1A13
(15,26,19)
#000000
(0,0,0)

Tints of #A5C48B

#A5C48B
(165,196,139)
#ADC995
(173,201,149)
#B5CE9F
(181,206,159)
#BDD3A9
(189,211,169)
#C5D8B3
(197,216,179)
#CDDDBD
(205,221,189)
#D5E2C7
(213,226,199)
#DDE7D1
(221,231,209)
#E5ECDB
(229,236,219)
#EDF1E5
(237,241,229)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C48B; }

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

This text font color is #A5C48B.

Background Color

.myBgColor { background-color: #A5C48B; }

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

This div background color is #A5C48B.

Border color

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

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

This div border color is #A5C48B.

Opacity

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

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

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

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

This text has shadow with #A5C48B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C48B.

Preview

Color preview on black background

This text has color #A5C48B on black background.


Color preview on white background

This text has color #A5C48B on white background.


Black color preview on #A5C48B background

This text has black color on #A5C48B background.


White color preview on #A5C48B background

This text has white color on #A5C48B background.


Related colors

Complementary color

Complementary color for #hex is #5A3B74.


I love getcolorcode.com

Triadic colors

1 #8BA5C4 and #C48BA5 with #A5C48B are triadic colors.

2 #8BC4A5 and #C4A58B with #A5C48B are triadic colors.