COLOR #A5C38D

HEX: #A5C38D RGB: (165,195,141)

Color info

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

RGB color model

#A5C38D color RGB value is (165,195,141).

RGB: (165,195,141) (65%, 76%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 195 of 255 = 76%
B 141 of 255 = 55%

165
195
141

R + G + B ~ 65%. #A5C38D is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 195 + 141 = 501 (100%)
R 165 of 501 ~ 32.93%
G 195 of 501 ~ 38.92%
B 141 of 501 ~ 28.14'%

%32.93
%38.92
%28.14

CMYK color model

#A5C38D color CMYK value is (15,0,28,24).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 23.53%

CMYK: (15,0,28,24)
C15M0Y28K24 (15%, 0%, 28%, 24%)
(0.15 / 0.00 / 0.28 / 0.24)

CMYK percentages

%15.38
%0
%27.69
%23.53

Codes

Color #A5C38D in popluar color models

A5 C3 8D
RGB 165 195 141
HSL 93° 31.03% 65.88%
HSB/HSV 93° 27.69% 76.47%
CMYK 15.38% 0.00% 27.69%
23.53%

Color #A5C38D in popluar number systems.

HEX A5 C3 8D
Decimal 165 195 141
Binary 10100101 11000011 10001101
Octal 245 303 215

Shades and tints

Shades of #A5C38D

#A5C38D
(165,195,141)
#96B281
(150,178,129)
#87A175
(135,161,117)
#789069
(120,144,105)
#697F5D
(105,127,93)
#5A6E51
(90,110,81)
#4B5D45
(75,93,69)
#3C4C39
(60,76,57)
#2D3B2D
(45,59,45)
#1E2A21
(30,42,33)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #A5C38D

#A5C38D
(165,195,141)
#ADC897
(173,200,151)
#B5CDA1
(181,205,161)
#BDD2AB
(189,210,171)
#C5D7B5
(197,215,181)
#CDDCBF
(205,220,191)
#D5E1C9
(213,225,201)
#DDE6D3
(221,230,211)
#E5EBDD
(229,235,221)
#EDF0E7
(237,240,231)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C38D color. Also use rgb(165,195,141) instead hex code.

Text Font Color

.myTextColor { color: #A5C38D; }

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

This text font color is #A5C38D.

Background Color

.myBgColor { background-color: #A5C38D; }

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

This div background color is #A5C38D.

Border color

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

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

This div border color is #A5C38D.

Opacity

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

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

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

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

This text has shadow with #A5C38D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C38D.

Preview

Color preview on black background

This text has color #A5C38D on black background.


Color preview on white background

This text has color #A5C38D on white background.


Black color preview on #A5C38D background

This text has black color on #A5C38D background.


White color preview on #A5C38D background

This text has white color on #A5C38D background.


Related colors

Complementary color

Complementary color for #hex is #5A3C72.


I love getcolorcode.com

Triadic colors

1 #8DA5C3 and #C38DA5 with #A5C38D are triadic colors.

2 #8DC3A5 and #C3A58D with #A5C38D are triadic colors.