COLOR #A5A580

HEX: #A5A580
RGB: (165,165,128)

Color info

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

RGB color model

#A5A580 color RGB value is (165,165,128).

  • red value is 165;
  • green value is 165;
  • blue value is 128.
RGB:
(165,165,128)
(65%,65%,50%)

RGB channels and saturation

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

165
165
128

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

Portions of RGB colors in percentages

R + G + B =
165 + 165 + 128 = 458 (100%)
R 165 of 458 ~ 36.03%
G 165 of 458 ~ 36.03%
B 128 of 458 ~ 27.95%

%36.03
%36.03
%27.95

CMYK color model

#A5A580 color CMYK value is (0,0,22,35).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 22.42%
  • key color value is 35.29%
CMYK:
(0,0,22,35)
C0M0Y22K35 
(0%,0%,22%,35%)
(0.00/0.00/0.22/0.35)	

CMYK percentages

%0
%0
%22.42
%35.29

Codes

Color #A5A580 in popluar color models

A5A580
RGB165165128
HSL60°17.05%57.45%
HSB/HSV60°22.42%64.71%
CMYK0.00%0.00%22.42%
35.29%

Color #A5A580 in popluar number systems.

HEXA5A580
Decimal165165128
Binary101001011010010110000000
Octal245245200

Shades and tints

Shades of #A5A580

#A5A580
(165,165,128)
#969675
(150,150,117)
#87876A
(135,135,106)
#78785F
(120,120,95)
#696954
(105,105,84)
#5A5A49
(90,90,73)
#4B4B3E
(75,75,62)
#3C3C33
(60,60,51)
#2D2D28
(45,45,40)
#1E1E1D
(30,30,29)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #A5A580

#A5A580
(165,165,128)
#ADAD8B
(173,173,139)
#B5B596
(181,181,150)
#BDBDA1
(189,189,161)
#C5C5AC
(197,197,172)
#CDCDB7
(205,205,183)
#D5D5C2
(213,213,194)
#DDDDCD
(221,221,205)
#E5E5D8
(229,229,216)
#EDEDE3
(237,237,227)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A580; }

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

This text font color is #A5A580.


Background Color

.myBgColor { background-color: #A5A580; }

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

This div background color is #A5A580.


Border color

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

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

This div border color is #A5A580.


Opacity

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

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

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

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

This text has shadow with #A5A580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A580 on black background.


Color preview on white background

This text has color #A5A580 on white background.



Black color preview on #A5A580 background

This text has black color on #A5A580 background.


White color preview on #A5A580 background

This text has white color on #A5A580 background.