COLOR #A3B399

HEX: #A3B399
RGB: (163,179,153)

Color info

#A3B399 contains red, green and blue colors in about the same proportion. Web safe color of #A3B399 is #999999 (or #999).

RGB color model

#A3B399 color RGB value is (163,179,153).

  • red value is 163;
  • green value is 179;
  • blue value is 153.
RGB:
(163,179,153)
(64%,70%,60%)

RGB channels and saturation

R 163 of 255 = 64%
G 179 of 255 = 70%
B 153 of 255 = 60%

163
179
153

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

Portions of RGB colors in percentages

R + G + B =
163 + 179 + 153 = 495 (100%)
R 163 of 495 ~ 32.93%
G 179 of 495 ~ 36.16%
B 153 of 495 ~ 30.91%

%32.93
%36.16
%30.91

CMYK color model

#A3B399 color CMYK value is (9,0,15,30).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 29.80%
CMYK:
(9,0,15,30)
C9M0Y15K30 
(9%,0%,15%,30%)
(0.09/0.00/0.15/0.30)	

CMYK percentages

%8.94
%0
%14.53
%29.8

Codes

Color #A3B399 in popluar color models

A3B399
RGB163179153
HSL97°14.61%65.10%
HSB/HSV97°14.53%70.20%
CMYK8.94%0.00%14.53%
29.80%

Color #A3B399 in popluar number systems.

HEXA3B399
Decimal163179153
Binary101000111011001110011001
Octal243263231

Shades and tints

Shades of #A3B399

#A3B399
(163,179,153)
#95A38C
(149,163,140)
#87937F
(135,147,127)
#798372
(121,131,114)
#6B7365
(107,115,101)
#5D6358
(93,99,88)
#4F534B
(79,83,75)
#41433E
(65,67,62)
#333331
(51,51,49)
#252324
(37,35,36)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #A3B399

#A3B399
(163,179,153)
#ABB9A2
(171,185,162)
#B3BFAB
(179,191,171)
#BBC5B4
(187,197,180)
#C3CBBD
(195,203,189)
#CBD1C6
(203,209,198)
#D3D7CF
(211,215,207)
#DBDDD8
(219,221,216)
#E3E3E1
(227,227,225)
#EBE9EA
(235,233,234)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B399 color. Also use rgb(163,179,153) instead hex code.

Text Font Color

.myTextColor { color: #A3B399; }

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

This text font color is #A3B399.


Background Color

.myBgColor { background-color: #A3B399; }

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

This div background color is #A3B399.


Border color

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

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

This div border color is #A3B399.


Opacity

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

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

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

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

This text has shadow with #A3B399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B399 on black background.


Color preview on white background

This text has color #A3B399 on white background.



Black color preview on #A3B399 background

This text has black color on #A3B399 background.


White color preview on #A3B399 background

This text has white color on #A3B399 background.