COLOR #A5A390

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

165
163
144

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

Portions of RGB colors in percentages

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

%34.96
%34.53
%30.51

CMYK color model

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

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

CMYK percentages

%0
%1.21
%12.73
%35.29

Codes

Color #A5A390 in popluar color models

A5A390
RGB165163144
HSL54°10.45%60.59%
HSB/HSV54°12.73%64.71%
CMYK0.00%1.21%12.73%
35.29%

Color #A5A390 in popluar number systems.

HEXA5A390
Decimal165163144
Binary101001011010001110010000
Octal245243220

Shades and tints

Shades of #A5A390

#A5A390
(165,163,144)
#969583
(150,149,131)
#878776
(135,135,118)
#787969
(120,121,105)
#696B5C
(105,107,92)
#5A5D4F
(90,93,79)
#4B4F42
(75,79,66)
#3C4135
(60,65,53)
#2D3328
(45,51,40)
#1E251B
(30,37,27)
#0F170E
(15,23,14)
#000000
(0,0,0)

Tints of #A5A390

#A5A390
(165,163,144)
#ADAB9A
(173,171,154)
#B5B3A4
(181,179,164)
#BDBBAE
(189,187,174)
#C5C3B8
(197,195,184)
#CDCBC2
(205,203,194)
#D5D3CC
(213,211,204)
#DDDBD6
(221,219,214)
#E5E3E0
(229,227,224)
#EDEBEA
(237,235,234)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A390; }

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

This text font color is #A5A390.


Background Color

.myBgColor { background-color: #A5A390; }

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

This div background color is #A5A390.


Border color

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

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

This div border color is #A5A390.


Opacity

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

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

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

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

This text has shadow with #A5A390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A390 on black background.


Color preview on white background

This text has color #A5A390 on white background.



Black color preview on #A5A390 background

This text has black color on #A5A390 background.


White color preview on #A5A390 background

This text has white color on #A5A390 background.