COLOR #A5A309

HEX: #A5A309
RGB: (165,163,9)

Color info

#A5A309 contains mainly red and green colors. Web safe color of #A5A309 is #999900 (or #990).

RGB color model

#A5A309 color RGB value is (165,163,9).

  • red value is 165;
  • green value is 163;
  • blue value is 9.
RGB:
(165,163,9)
(65%,64%,4%)

RGB channels and saturation

R 165 of 255 = 65%
G 163 of 255 = 64%
B 9 of 255 = 4%

165
163
9

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

Portions of RGB colors in percentages

R + G + B =
165 + 163 + 9 = 337 (100%)
R 165 of 337 ~ 48.96%
G 163 of 337 ~ 48.37%
B 9 of 337 ~ 2.67%

%48.96
%48.37

CMYK color model

#A5A309 color CMYK value is (0,1,95,35).

  • cyan value is 0.00%
  • magenta value is 1.21%
  • yellow value is 94.55%
  • key color value is 35.29%
CMYK:
(0,1,95,35)
C0M1Y95K35 
(0%,1%,95%,35%)
(0.00/0.01/0.95/0.35)	

CMYK percentages

%0
%1.21
%94.55
%35.29

Codes

Color #A5A309 in popluar color models

A5A309
RGB1651639
HSL59°89.66%34.12%
HSB/HSV59°94.55%64.71%
CMYK0.00%1.21%94.55%
35.29%

Color #A5A309 in popluar number systems.

HEXA5A309
Decimal1651639
Binary10100101101000111001
Octal24524311

Shades and tints

Shades of #A5A309

#A5A309
(165,163,9)
#969509
(150,149,9)
#878709
(135,135,9)
#787909
(120,121,9)
#696B09
(105,107,9)
#5A5D09
(90,93,9)
#4B4F09
(75,79,9)
#3C4109
(60,65,9)
#2D3309
(45,51,9)
#1E2509
(30,37,9)
#0F1709
(15,23,9)
#000000
(0,0,0)

Tints of #A5A309

#A5A309
(165,163,9)
#ADAB1F
(173,171,31)
#B5B335
(181,179,53)
#BDBB4B
(189,187,75)
#C5C361
(197,195,97)
#CDCB77
(205,203,119)
#D5D38D
(213,211,141)
#DDDBA3
(221,219,163)
#E5E3B9
(229,227,185)
#EDEBCF
(237,235,207)
#F5F3E5
(245,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A309; }

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

This text font color is #A5A309.


Background Color

.myBgColor { background-color: #A5A309; }

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

This div background color is #A5A309.


Border color

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

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

This div border color is #A5A309.


Opacity

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

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

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

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

This text has shadow with #A5A309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A309 on black background.


Color preview on white background

This text has color #A5A309 on white background.



Black color preview on #A5A309 background

This text has black color on #A5A309 background.


White color preview on #A5A309 background

This text has white color on #A5A309 background.