COLOR #A3B857

HEX: #A3B857
RGB: (163,184,87)

Color info

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

RGB color model

#A3B857 color RGB value is (163,184,87).

  • red value is 163;
  • green value is 184;
  • blue value is 87.
RGB:
(163,184,87)
(64%,72%,34%)

RGB channels and saturation

R 163 of 255 = 64%
G 184 of 255 = 72%
B 87 of 255 = 34%

163
184
87

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

Portions of RGB colors in percentages

R + G + B =
163 + 184 + 87 = 434 (100%)
R 163 of 434 ~ 37.56%
G 184 of 434 ~ 42.4%
B 87 of 434 ~ 20.05%

%37.56
%42.4
%20.05

CMYK color model

#A3B857 color CMYK value is (11,0,53,28).

  • cyan value is 11.41%
  • magenta value is 0.00%
  • yellow value is 52.72%
  • key color value is 27.84%
CMYK:
(11,0,53,28)
C11M0Y53K28 
(11%,0%,53%,28%)
(0.11/0.00/0.53/0.28)	

CMYK percentages

%11.41
%0
%52.72
%27.84

Codes

Color #A3B857 in popluar color models

A3B857
RGB16318487
HSL73°40.59%53.14%
HSB/HSV73°52.72%72.16%
CMYK11.41%0.00%52.72%
27.84%

Color #A3B857 in popluar number systems.

HEXA3B857
Decimal16318487
Binary10100011101110001010111
Octal243270127

Shades and tints

Shades of #A3B857

#A3B857
(163,184,87)
#95A850
(149,168,80)
#879849
(135,152,73)
#798842
(121,136,66)
#6B783B
(107,120,59)
#5D6834
(93,104,52)
#4F582D
(79,88,45)
#414826
(65,72,38)
#33381F
(51,56,31)
#252818
(37,40,24)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #A3B857

#A3B857
(163,184,87)
#ABBE66
(171,190,102)
#B3C475
(179,196,117)
#BBCA84
(187,202,132)
#C3D093
(195,208,147)
#CBD6A2
(203,214,162)
#D3DCB1
(211,220,177)
#DBE2C0
(219,226,192)
#E3E8CF
(227,232,207)
#EBEEDE
(235,238,222)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B857 color. Also use rgb(163,184,87) instead hex code.

Text Font Color

.myTextColor { color: #A3B857; }

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

This text font color is #A3B857.


Background Color

.myBgColor { background-color: #A3B857; }

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

This div background color is #A3B857.


Border color

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

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

This div border color is #A3B857.


Opacity

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

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

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

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

This text has shadow with #A3B857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B857 on black background.


Color preview on white background

This text has color #A3B857 on white background.



Black color preview on #A3B857 background

This text has black color on #A3B857 background.


White color preview on #A3B857 background

This text has white color on #A3B857 background.