COLOR #A5A49A

HEX: #A5A49A
RGB: (165,164,154)

Color info

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

RGB color model

#A5A49A color RGB value is (165,164,154).

  • red value is 165;
  • green value is 164;
  • blue value is 154.
RGB:
(165,164,154)
(65%,64%,60%)

RGB channels and saturation

R 165 of 255 = 65%
G 164 of 255 = 64%
B 154 of 255 = 60%

165
164
154

R + G + B ~ 63%. #A5A49A is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 164 + 154 = 483 (100%)
R 165 of 483 ~ 34.16%
G 164 of 483 ~ 33.95%
B 154 of 483 ~ 31.88%

%34.16
%33.95
%31.88

CMYK color model

#A5A49A color CMYK value is (0,1,7,35).

  • cyan value is 0.00%
  • magenta value is 0.61%
  • yellow value is 6.67%
  • key color value is 35.29%
CMYK:
(0,1,7,35)
C0M1Y7K35 
(0%,1%,7%,35%)
(0.00/0.01/0.07/0.35)	

CMYK percentages

%0
%0.61
%6.67
%35.29

Codes

Color #A5A49A in popluar color models

A5A49A
RGB165164154
HSL55°5.76%62.55%
HSB/HSV55°6.67%64.71%
CMYK0.00%0.61%6.67%
35.29%

Color #A5A49A in popluar number systems.

HEXA5A49A
Decimal165164154
Binary101001011010010010011010
Octal245244232

Shades and tints

Shades of #A5A49A

#A5A49A
(165,164,154)
#96968C
(150,150,140)
#87887E
(135,136,126)
#787A70
(120,122,112)
#696C62
(105,108,98)
#5A5E54
(90,94,84)
#4B5046
(75,80,70)
#3C4238
(60,66,56)
#2D342A
(45,52,42)
#1E261C
(30,38,28)
#0F180E
(15,24,14)
#000000
(0,0,0)

Tints of #A5A49A

#A5A49A
(165,164,154)
#ADACA3
(173,172,163)
#B5B4AC
(181,180,172)
#BDBCB5
(189,188,181)
#C5C4BE
(197,196,190)
#CDCCC7
(205,204,199)
#D5D4D0
(213,212,208)
#DDDCD9
(221,220,217)
#E5E4E2
(229,228,226)
#EDECEB
(237,236,235)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A49A color. Also use rgb(165,164,154) instead hex code.

Text Font Color

.myTextColor { color: #A5A49A; }

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

This text font color is #A5A49A.


Background Color

.myBgColor { background-color: #A5A49A; }

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

This div background color is #A5A49A.


Border color

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

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

This div border color is #A5A49A.


Opacity

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

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

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

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

This text has shadow with #A5A49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A49A on black background.


Color preview on white background

This text has color #A5A49A on white background.



Black color preview on #A5A49A background

This text has black color on #A5A49A background.


White color preview on #A5A49A background

This text has white color on #A5A49A background.