COLOR #A5A585

HEX: #A5A585
RGB: (165,165,133)

Color info

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

RGB color model

#A5A585 color RGB value is (165,165,133).

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

RGB channels and saturation

R 165 of 255 = 65%
G 165 of 255 = 65%
B 133 of 255 = 52%

165
165
133

R + G + B ~ 61%. #A5A585 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 165 + 133 = 463 (100%)
R 165 of 463 ~ 35.64%
G 165 of 463 ~ 35.64%
B 133 of 463 ~ 28.73%

%35.64
%35.64
%28.73

CMYK color model

#A5A585 color CMYK value is (0,0,19,35).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 19.39%
  • key color value is 35.29%
CMYK:
(0,0,19,35)
C0M0Y19K35 
(0%,0%,19%,35%)
(0.00/0.00/0.19/0.35)	

CMYK percentages

%0
%0
%19.39
%35.29

Codes

Color #A5A585 in popluar color models

A5A585
RGB165165133
HSL60°15.09%58.43%
HSB/HSV60°19.39%64.71%
CMYK0.00%0.00%19.39%
35.29%

Color #A5A585 in popluar number systems.

HEXA5A585
Decimal165165133
Binary101001011010010110000101
Octal245245205

Shades and tints

Shades of #A5A585

#A5A585
(165,165,133)
#969679
(150,150,121)
#87876D
(135,135,109)
#787861
(120,120,97)
#696955
(105,105,85)
#5A5A49
(90,90,73)
#4B4B3D
(75,75,61)
#3C3C31
(60,60,49)
#2D2D25
(45,45,37)
#1E1E19
(30,30,25)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #A5A585

#A5A585
(165,165,133)
#ADAD90
(173,173,144)
#B5B59B
(181,181,155)
#BDBDA6
(189,189,166)
#C5C5B1
(197,197,177)
#CDCDBC
(205,205,188)
#D5D5C7
(213,213,199)
#DDDDD2
(221,221,210)
#E5E5DD
(229,229,221)
#EDEDE8
(237,237,232)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A585; }

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

This text font color is #A5A585.


Background Color

.myBgColor { background-color: #A5A585; }

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

This div background color is #A5A585.


Border color

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

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

This div border color is #A5A585.


Opacity

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

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

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

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

This text has shadow with #A5A585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A585 on black background.


Color preview on white background

This text has color #A5A585 on white background.



Black color preview on #A5A585 background

This text has black color on #A5A585 background.


White color preview on #A5A585 background

This text has white color on #A5A585 background.