COLOR #A3BA6B

HEX: #A3BA6B
RGB: (163,186,107)

Color info

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

RGB color model

#A3BA6B color RGB value is (163,186,107).

  • red value is 163;
  • green value is 186;
  • blue value is 107.
RGB:
(163,186,107)
(64%,73%,42%)

RGB channels and saturation

R 163 of 255 = 64%
G 186 of 255 = 73%
B 107 of 255 = 42%

163
186
107

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

Portions of RGB colors in percentages

R + G + B =
163 + 186 + 107 = 456 (100%)
R 163 of 456 ~ 35.75%
G 186 of 456 ~ 40.79%
B 107 of 456 ~ 23.46%

%35.75
%40.79
%23.46

CMYK color model

#A3BA6B color CMYK value is (12,0,42,27).

  • cyan value is 12.37%
  • magenta value is 0.00%
  • yellow value is 42.47%
  • key color value is 27.06%
CMYK:
(12,0,42,27)
C12M0Y42K27 
(12%,0%,42%,27%)
(0.12/0.00/0.42/0.27)	

CMYK percentages

%12.37
%0
%42.47
%27.06

Codes

Color #A3BA6B in popluar color models

A3BA6B
RGB163186107
HSL77°36.41%57.45%
HSB/HSV77°42.47%72.94%
CMYK12.37%0.00%42.47%
27.06%

Color #A3BA6B in popluar number systems.

HEXA3BA6B
Decimal163186107
Binary10100011101110101101011
Octal243272153

Shades and tints

Shades of #A3BA6B

#A3BA6B
(163,186,107)
#95AA62
(149,170,98)
#879A59
(135,154,89)
#798A50
(121,138,80)
#6B7A47
(107,122,71)
#5D6A3E
(93,106,62)
#4F5A35
(79,90,53)
#414A2C
(65,74,44)
#333A23
(51,58,35)
#252A1A
(37,42,26)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #A3BA6B

#A3BA6B
(163,186,107)
#ABC078
(171,192,120)
#B3C685
(179,198,133)
#BBCC92
(187,204,146)
#C3D29F
(195,210,159)
#CBD8AC
(203,216,172)
#D3DEB9
(211,222,185)
#DBE4C6
(219,228,198)
#E3EAD3
(227,234,211)
#EBF0E0
(235,240,224)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BA6B color. Also use rgb(163,186,107) instead hex code.

Text Font Color

.myTextColor { color: #A3BA6B; }

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

This text font color is #A3BA6B.


Background Color

.myBgColor { background-color: #A3BA6B; }

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

This div background color is #A3BA6B.


Border color

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

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

This div border color is #A3BA6B.


Opacity

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

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

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

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

This text has shadow with #A3BA6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BA6B on black background.


Color preview on white background

This text has color #A3BA6B on white background.



Black color preview on #A3BA6B background

This text has black color on #A3BA6B background.


White color preview on #A3BA6B background

This text has white color on #A3BA6B background.