COLOR #A3A590

HEX: #A3A590
RGB: (163,165,144)

Color info

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

RGB color model

#A3A590 color RGB value is (163,165,144).

  • red value is 163;
  • green value is 165;
  • blue value is 144.
RGB:
(163,165,144)
(64%,65%,56%)

RGB channels and saturation

R 163 of 255 = 64%
G 165 of 255 = 65%
B 144 of 255 = 56%

163
165
144

R + G + B ~ 62%. #A3A590 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 165 + 144 = 472 (100%)
R 163 of 472 ~ 34.53%
G 165 of 472 ~ 34.96%
B 144 of 472 ~ 30.51%

%34.53
%34.96
%30.51

CMYK color model

#A3A590 color CMYK value is (1,0,13,35).

  • cyan value is 1.21%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 35.29%
CMYK:
(1,0,13,35)
C1M0Y13K35 
(1%,0%,13%,35%)
(0.01/0.00/0.13/0.35)	

CMYK percentages

%1.21
%0
%12.73
%35.29

Codes

Color #A3A590 in popluar color models

A3A590
RGB163165144
HSL66°10.45%60.59%
HSB/HSV66°12.73%64.71%
CMYK1.21%0.00%12.73%
35.29%

Color #A3A590 in popluar number systems.

HEXA3A590
Decimal163165144
Binary101000111010010110010000
Octal243245220

Shades and tints

Shades of #A3A590

#A3A590
(163,165,144)
#959683
(149,150,131)
#878776
(135,135,118)
#797869
(121,120,105)
#6B695C
(107,105,92)
#5D5A4F
(93,90,79)
#4F4B42
(79,75,66)
#413C35
(65,60,53)
#332D28
(51,45,40)
#251E1B
(37,30,27)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #A3A590

#A3A590
(163,165,144)
#ABAD9A
(171,173,154)
#B3B5A4
(179,181,164)
#BBBDAE
(187,189,174)
#C3C5B8
(195,197,184)
#CBCDC2
(203,205,194)
#D3D5CC
(211,213,204)
#DBDDD6
(219,221,214)
#E3E5E0
(227,229,224)
#EBEDEA
(235,237,234)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A590; }

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

This text font color is #A3A590.


Background Color

.myBgColor { background-color: #A3A590; }

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

This div background color is #A3A590.


Border color

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

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

This div border color is #A3A590.


Opacity

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

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

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

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

This text has shadow with #A3A590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A590 on black background.


Color preview on white background

This text has color #A3A590 on white background.



Black color preview on #A3A590 background

This text has black color on #A3A590 background.


White color preview on #A3A590 background

This text has white color on #A3A590 background.