COLOR #A3B59B

HEX: #A3B59B
RGB: (163,181,155)

Color info

#A3B59B contains red, green and blue colors in about the same proportion. Web safe color of #A3B59B is #99CC99 (or #9C9).

RGB color model

#A3B59B color RGB value is (163,181,155).

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

RGB channels and saturation

R 163 of 255 = 64%
G 181 of 255 = 71%
B 155 of 255 = 61%

163
181
155

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

Portions of RGB colors in percentages

R + G + B =
163 + 181 + 155 = 499 (100%)
R 163 of 499 ~ 32.67%
G 181 of 499 ~ 36.27%
B 155 of 499 ~ 31.06%

%32.67
%36.27
%31.06

CMYK color model

#A3B59B color CMYK value is (10,0,14,29).

  • cyan value is 9.94%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 29.02%
CMYK:
(10,0,14,29)
C10M0Y14K29 
(10%,0%,14%,29%)
(0.10/0.00/0.14/0.29)	

CMYK percentages

%9.94
%0
%14.36
%29.02

Codes

Color #A3B59B in popluar color models

A3B59B
RGB163181155
HSL102°14.94%65.88%
HSB/HSV102°14.36%70.98%
CMYK9.94%0.00%14.36%
29.02%

Color #A3B59B in popluar number systems.

HEXA3B59B
Decimal163181155
Binary101000111011010110011011
Octal243265233

Shades and tints

Shades of #A3B59B

#A3B59B
(163,181,155)
#95A58D
(149,165,141)
#87957F
(135,149,127)
#798571
(121,133,113)
#6B7563
(107,117,99)
#5D6555
(93,101,85)
#4F5547
(79,85,71)
#414539
(65,69,57)
#33352B
(51,53,43)
#25251D
(37,37,29)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #A3B59B

#A3B59B
(163,181,155)
#ABBBA4
(171,187,164)
#B3C1AD
(179,193,173)
#BBC7B6
(187,199,182)
#C3CDBF
(195,205,191)
#CBD3C8
(203,211,200)
#D3D9D1
(211,217,209)
#DBDFDA
(219,223,218)
#E3E5E3
(227,229,227)
#EBEBEC
(235,235,236)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B59B; }

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

This text font color is #A3B59B.


Background Color

.myBgColor { background-color: #A3B59B; }

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

This div background color is #A3B59B.


Border color

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

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

This div border color is #A3B59B.


Opacity

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

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

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

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

This text has shadow with #A3B59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B59B on black background.


Color preview on white background

This text has color #A3B59B on white background.



Black color preview on #A3B59B background

This text has black color on #A3B59B background.


White color preview on #A3B59B background

This text has white color on #A3B59B background.