COLOR #A5A99A

HEX: #A5A99A RGB: (165,169,154)

Color info

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

RGB color model

#A5A99A color RGB value is (165,169,154).

RGB: (165,169,154) (65%, 66%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 169 of 255 = 66%
B 154 of 255 = 60%

165
169
154

R + G + B ~ 64%. #A5A99A is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 169 + 154 = 488 (100%)
R 165 of 488 ~ 33.81%
G 169 of 488 ~ 34.63%
B 154 of 488 ~ 31.56'%

%33.81
%34.63
%31.56

CMYK color model

#A5A99A color CMYK value is (2,0,9,34).

  • cyan value is 2.37%
  • magenta value is 0.00%
  • yellow value is 8.88%
  • key color value is 33.73%

CMYK: (2,0,9,34)
C2M0Y9K34 (2%, 0%, 9%, 34%)
(0.02 / 0.00 / 0.09 / 0.34)

CMYK percentages

%2.37
%0
%8.88
%33.73

Codes

Color #A5A99A in popluar color models

A5 A9 9A
RGB 165 169 154
HSL 76° 8.02% 63.33%
HSB/HSV 76° 8.88% 66.27%
CMYK 2.37% 0.00% 8.88%
33.73%

Color #A5A99A in popluar number systems.

HEX A5 A9 9A
Decimal 165 169 154
Binary 10100101 10101001 10011010
Octal 245 251 232

Shades and tints

Shades of #A5A99A

#A5A99A
(165,169,154)
#969A8C
(150,154,140)
#878B7E
(135,139,126)
#787C70
(120,124,112)
#696D62
(105,109,98)
#5A5E54
(90,94,84)
#4B4F46
(75,79,70)
#3C4038
(60,64,56)
#2D312A
(45,49,42)
#1E221C
(30,34,28)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #A5A99A

#A5A99A
(165,169,154)
#ADB0A3
(173,176,163)
#B5B7AC
(181,183,172)
#BDBEB5
(189,190,181)
#C5C5BE
(197,197,190)
#CDCCC7
(205,204,199)
#D5D3D0
(213,211,208)
#DDDAD9
(221,218,217)
#E5E1E2
(229,225,226)
#EDE8EB
(237,232,235)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A99A; }

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

This text font color is #A5A99A.

Background Color

.myBgColor { background-color: #A5A99A; }

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

This div background color is #A5A99A.

Border color

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

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

This div border color is #A5A99A.

Opacity

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

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

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

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

This text has shadow with #A5A99A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A99A.

Preview

Color preview on black background

This text has color #A5A99A on black background.


Color preview on white background

This text has color #A5A99A on white background.


Black color preview on #A5A99A background

This text has black color on #A5A99A background.


White color preview on #A5A99A background

This text has white color on #A5A99A background.


Related colors

Complementary color

Complementary color for #hex is #5A5665.


I love getcolorcode.com

Triadic colors

1 #9AA5A9 and #A99AA5 with #A5A99A are triadic colors.

2 #9AA9A5 and #A9A59A with #A5A99A are triadic colors.