COLOR #A5A09A

HEX: #A5A09A
RGB: (165,160,154)

Color info

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

RGB color model

#A5A09A color RGB value is (165,160,154).

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

RGB channels and saturation

R 165 of 255 = 65%
G 160 of 255 = 63%
B 154 of 255 = 60%

165
160
154

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

Portions of RGB colors in percentages

R + G + B =
165 + 160 + 154 = 479 (100%)
R 165 of 479 ~ 34.45%
G 160 of 479 ~ 33.4%
B 154 of 479 ~ 32.15%

%34.45
%33.4
%32.15

CMYK color model

#A5A09A color CMYK value is (0,3,7,35).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 6.67%
  • key color value is 35.29%
CMYK:
(0,3,7,35)
C0M3Y7K35 
(0%,3%,7%,35%)
(0.00/0.03/0.07/0.35)	

CMYK percentages

%0
%3.03
%6.67
%35.29

Codes

Color #A5A09A in popluar color models

A5A09A
RGB165160154
HSL33°5.76%62.55%
HSB/HSV33°6.67%64.71%
CMYK0.00%3.03%6.67%
35.29%

Color #A5A09A in popluar number systems.

HEXA5A09A
Decimal165160154
Binary101001011010000010011010
Octal245240232

Shades and tints

Shades of #A5A09A

#A5A09A
(165,160,154)
#96928C
(150,146,140)
#87847E
(135,132,126)
#787670
(120,118,112)
#696862
(105,104,98)
#5A5A54
(90,90,84)
#4B4C46
(75,76,70)
#3C3E38
(60,62,56)
#2D302A
(45,48,42)
#1E221C
(30,34,28)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #A5A09A

#A5A09A
(165,160,154)
#ADA8A3
(173,168,163)
#B5B0AC
(181,176,172)
#BDB8B5
(189,184,181)
#C5C0BE
(197,192,190)
#CDC8C7
(205,200,199)
#D5D0D0
(213,208,208)
#DDD8D9
(221,216,217)
#E5E0E2
(229,224,226)
#EDE8EB
(237,232,235)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A09A; }

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

This text font color is #A5A09A.


Background Color

.myBgColor { background-color: #A5A09A; }

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

This div background color is #A5A09A.


Border color

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

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

This div border color is #A5A09A.


Opacity

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

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

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

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

This text has shadow with #A5A09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A09A on black background.


Color preview on white background

This text has color #A5A09A on white background.



Black color preview on #A5A09A background

This text has black color on #A5A09A background.


White color preview on #A5A09A background

This text has white color on #A5A09A background.