COLOR #A5A536

HEX: #A5A536
RGB: (165,165,54)

Color info

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

RGB color model

#A5A536 color RGB value is (165,165,54).

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

RGB channels and saturation

R 165 of 255 = 65%
G 165 of 255 = 65%
B 54 of 255 = 21%

165
165
54

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

Portions of RGB colors in percentages

R + G + B =
165 + 165 + 54 = 384 (100%)
R 165 of 384 ~ 42.97%
G 165 of 384 ~ 42.97%
B 54 of 384 ~ 14.06%

%42.97
%42.97
%14.06

CMYK color model

#A5A536 color CMYK value is (0,0,67,35).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 67.27%
  • key color value is 35.29%
CMYK:
(0,0,67,35)
C0M0Y67K35 
(0%,0%,67%,35%)
(0.00/0.00/0.67/0.35)	

CMYK percentages

%0
%0
%67.27
%35.29

Codes

Color #A5A536 in popluar color models

A5A536
RGB16516554
HSL60°50.68%42.94%
HSB/HSV60°67.27%64.71%
CMYK0.00%0.00%67.27%
35.29%

Color #A5A536 in popluar number systems.

HEXA5A536
Decimal16516554
Binary1010010110100101110110
Octal24524566

Shades and tints

Shades of #A5A536

#A5A536
(165,165,54)
#969632
(150,150,50)
#87872E
(135,135,46)
#78782A
(120,120,42)
#696926
(105,105,38)
#5A5A22
(90,90,34)
#4B4B1E
(75,75,30)
#3C3C1A
(60,60,26)
#2D2D16
(45,45,22)
#1E1E12
(30,30,18)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #A5A536

#A5A536
(165,165,54)
#ADAD48
(173,173,72)
#B5B55A
(181,181,90)
#BDBD6C
(189,189,108)
#C5C57E
(197,197,126)
#CDCD90
(205,205,144)
#D5D5A2
(213,213,162)
#DDDDB4
(221,221,180)
#E5E5C6
(229,229,198)
#EDEDD8
(237,237,216)
#F5F5EA
(245,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A536; }

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

This text font color is #A5A536.


Background Color

.myBgColor { background-color: #A5A536; }

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

This div background color is #A5A536.


Border color

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

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

This div border color is #A5A536.


Opacity

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

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

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

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

This text has shadow with #A5A536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A536 on black background.


Color preview on white background

This text has color #A5A536 on white background.



Black color preview on #A5A536 background

This text has black color on #A5A536 background.


White color preview on #A5A536 background

This text has white color on #A5A536 background.