COLOR #A5A980

HEX: #A5A980 RGB: (165,169,128)

Color info

#A5A980 contains red, green and blue colors in about the same proportion. Web safe color of #A5A980 is #999966 (or #996).

RGB color model

#A5A980 color RGB value is (165,169,128).

RGB: (165,169,128) (65%, 66%, 50%)

RGB channels and saturation

R 165 of 255 = 65%
G 169 of 255 = 66%
B 128 of 255 = 50%

165
169
128

R + G + B ~ 60%. #A5A980 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 165 + 169 + 128 = 462 (100%)
R 165 of 462 ~ 35.71%
G 169 of 462 ~ 36.58%
B 128 of 462 ~ 27.71'%

%35.71
%36.58
%27.71

CMYK color model

#A5A980 color CMYK value is (2,0,24,34).

  • cyan value is 2.37%
  • magenta value is 0.00%
  • yellow value is 24.26%
  • key color value is 33.73%
CMYK: (2,0,24,34) C2M0Y24K34 (2%,0%,24%,34%) (0.02/0.00/0.24/0.34) 

CMYK percentages

%2.37
%0
%24.26
%33.73

Codes

Color #A5A980 in popluar color models

A5 A9 80
RGB 165 169 128
HSL 66° 19.25% 58.24%
HSB/HSV 66° 24.26% 66.27%
CMYK 2.37% 0.00% 24.26%
33.73%

Color #A5A980 in popluar number systems.

HEX A5 A9 80
Decimal 165 169 128
Binary 10100101 10101001 10000000
Octal 245 251 200

Shades and tints

Shades of #A5A980

#A5A980
(165,169,128)
#969A75
(150,154,117)
#878B6A
(135,139,106)
#787C5F
(120,124,95)
#696D54
(105,109,84)
#5A5E49
(90,94,73)
#4B4F3E
(75,79,62)
#3C4033
(60,64,51)
#2D3128
(45,49,40)
#1E221D
(30,34,29)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #A5A980

#A5A980
(165,169,128)
#ADB08B
(173,176,139)
#B5B796
(181,183,150)
#BDBEA1
(189,190,161)
#C5C5AC
(197,197,172)
#CDCCB7
(205,204,183)
#D5D3C2
(213,211,194)
#DDDACD
(221,218,205)
#E5E1D8
(229,225,216)
#EDE8E3
(237,232,227)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A980; }

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

This text font color is #A5A980.

Background Color

.myBgColor { background-color: #A5A980; }

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

This div background color is #A5A980.

Border color

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

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

This div border color is #A5A980.

Opacity

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

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

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

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

This text has shadow with #A5A980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A980.

Preview

Color preview on black background

This text has color #A5A980 on black background.


Color preview on white background

This text has color #A5A980 on white background.


Black color preview on #A5A980 background

This text has black color on #A5A980 background.


White color preview on #A5A980 background

This text has white color on #A5A980 background.


Related colors

Complementary color

Complementary color for #hex is #5A567F.


I love getcolorcode.com

Triadic colors

1 #80A5A9 and #A980A5 with #A5A980 are triadic colors.

2 #80A9A5 and #A9A580 with #A5A980 are triadic colors.