COLOR #A3A699

HEX: #A3A699
RGB: (163,166,153)

Color info

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

RGB color model

#A3A699 color RGB value is (163,166,153).

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

RGB channels and saturation

R 163 of 255 = 64%
G 166 of 255 = 65%
B 153 of 255 = 60%

163
166
153

R + G + B ~ 63%. #A3A699 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 166 + 153 = 482 (100%)
R 163 of 482 ~ 33.82%
G 166 of 482 ~ 34.44%
B 153 of 482 ~ 31.74%

%33.82
%34.44
%31.74

CMYK color model

#A3A699 color CMYK value is (2,0,8,35).

  • cyan value is 1.81%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 34.90%
CMYK:
(2,0,8,35)
C2M0Y8K35 
(2%,0%,8%,35%)
(0.02/0.00/0.08/0.35)	

CMYK percentages

%1.81
%0
%7.83
%34.9

Codes

Color #A3A699 in popluar color models

A3A699
RGB163166153
HSL74°6.81%62.55%
HSB/HSV74°7.83%65.10%
CMYK1.81%0.00%7.83%
34.90%

Color #A3A699 in popluar number systems.

HEXA3A699
Decimal163166153
Binary101000111010011010011001
Octal243246231

Shades and tints

Shades of #A3A699

#A3A699
(163,166,153)
#95978C
(149,151,140)
#87887F
(135,136,127)
#797972
(121,121,114)
#6B6A65
(107,106,101)
#5D5B58
(93,91,88)
#4F4C4B
(79,76,75)
#413D3E
(65,61,62)
#332E31
(51,46,49)
#251F24
(37,31,36)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #A3A699

#A3A699
(163,166,153)
#ABAEA2
(171,174,162)
#B3B6AB
(179,182,171)
#BBBEB4
(187,190,180)
#C3C6BD
(195,198,189)
#CBCEC6
(203,206,198)
#D3D6CF
(211,214,207)
#DBDED8
(219,222,216)
#E3E6E1
(227,230,225)
#EBEEEA
(235,238,234)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A699; }

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

This text font color is #A3A699.


Background Color

.myBgColor { background-color: #A3A699; }

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

This div background color is #A3A699.


Border color

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

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

This div border color is #A3A699.


Opacity

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

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

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

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

This text has shadow with #A3A699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A699 on black background.


Color preview on white background

This text has color #A3A699 on white background.



Black color preview on #A3A699 background

This text has black color on #A3A699 background.


White color preview on #A3A699 background

This text has white color on #A3A699 background.