COLOR #A5A45F

HEX: #A5A45F
RGB: (165,164,95)

Color info

#A5A45F contains mainly red and green colors. Web safe color of #A5A45F is #999966 (or #996).

RGB color model

#A5A45F color RGB value is (165,164,95).

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

RGB channels and saturation

R 165 of 255 = 65%
G 164 of 255 = 64%
B 95 of 255 = 37%

165
164
95

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

Portions of RGB colors in percentages

R + G + B =
165 + 164 + 95 = 424 (100%)
R 165 of 424 ~ 38.92%
G 164 of 424 ~ 38.68%
B 95 of 424 ~ 22.41%

%38.92
%38.68
%22.41

CMYK color model

#A5A45F color CMYK value is (0,1,42,35).

  • cyan value is 0.00%
  • magenta value is 0.61%
  • yellow value is 42.42%
  • key color value is 35.29%
CMYK:
(0,1,42,35)
C0M1Y42K35 
(0%,1%,42%,35%)
(0.00/0.01/0.42/0.35)	

CMYK percentages

%0
%0.61
%42.42
%35.29

Codes

Color #A5A45F in popluar color models

A5A45F
RGB16516495
HSL59°28.00%50.98%
HSB/HSV59°42.42%64.71%
CMYK0.00%0.61%42.42%
35.29%

Color #A5A45F in popluar number systems.

HEXA5A45F
Decimal16516495
Binary10100101101001001011111
Octal245244137

Shades and tints

Shades of #A5A45F

#A5A45F
(165,164,95)
#969657
(150,150,87)
#87884F
(135,136,79)
#787A47
(120,122,71)
#696C3F
(105,108,63)
#5A5E37
(90,94,55)
#4B502F
(75,80,47)
#3C4227
(60,66,39)
#2D341F
(45,52,31)
#1E2617
(30,38,23)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #A5A45F

#A5A45F
(165,164,95)
#ADAC6D
(173,172,109)
#B5B47B
(181,180,123)
#BDBC89
(189,188,137)
#C5C497
(197,196,151)
#CDCCA5
(205,204,165)
#D5D4B3
(213,212,179)
#DDDCC1
(221,220,193)
#E5E4CF
(229,228,207)
#EDECDD
(237,236,221)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A45F; }

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

This text font color is #A5A45F.


Background Color

.myBgColor { background-color: #A5A45F; }

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

This div background color is #A5A45F.


Border color

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

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

This div border color is #A5A45F.


Opacity

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

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

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

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

This text has shadow with #A5A45F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A45F on black background.


Color preview on white background

This text has color #A5A45F on white background.



Black color preview on #A5A45F background

This text has black color on #A5A45F background.


White color preview on #A5A45F background

This text has white color on #A5A45F background.