COLOR #A5A15E

HEX: #A5A15E
RGB: (165,161,94)

Color info

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

RGB color model

#A5A15E color RGB value is (165,161,94).

  • red value is 165;
  • green value is 161;
  • blue value is 94.
RGB:
(165,161,94)
(65%,63%,37%)

RGB channels and saturation

R 165 of 255 = 65%
G 161 of 255 = 63%
B 94 of 255 = 37%

165
161
94

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

Portions of RGB colors in percentages

R + G + B =
165 + 161 + 94 = 420 (100%)
R 165 of 420 ~ 39.29%
G 161 of 420 ~ 38.33%
B 94 of 420 ~ 22.38%

%39.29
%38.33
%22.38

CMYK color model

#A5A15E color CMYK value is (0,2,43,35).

  • cyan value is 0.00%
  • magenta value is 2.42%
  • yellow value is 43.03%
  • key color value is 35.29%
CMYK:
(0,2,43,35)
C0M2Y43K35 
(0%,2%,43%,35%)
(0.00/0.02/0.43/0.35)	

CMYK percentages

%0
%2.42
%43.03
%35.29

Codes

Color #A5A15E in popluar color models

A5A15E
RGB16516194
HSL57°28.29%50.78%
HSB/HSV57°43.03%64.71%
CMYK0.00%2.42%43.03%
35.29%

Color #A5A15E in popluar number systems.

HEXA5A15E
Decimal16516194
Binary10100101101000011011110
Octal245241136

Shades and tints

Shades of #A5A15E

#A5A15E
(165,161,94)
#969356
(150,147,86)
#87854E
(135,133,78)
#787746
(120,119,70)
#69693E
(105,105,62)
#5A5B36
(90,91,54)
#4B4D2E
(75,77,46)
#3C3F26
(60,63,38)
#2D311E
(45,49,30)
#1E2316
(30,35,22)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #A5A15E

#A5A15E
(165,161,94)
#ADA96C
(173,169,108)
#B5B17A
(181,177,122)
#BDB988
(189,185,136)
#C5C196
(197,193,150)
#CDC9A4
(205,201,164)
#D5D1B2
(213,209,178)
#DDD9C0
(221,217,192)
#E5E1CE
(229,225,206)
#EDE9DC
(237,233,220)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A15E; }

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

This text font color is #A5A15E.


Background Color

.myBgColor { background-color: #A5A15E; }

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

This div background color is #A5A15E.


Border color

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

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

This div border color is #A5A15E.


Opacity

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

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

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

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

This text has shadow with #A5A15E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A15E on black background.


Color preview on white background

This text has color #A5A15E on white background.



Black color preview on #A5A15E background

This text has black color on #A5A15E background.


White color preview on #A5A15E background

This text has white color on #A5A15E background.