COLOR #A5A880

HEX: #A5A880 RGB: (165,168,128)

Color info

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

RGB color model

#A5A880 color RGB value is (165,168,128).

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

RGB channels and saturation

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

165
168
128

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

Portions of RGB colors in percentages

R + G + B = 165 + 168 + 128 = 461 (100%)
R 165 of 461 ~ 35.79%
G 168 of 461 ~ 36.44%
B 128 of 461 ~ 27.77'%

%35.79
%36.44
%27.77

CMYK color model

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

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

CMYK percentages

%1.79
%0
%23.81
%34.12

Codes

Color #A5A880 in popluar color models

A5 A8 80
RGB 165 168 128
HSL 65° 18.69% 58.04%
HSB/HSV 65° 23.81% 65.88%
CMYK 1.79% 0.00% 23.81%
34.12%

Color #A5A880 in popluar number systems.

HEX A5 A8 80
Decimal 165 168 128
Binary 10100101 10101000 10000000
Octal 245 250 200

Shades and tints

Shades of #A5A880

#A5A880
(165,168,128)
#969975
(150,153,117)
#878A6A
(135,138,106)
#787B5F
(120,123,95)
#696C54
(105,108,84)
#5A5D49
(90,93,73)
#4B4E3E
(75,78,62)
#3C3F33
(60,63,51)
#2D3028
(45,48,40)
#1E211D
(30,33,29)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #A5A880

#A5A880
(165,168,128)
#ADAF8B
(173,175,139)
#B5B696
(181,182,150)
#BDBDA1
(189,189,161)
#C5C4AC
(197,196,172)
#CDCBB7
(205,203,183)
#D5D2C2
(213,210,194)
#DDD9CD
(221,217,205)
#E5E0D8
(229,224,216)
#EDE7E3
(237,231,227)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A880; }

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

This text font color is #A5A880.

Background Color

.myBgColor { background-color: #A5A880; }

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

This div background color is #A5A880.

Border color

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

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

This div border color is #A5A880.

Opacity

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

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

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

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

This text has shadow with #A5A880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A880.

Preview

Color preview on black background

This text has color #A5A880 on black background.


Color preview on white background

This text has color #A5A880 on white background.


Black color preview on #A5A880 background

This text has black color on #A5A880 background.


White color preview on #A5A880 background

This text has white color on #A5A880 background.


Related colors

Complementary color

Complementary color for #hex is #5A577F.


I love getcolorcode.com

Triadic colors

1 #80A5A8 and #A880A5 with #A5A880 are triadic colors.

2 #80A8A5 and #A8A580 with #A5A880 are triadic colors.