COLOR #A3B49F

HEX: #A3B49F
RGB: (163,180,159)

Color info

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

RGB color model

#A3B49F color RGB value is (163,180,159).

  • red value is 163;
  • green value is 180;
  • blue value is 159.
RGB:
(163,180,159)
(64%,71%,62%)

RGB channels and saturation

R 163 of 255 = 64%
G 180 of 255 = 71%
B 159 of 255 = 62%

163
180
159

R + G + B ~ 66%. #A3B49F is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 180 + 159 = 502 (100%)
R 163 of 502 ~ 32.47%
G 180 of 502 ~ 35.86%
B 159 of 502 ~ 31.67%

%32.47
%35.86
%31.67

CMYK color model

#A3B49F color CMYK value is (9,0,12,29).

  • cyan value is 9.44%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(9,0,12,29)
C9M0Y12K29 
(9%,0%,12%,29%)
(0.09/0.00/0.12/0.29)	

CMYK percentages

%9.44
%0
%11.67
%29.41

Codes

Color #A3B49F in popluar color models

A3B49F
RGB163180159
HSL109°12.28%66.47%
HSB/HSV109°11.67%70.59%
CMYK9.44%0.00%11.67%
29.41%

Color #A3B49F in popluar number systems.

HEXA3B49F
Decimal163180159
Binary101000111011010010011111
Octal243264237

Shades and tints

Shades of #A3B49F

#A3B49F
(163,180,159)
#95A491
(149,164,145)
#879483
(135,148,131)
#798475
(121,132,117)
#6B7467
(107,116,103)
#5D6459
(93,100,89)
#4F544B
(79,84,75)
#41443D
(65,68,61)
#33342F
(51,52,47)
#252421
(37,36,33)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #A3B49F

#A3B49F
(163,180,159)
#ABBAA7
(171,186,167)
#B3C0AF
(179,192,175)
#BBC6B7
(187,198,183)
#C3CCBF
(195,204,191)
#CBD2C7
(203,210,199)
#D3D8CF
(211,216,207)
#DBDED7
(219,222,215)
#E3E4DF
(227,228,223)
#EBEAE7
(235,234,231)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B49F color. Also use rgb(163,180,159) instead hex code.

Text Font Color

.myTextColor { color: #A3B49F; }

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

This text font color is #A3B49F.


Background Color

.myBgColor { background-color: #A3B49F; }

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

This div background color is #A3B49F.


Border color

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

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

This div border color is #A3B49F.


Opacity

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

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

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

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

This text has shadow with #A3B49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B49F on black background.


Color preview on white background

This text has color #A3B49F on white background.



Black color preview on #A3B49F background

This text has black color on #A3B49F background.


White color preview on #A3B49F background

This text has white color on #A3B49F background.