COLOR #A5A15B

HEX: #A5A15B
RGB: (165,161,91)

Color info

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

RGB color model

#A5A15B color RGB value is (165,161,91).

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

RGB channels and saturation

R 165 of 255 = 65%
G 161 of 255 = 63%
B 91 of 255 = 36%

165
161
91

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

Portions of RGB colors in percentages

R + G + B =
165 + 161 + 91 = 417 (100%)
R 165 of 417 ~ 39.57%
G 161 of 417 ~ 38.61%
B 91 of 417 ~ 21.82%

%39.57
%38.61
%21.82

CMYK color model

#A5A15B color CMYK value is (0,2,45,35).

  • cyan value is 0.00%
  • magenta value is 2.42%
  • yellow value is 44.85%
  • key color value is 35.29%
CMYK:
(0,2,45,35)
C0M2Y45K35 
(0%,2%,45%,35%)
(0.00/0.02/0.45/0.35)	

CMYK percentages

%0
%2.42
%44.85
%35.29

Codes

Color #A5A15B in popluar color models

A5A15B
RGB16516191
HSL57°29.13%50.20%
HSB/HSV57°44.85%64.71%
CMYK0.00%2.42%44.85%
35.29%

Color #A5A15B in popluar number systems.

HEXA5A15B
Decimal16516191
Binary10100101101000011011011
Octal245241133

Shades and tints

Shades of #A5A15B

#A5A15B
(165,161,91)
#969353
(150,147,83)
#87854B
(135,133,75)
#787743
(120,119,67)
#69693B
(105,105,59)
#5A5B33
(90,91,51)
#4B4D2B
(75,77,43)
#3C3F23
(60,63,35)
#2D311B
(45,49,27)
#1E2313
(30,35,19)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #A5A15B

#A5A15B
(165,161,91)
#ADA969
(173,169,105)
#B5B177
(181,177,119)
#BDB985
(189,185,133)
#C5C193
(197,193,147)
#CDC9A1
(205,201,161)
#D5D1AF
(213,209,175)
#DDD9BD
(221,217,189)
#E5E1CB
(229,225,203)
#EDE9D9
(237,233,217)
#F5F1E7
(245,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A15B; }

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

This text font color is #A5A15B.


Background Color

.myBgColor { background-color: #A5A15B; }

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

This div background color is #A5A15B.


Border color

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

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

This div border color is #A5A15B.


Opacity

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

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

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

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

This text has shadow with #A5A15B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A15B on black background.


Color preview on white background

This text has color #A5A15B on white background.



Black color preview on #A5A15B background

This text has black color on #A5A15B background.


White color preview on #A5A15B background

This text has white color on #A5A15B background.