COLOR #A6C589

HEX: #A6C589 RGB: (166,197,137)

Color info

#A6C589 contains mainly red and green colors. Web safe color of #A6C589 is #99CC99 (or #9C9).

RGB color model

#A6C589 color RGB value is (166,197,137).

RGB: (166,197,137) (65%, 77%, 54%)

RGB channels and saturation

R 166 of 255 = 65%
G 197 of 255 = 77%
B 137 of 255 = 54%

166
197
137

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

Portions of RGB colors in percentages

R + G + B = 166 + 197 + 137 = 500 (100%)
R 166 of 500 ~ 33.2%
G 197 of 500 ~ 39.4%
B 137 of 500 ~ 27.4'%

%33.2
%39.4
%27.4

CMYK color model

#A6C589 color CMYK value is (16,0,30,23).

  • cyan value is 15.74%
  • magenta value is 0.00%
  • yellow value is 30.46%
  • key color value is 22.75%
CMYK: (16,0,30,23) C16M0Y30K23 (16%,0%,30%,23%) (0.16/0.00/0.30/0.23) 

CMYK percentages

%15.74
%0
%30.46
%22.75

Codes

Color #A6C589 in popluar color models

A6 C5 89
RGB 166 197 137
HSL 91° 34.09% 65.49%
HSB/HSV 91° 30.46% 77.25%
CMYK 15.74% 0.00% 30.46%
22.75%

Color #A6C589 in popluar number systems.

HEX A6 C5 89
Decimal 166 197 137
Binary 10100110 11000101 10001001
Octal 246 305 211

Shades and tints

Shades of #A6C589

#A6C589
(166,197,137)
#97B47D
(151,180,125)
#88A371
(136,163,113)
#799265
(121,146,101)
#6A8159
(106,129,89)
#5B704D
(91,112,77)
#4C5F41
(76,95,65)
#3D4E35
(61,78,53)
#2E3D29
(46,61,41)
#1F2C1D
(31,44,29)
#101B11
(16,27,17)
#000000
(0,0,0)

Tints of #A6C589

#A6C589
(166,197,137)
#AECA93
(174,202,147)
#B6CF9D
(182,207,157)
#BED4A7
(190,212,167)
#C6D9B1
(198,217,177)
#CEDEBB
(206,222,187)
#D6E3C5
(214,227,197)
#DEE8CF
(222,232,207)
#E6EDD9
(230,237,217)
#EEF2E3
(238,242,227)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C589 color. Also use rgb(166,197,137) instead hex code.

Text Font Color

.myTextColor { color: #A6C589; }

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

This text font color is #A6C589.

Background Color

.myBgColor { background-color: #A6C589; }

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

This div background color is #A6C589.

Border color

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

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

This div border color is #A6C589.

Opacity

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

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

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

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

This text has shadow with #A6C589 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C589.

Preview

Color preview on black background

This text has color #A6C589 on black background.


Color preview on white background

This text has color #A6C589 on white background.


Black color preview on #A6C589 background

This text has black color on #A6C589 background.


White color preview on #A6C589 background

This text has white color on #A6C589 background.


Related colors

Complementary color

Complementary color for #hex is #593A76.


I love getcolorcode.com

Triadic colors

1 #89A6C5 and #C589A6 with #A6C589 are triadic colors.

2 #89C5A6 and #C5A689 with #A6C589 are triadic colors.