COLOR #A5A94C

HEX: #A5A94C
RGB: (165,169,76)

Color info

#A5A94C contains mainly red and green colors. Web safe color of #A5A94C is #999933 (or #993).

RGB color model

#A5A94C color RGB value is (165,169,76).

  • red value is 165;
  • green value is 169;
  • blue value is 76.
RGB:
(165,169,76)
(65%,66%,30%)

RGB channels and saturation

R 165 of 255 = 65%
G 169 of 255 = 66%
B 76 of 255 = 30%

165
169
76

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

Portions of RGB colors in percentages

R + G + B =
165 + 169 + 76 = 410 (100%)
R 165 of 410 ~ 40.24%
G 169 of 410 ~ 41.22%
B 76 of 410 ~ 18.54%

%40.24
%41.22
%18.54

CMYK color model

#A5A94C color CMYK value is (2,0,55,34).

  • cyan value is 2.37%
  • magenta value is 0.00%
  • yellow value is 55.03%
  • key color value is 33.73%
CMYK:
(2,0,55,34)
C2M0Y55K34 
(2%,0%,55%,34%)
(0.02/0.00/0.55/0.34)	

CMYK percentages

%2.37
%0
%55.03
%33.73

Codes

Color #A5A94C in popluar color models

A5A94C
RGB16516976
HSL63°37.96%48.04%
HSB/HSV63°55.03%66.27%
CMYK2.37%0.00%55.03%
33.73%

Color #A5A94C in popluar number systems.

HEXA5A94C
Decimal16516976
Binary10100101101010011001100
Octal245251114

Shades and tints

Shades of #A5A94C

#A5A94C
(165,169,76)
#969A46
(150,154,70)
#878B40
(135,139,64)
#787C3A
(120,124,58)
#696D34
(105,109,52)
#5A5E2E
(90,94,46)
#4B4F28
(75,79,40)
#3C4022
(60,64,34)
#2D311C
(45,49,28)
#1E2216
(30,34,22)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #A5A94C

#A5A94C
(165,169,76)
#ADB05C
(173,176,92)
#B5B76C
(181,183,108)
#BDBE7C
(189,190,124)
#C5C58C
(197,197,140)
#CDCC9C
(205,204,156)
#D5D3AC
(213,211,172)
#DDDABC
(221,218,188)
#E5E1CC
(229,225,204)
#EDE8DC
(237,232,220)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A94C; }

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

This text font color is #A5A94C.


Background Color

.myBgColor { background-color: #A5A94C; }

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

This div background color is #A5A94C.


Border color

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

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

This div border color is #A5A94C.


Opacity

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

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

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

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

This text has shadow with #A5A94C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A94C on black background.


Color preview on white background

This text has color #A5A94C on white background.



Black color preview on #A5A94C background

This text has black color on #A5A94C background.


White color preview on #A5A94C background

This text has white color on #A5A94C background.