COLOR #A3B556

HEX: #A3B556
RGB: (163,181,86)

Color info

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

RGB color model

#A3B556 color RGB value is (163,181,86).

  • red value is 163;
  • green value is 181;
  • blue value is 86.
RGB:
(163,181,86)
(64%,71%,34%)

RGB channels and saturation

R 163 of 255 = 64%
G 181 of 255 = 71%
B 86 of 255 = 34%

163
181
86

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

Portions of RGB colors in percentages

R + G + B =
163 + 181 + 86 = 430 (100%)
R 163 of 430 ~ 37.91%
G 181 of 430 ~ 42.09%
B 86 of 430 ~ 20%

%37.91
%42.09
%20

CMYK color model

#A3B556 color CMYK value is (10,0,52,29).

  • cyan value is 9.94%
  • magenta value is 0.00%
  • yellow value is 52.49%
  • key color value is 29.02%
CMYK:
(10,0,52,29)
C10M0Y52K29 
(10%,0%,52%,29%)
(0.10/0.00/0.52/0.29)	

CMYK percentages

%9.94
%0
%52.49
%29.02

Codes

Color #A3B556 in popluar color models

A3B556
RGB16318186
HSL71°39.09%52.35%
HSB/HSV71°52.49%70.98%
CMYK9.94%0.00%52.49%
29.02%

Color #A3B556 in popluar number systems.

HEXA3B556
Decimal16318186
Binary10100011101101011010110
Octal243265126

Shades and tints

Shades of #A3B556

#A3B556
(163,181,86)
#95A54F
(149,165,79)
#879548
(135,149,72)
#798541
(121,133,65)
#6B753A
(107,117,58)
#5D6533
(93,101,51)
#4F552C
(79,85,44)
#414525
(65,69,37)
#33351E
(51,53,30)
#252517
(37,37,23)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #A3B556

#A3B556
(163,181,86)
#ABBB65
(171,187,101)
#B3C174
(179,193,116)
#BBC783
(187,199,131)
#C3CD92
(195,205,146)
#CBD3A1
(203,211,161)
#D3D9B0
(211,217,176)
#DBDFBF
(219,223,191)
#E3E5CE
(227,229,206)
#EBEBDD
(235,235,221)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B556; }

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

This text font color is #A3B556.


Background Color

.myBgColor { background-color: #A3B556; }

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

This div background color is #A3B556.


Border color

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

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

This div border color is #A3B556.


Opacity

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

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

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

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

This text has shadow with #A3B556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B556 on black background.


Color preview on white background

This text has color #A3B556 on white background.



Black color preview on #A3B556 background

This text has black color on #A3B556 background.


White color preview on #A3B556 background

This text has white color on #A3B556 background.