COLOR #A6B556

HEX: #A6B556 RGB: (166,181,86)

Color info

#A6B556 contains mainly red and green colors. Web safe color of #A6B556 is #99CC66 (or #9C6).

RGB color model

#A6B556 color RGB value is (166,181,86).

RGB: (166,181,86) (65%, 71%, 34%)

RGB channels and saturation

R 166 of 255 = 65%
G 181 of 255 = 71%
B 86 of 255 = 34%

166
181
86

R + G + B ~ 57%. #A6B556 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 166 + 181 + 86 = 433 (100%)
R 166 of 433 ~ 38.34%
G 181 of 433 ~ 41.8%
B 86 of 433 ~ 19.86'%

%38.34
%41.8
%19.86

CMYK color model

#A6B556 color CMYK value is (8,0,52,29).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 52.49%
  • key color value is 29.02%
CMYK: (8,0,52,29) C8M0Y52K29 (8%,0%,52%,29%) (0.08/0.00/0.52/0.29) 

CMYK percentages

%8.29
%0
%52.49
%29.02

Codes

Color #A6B556 in popluar color models

A6 B5 56
RGB 166 181 86
HSL 69° 39.09% 52.35%
HSB/HSV 69° 52.49% 70.98%
CMYK 8.29% 0.00% 52.49%
29.02%

Color #A6B556 in popluar number systems.

HEX A6 B5 56
Decimal 166 181 86
Binary 10100110 10110101 1010110
Octal 246 265 126

Shades and tints

Shades of #A6B556

#A6B556
(166,181,86)
#97A54F
(151,165,79)
#889548
(136,149,72)
#798541
(121,133,65)
#6A753A
(106,117,58)
#5B6533
(91,101,51)
#4C552C
(76,85,44)
#3D4525
(61,69,37)
#2E351E
(46,53,30)
#1F2517
(31,37,23)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #A6B556

#A6B556
(166,181,86)
#AEBB65
(174,187,101)
#B6C174
(182,193,116)
#BEC783
(190,199,131)
#C6CD92
(198,205,146)
#CED3A1
(206,211,161)
#D6D9B0
(214,217,176)
#DEDFBF
(222,223,191)
#E6E5CE
(230,229,206)
#EEEBDD
(238,235,221)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B556 color. Also use rgb(166,181,86) instead hex code.

Text Font Color

.myTextColor { color: #A6B556; }

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

This text font color is #A6B556.

Background Color

.myBgColor { background-color: #A6B556; }

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

This div background color is #A6B556.

Border color

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

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

This div border color is #A6B556.

Opacity

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

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

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

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

This text has shadow with #A6B556 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B556.

Preview

Color preview on black background

This text has color #A6B556 on black background.


Color preview on white background

This text has color #A6B556 on white background.


Black color preview on #A6B556 background

This text has black color on #A6B556 background.


White color preview on #A6B556 background

This text has white color on #A6B556 background.


Related colors

Complementary color

Complementary color for #hex is #594AA9.


I love getcolorcode.com

Triadic colors

1 #56A6B5 and #B556A6 with #A6B556 are triadic colors.

2 #56B5A6 and #B5A656 with #A6B556 are triadic colors.