COLOR #A3C089

HEX: #A3C089
RGB: (163,192,137)

Color info

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

RGB color model

#A3C089 color RGB value is (163,192,137).

  • red value is 163;
  • green value is 192;
  • blue value is 137.
RGB:
(163,192,137)
(64%,75%,54%)

RGB channels and saturation

R 163 of 255 = 64%
G 192 of 255 = 75%
B 137 of 255 = 54%

163
192
137

R + G + B ~ 64%. #A3C089 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 192 + 137 = 492 (100%)
R 163 of 492 ~ 33.13%
G 192 of 492 ~ 39.02%
B 137 of 492 ~ 27.85%

%33.13
%39.02
%27.85

CMYK color model

#A3C089 color CMYK value is (15,0,29,25).

  • cyan value is 15.10%
  • magenta value is 0.00%
  • yellow value is 28.65%
  • key color value is 24.71%
CMYK:
(15,0,29,25)
C15M0Y29K25 
(15%,0%,29%,25%)
(0.15/0.00/0.29/0.25)	

CMYK percentages

%15.1
%0
%28.65
%24.71

Codes

Color #A3C089 in popluar color models

A3C089
RGB163192137
HSL92°30.39%64.51%
HSB/HSV92°28.65%75.29%
CMYK15.10%0.00%28.65%
24.71%

Color #A3C089 in popluar number systems.

HEXA3C089
Decimal163192137
Binary101000111100000010001001
Octal243300211

Shades and tints

Shades of #A3C089

#A3C089
(163,192,137)
#95AF7D
(149,175,125)
#879E71
(135,158,113)
#798D65
(121,141,101)
#6B7C59
(107,124,89)
#5D6B4D
(93,107,77)
#4F5A41
(79,90,65)
#414935
(65,73,53)
#333829
(51,56,41)
#25271D
(37,39,29)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #A3C089

#A3C089
(163,192,137)
#ABC593
(171,197,147)
#B3CA9D
(179,202,157)
#BBCFA7
(187,207,167)
#C3D4B1
(195,212,177)
#CBD9BB
(203,217,187)
#D3DEC5
(211,222,197)
#DBE3CF
(219,227,207)
#E3E8D9
(227,232,217)
#EBEDE3
(235,237,227)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C089 color. Also use rgb(163,192,137) instead hex code.

Text Font Color

.myTextColor { color: #A3C089; }

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

This text font color is #A3C089.


Background Color

.myBgColor { background-color: #A3C089; }

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

This div background color is #A3C089.


Border color

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

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

This div border color is #A3C089.


Opacity

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

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

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

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

This text has shadow with #A3C089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C089 on black background.


Color preview on white background

This text has color #A3C089 on white background.



Black color preview on #A3C089 background

This text has black color on #A3C089 background.


White color preview on #A3C089 background

This text has white color on #A3C089 background.