COLOR #A5A194

HEX: #A5A194
RGB: (165,161,148)

Color info

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

RGB color model

#A5A194 color RGB value is (165,161,148).

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

RGB channels and saturation

R 165 of 255 = 65%
G 161 of 255 = 63%
B 148 of 255 = 58%

165
161
148

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

Portions of RGB colors in percentages

R + G + B =
165 + 161 + 148 = 474 (100%)
R 165 of 474 ~ 34.81%
G 161 of 474 ~ 33.97%
B 148 of 474 ~ 31.22%

%34.81
%33.97
%31.22

CMYK color model

#A5A194 color CMYK value is (0,2,10,35).

  • cyan value is 0.00%
  • magenta value is 2.42%
  • yellow value is 10.30%
  • key color value is 35.29%
CMYK:
(0,2,10,35)
C0M2Y10K35 
(0%,2%,10%,35%)
(0.00/0.02/0.10/0.35)	

CMYK percentages

%0
%2.42
%10.3
%35.29

Codes

Color #A5A194 in popluar color models

A5A194
RGB165161148
HSL46°8.63%61.37%
HSB/HSV46°10.30%64.71%
CMYK0.00%2.42%10.30%
35.29%

Color #A5A194 in popluar number systems.

HEXA5A194
Decimal165161148
Binary101001011010000110010100
Octal245241224

Shades and tints

Shades of #A5A194

#A5A194
(165,161,148)
#969387
(150,147,135)
#87857A
(135,133,122)
#78776D
(120,119,109)
#696960
(105,105,96)
#5A5B53
(90,91,83)
#4B4D46
(75,77,70)
#3C3F39
(60,63,57)
#2D312C
(45,49,44)
#1E231F
(30,35,31)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #A5A194

#A5A194
(165,161,148)
#ADA99D
(173,169,157)
#B5B1A6
(181,177,166)
#BDB9AF
(189,185,175)
#C5C1B8
(197,193,184)
#CDC9C1
(205,201,193)
#D5D1CA
(213,209,202)
#DDD9D3
(221,217,211)
#E5E1DC
(229,225,220)
#EDE9E5
(237,233,229)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A194; }

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

This text font color is #A5A194.


Background Color

.myBgColor { background-color: #A5A194; }

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

This div background color is #A5A194.


Border color

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

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

This div border color is #A5A194.


Opacity

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

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

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

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

This text has shadow with #A5A194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A194 on black background.


Color preview on white background

This text has color #A5A194 on white background.



Black color preview on #A5A194 background

This text has black color on #A5A194 background.


White color preview on #A5A194 background

This text has white color on #A5A194 background.