COLOR #A5A290

HEX: #A5A290
RGB: (165,162,144)

Color info

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

RGB color model

#A5A290 color RGB value is (165,162,144).

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

RGB channels and saturation

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

165
162
144

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

Portions of RGB colors in percentages

R + G + B =
165 + 162 + 144 = 471 (100%)
R 165 of 471 ~ 35.03%
G 162 of 471 ~ 34.39%
B 144 of 471 ~ 30.57%

%35.03
%34.39
%30.57

CMYK color model

#A5A290 color CMYK value is (0,2,13,35).

  • cyan value is 0.00%
  • magenta value is 1.82%
  • yellow value is 12.73%
  • key color value is 35.29%
CMYK:
(0,2,13,35)
C0M2Y13K35 
(0%,2%,13%,35%)
(0.00/0.02/0.13/0.35)	

CMYK percentages

%0
%1.82
%12.73
%35.29

Codes

Color #A5A290 in popluar color models

A5A290
RGB165162144
HSL51°10.45%60.59%
HSB/HSV51°12.73%64.71%
CMYK0.00%1.82%12.73%
35.29%

Color #A5A290 in popluar number systems.

HEXA5A290
Decimal165162144
Binary101001011010001010010000
Octal245242220

Shades and tints

Shades of #A5A290

#A5A290
(165,162,144)
#969483
(150,148,131)
#878676
(135,134,118)
#787869
(120,120,105)
#696A5C
(105,106,92)
#5A5C4F
(90,92,79)
#4B4E42
(75,78,66)
#3C4035
(60,64,53)
#2D3228
(45,50,40)
#1E241B
(30,36,27)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #A5A290

#A5A290
(165,162,144)
#ADAA9A
(173,170,154)
#B5B2A4
(181,178,164)
#BDBAAE
(189,186,174)
#C5C2B8
(197,194,184)
#CDCAC2
(205,202,194)
#D5D2CC
(213,210,204)
#DDDAD6
(221,218,214)
#E5E2E0
(229,226,224)
#EDEAEA
(237,234,234)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A290; }

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

This text font color is #A5A290.


Background Color

.myBgColor { background-color: #A5A290; }

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

This div background color is #A5A290.


Border color

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

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

This div border color is #A5A290.


Opacity

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

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

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

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

This text has shadow with #A5A290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A290 on black background.


Color preview on white background

This text has color #A5A290 on white background.



Black color preview on #A5A290 background

This text has black color on #A5A290 background.


White color preview on #A5A290 background

This text has white color on #A5A290 background.