COLOR #A5A196

HEX: #A5A196
RGB: (165,161,150)

Color info

#A5A196 contains red, green and blue colors in about the same proportion. Web safe color of #A5A196 is #999999 (or #999).

RGB color model

#A5A196 color RGB value is (165,161,150).

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

RGB channels and saturation

R 165 of 255 = 65%
G 161 of 255 = 63%
B 150 of 255 = 59%

165
161
150

R + G + B ~ 62%. #A5A196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 161 + 150 = 476 (100%)
R 165 of 476 ~ 34.66%
G 161 of 476 ~ 33.82%
B 150 of 476 ~ 31.51%

%34.66
%33.82
%31.51

CMYK color model

#A5A196 color CMYK value is (0,2,9,35).

  • cyan value is 0.00%
  • magenta value is 2.42%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(0,2,9,35)
C0M2Y9K35 
(0%,2%,9%,35%)
(0.00/0.02/0.09/0.35)	

CMYK percentages

%0
%2.42
%9.09
%35.29

Codes

Color #A5A196 in popluar color models

A5A196
RGB165161150
HSL44°7.69%61.76%
HSB/HSV44°9.09%64.71%
CMYK0.00%2.42%9.09%
35.29%

Color #A5A196 in popluar number systems.

HEXA5A196
Decimal165161150
Binary101001011010000110010110
Octal245241226

Shades and tints

Shades of #A5A196

#A5A196
(165,161,150)
#969389
(150,147,137)
#87857C
(135,133,124)
#78776F
(120,119,111)
#696962
(105,105,98)
#5A5B55
(90,91,85)
#4B4D48
(75,77,72)
#3C3F3B
(60,63,59)
#2D312E
(45,49,46)
#1E2321
(30,35,33)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #A5A196

#A5A196
(165,161,150)
#ADA99F
(173,169,159)
#B5B1A8
(181,177,168)
#BDB9B1
(189,185,177)
#C5C1BA
(197,193,186)
#CDC9C3
(205,201,195)
#D5D1CC
(213,209,204)
#DDD9D5
(221,217,213)
#E5E1DE
(229,225,222)
#EDE9E7
(237,233,231)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A196; }

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

This text font color is #A5A196.


Background Color

.myBgColor { background-color: #A5A196; }

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

This div background color is #A5A196.


Border color

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

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

This div border color is #A5A196.


Opacity

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

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

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

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

This text has shadow with #A5A196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A196 on black background.


Color preview on white background

This text has color #A5A196 on white background.



Black color preview on #A5A196 background

This text has black color on #A5A196 background.


White color preview on #A5A196 background

This text has white color on #A5A196 background.