COLOR #A5A482

HEX: #A5A482
RGB: (165,164,130)

Color info

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

RGB color model

#A5A482 color RGB value is (165,164,130).

  • red value is 165;
  • green value is 164;
  • blue value is 130.
RGB:
(165,164,130)
(65%,64%,51%)

RGB channels and saturation

R 165 of 255 = 65%
G 164 of 255 = 64%
B 130 of 255 = 51%

165
164
130

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

Portions of RGB colors in percentages

R + G + B =
165 + 164 + 130 = 459 (100%)
R 165 of 459 ~ 35.95%
G 164 of 459 ~ 35.73%
B 130 of 459 ~ 28.32%

%35.95
%35.73
%28.32

CMYK color model

#A5A482 color CMYK value is (0,1,21,35).

  • cyan value is 0.00%
  • magenta value is 0.61%
  • yellow value is 21.21%
  • key color value is 35.29%
CMYK:
(0,1,21,35)
C0M1Y21K35 
(0%,1%,21%,35%)
(0.00/0.01/0.21/0.35)	

CMYK percentages

%0
%0.61
%21.21
%35.29

Codes

Color #A5A482 in popluar color models

A5A482
RGB165164130
HSL58°16.28%57.84%
HSB/HSV58°21.21%64.71%
CMYK0.00%0.61%21.21%
35.29%

Color #A5A482 in popluar number systems.

HEXA5A482
Decimal165164130
Binary101001011010010010000010
Octal245244202

Shades and tints

Shades of #A5A482

#A5A482
(165,164,130)
#969677
(150,150,119)
#87886C
(135,136,108)
#787A61
(120,122,97)
#696C56
(105,108,86)
#5A5E4B
(90,94,75)
#4B5040
(75,80,64)
#3C4235
(60,66,53)
#2D342A
(45,52,42)
#1E261F
(30,38,31)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #A5A482

#A5A482
(165,164,130)
#ADAC8D
(173,172,141)
#B5B498
(181,180,152)
#BDBCA3
(189,188,163)
#C5C4AE
(197,196,174)
#CDCCB9
(205,204,185)
#D5D4C4
(213,212,196)
#DDDCCF
(221,220,207)
#E5E4DA
(229,228,218)
#EDECE5
(237,236,229)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A482; }

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

This text font color is #A5A482.


Background Color

.myBgColor { background-color: #A5A482; }

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

This div background color is #A5A482.


Border color

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

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

This div border color is #A5A482.


Opacity

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

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

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

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

This text has shadow with #A5A482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A482 on black background.


Color preview on white background

This text has color #A5A482 on white background.



Black color preview on #A5A482 background

This text has black color on #A5A482 background.


White color preview on #A5A482 background

This text has white color on #A5A482 background.