COLOR #A3A388

HEX: #A3A388 RGB: (163,163,136)

Color info

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

RGB color model

#A3A388 color RGB value is (163,163,136).

RGB: (163,163,136) (64%, 64%, 53%)

RGB channels and saturation

R 163 of 255 = 64%
G 163 of 255 = 64%
B 136 of 255 = 53%

163
163
136

R + G + B ~ 60%. #A3A388 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 163 + 163 + 136 = 462 (100%)
R 163 of 462 ~ 35.28%
G 163 of 462 ~ 35.28%
B 136 of 462 ~ 29.44'%

%35.28
%35.28
%29.44

CMYK color model

#A3A388 color CMYK value is (0,0,17,36).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 36.08%

CMYK: (0,0,17,36)
C0M0Y17K36 (0%, 0%, 17%, 36%)
(0.00 / 0.00 / 0.17 / 0.36)

CMYK percentages

%0
%0
%16.56
%36.08

Codes

Color #A3A388 in popluar color models

A3 A3 88
RGB 163 163 136
HSL 60° 12.80% 58.63%
HSB/HSV 60° 16.56% 63.92%
CMYK 0.00% 0.00% 16.56%
36.08%

Color #A3A388 in popluar number systems.

HEX A3 A3 88
Decimal 163 163 136
Binary 10100011 10100011 10001000
Octal 243 243 210

Shades and tints

Shades of #A3A388

#A3A388
(163,163,136)
#95957C
(149,149,124)
#878770
(135,135,112)
#797964
(121,121,100)
#6B6B58
(107,107,88)
#5D5D4C
(93,93,76)
#4F4F40
(79,79,64)
#414134
(65,65,52)
#333328
(51,51,40)
#25251C
(37,37,28)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #A3A388

#A3A388
(163,163,136)
#ABAB92
(171,171,146)
#B3B39C
(179,179,156)
#BBBBA6
(187,187,166)
#C3C3B0
(195,195,176)
#CBCBBA
(203,203,186)
#D3D3C4
(211,211,196)
#DBDBCE
(219,219,206)
#E3E3D8
(227,227,216)
#EBEBE2
(235,235,226)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A388; }

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

This text font color is #A3A388.

Background Color

.myBgColor { background-color: #A3A388; }

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

This div background color is #A3A388.

Border color

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

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

This div border color is #A3A388.

Opacity

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

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

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

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

This text has shadow with #A3A388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A388.

Preview

Color preview on black background

This text has color #A3A388 on black background.


Color preview on white background

This text has color #A3A388 on white background.


Black color preview on #A3A388 background

This text has black color on #A3A388 background.


White color preview on #A3A388 background

This text has white color on #A3A388 background.


Related colors

Complementary color

Complementary color for #hex is #5C5C77.


I love getcolorcode.com