COLOR #A3AA83

HEX: #A3AA83
RGB: (163,170,131)

Color info

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

RGB color model

#A3AA83 color RGB value is (163,170,131).

  • red value is 163;
  • green value is 170;
  • blue value is 131.
RGB:
(163,170,131)
(64%,67%,51%)

RGB channels and saturation

R 163 of 255 = 64%
G 170 of 255 = 67%
B 131 of 255 = 51%

163
170
131

R + G + B ~ 61%. #A3AA83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 170 + 131 = 464 (100%)
R 163 of 464 ~ 35.13%
G 170 of 464 ~ 36.64%
B 131 of 464 ~ 28.23%

%35.13
%36.64
%28.23

CMYK color model

#A3AA83 color CMYK value is (4,0,23,33).

  • cyan value is 4.12%
  • magenta value is 0.00%
  • yellow value is 22.94%
  • key color value is 33.33%
CMYK:
(4,0,23,33)
C4M0Y23K33 
(4%,0%,23%,33%)
(0.04/0.00/0.23/0.33)	

CMYK percentages

%4.12
%0
%22.94
%33.33

Codes

Color #A3AA83 in popluar color models

A3AA83
RGB163170131
HSL71°18.66%59.02%
HSB/HSV71°22.94%66.67%
CMYK4.12%0.00%22.94%
33.33%

Color #A3AA83 in popluar number systems.

HEXA3AA83
Decimal163170131
Binary101000111010101010000011
Octal243252203

Shades and tints

Shades of #A3AA83

#A3AA83
(163,170,131)
#959B78
(149,155,120)
#878C6D
(135,140,109)
#797D62
(121,125,98)
#6B6E57
(107,110,87)
#5D5F4C
(93,95,76)
#4F5041
(79,80,65)
#414136
(65,65,54)
#33322B
(51,50,43)
#252320
(37,35,32)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #A3AA83

#A3AA83
(163,170,131)
#ABB18E
(171,177,142)
#B3B899
(179,184,153)
#BBBFA4
(187,191,164)
#C3C6AF
(195,198,175)
#CBCDBA
(203,205,186)
#D3D4C5
(211,212,197)
#DBDBD0
(219,219,208)
#E3E2DB
(227,226,219)
#EBE9E6
(235,233,230)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AA83 color. Also use rgb(163,170,131) instead hex code.

Text Font Color

.myTextColor { color: #A3AA83; }

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

This text font color is #A3AA83.


Background Color

.myBgColor { background-color: #A3AA83; }

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

This div background color is #A3AA83.


Border color

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

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

This div border color is #A3AA83.


Opacity

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

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

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

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

This text has shadow with #A3AA83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AA83 on black background.


Color preview on white background

This text has color #A3AA83 on white background.



Black color preview on #A3AA83 background

This text has black color on #A3AA83 background.


White color preview on #A3AA83 background

This text has white color on #A3AA83 background.