COLOR #A1A195

HEX: #A1A195 RGB: (161,161,149)

Color info

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

RGB color model

#A1A195 color RGB value is (161,161,149).

RGB: (161,161,149) (63%, 63%, 58%)

RGB channels and saturation

R 161 of 255 = 63%
G 161 of 255 = 63%
B 149 of 255 = 58%

161
161
149

R + G + B ~ 61%. #A1A195 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 161 + 149 = 471 (100%)
R 161 of 471 ~ 34.18%
G 161 of 471 ~ 34.18%
B 149 of 471 ~ 31.63'%

%34.18
%34.18
%31.63

CMYK color model

#A1A195 color CMYK value is (0,0,7,37).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 36.86%

CMYK: (0,0,7,37)
C0M0Y7K37 (0%, 0%, 7%, 37%)
(0.00 / 0.00 / 0.07 / 0.37)

CMYK percentages

%0
%0
%7.45
%36.86

Codes

Color #A1A195 in popluar color models

A1 A1 95
RGB 161 161 149
HSL 60° 6.00% 60.78%
HSB/HSV 60° 7.45% 63.14%
CMYK 0.00% 0.00% 7.45%
36.86%

Color #A1A195 in popluar number systems.

HEX A1 A1 95
Decimal 161 161 149
Binary 10100001 10100001 10010101
Octal 241 241 225

Shades and tints

Shades of #A1A195

#A1A195
(161,161,149)
#939388
(147,147,136)
#85857B
(133,133,123)
#77776E
(119,119,110)
#696961
(105,105,97)
#5B5B54
(91,91,84)
#4D4D47
(77,77,71)
#3F3F3A
(63,63,58)
#31312D
(49,49,45)
#232320
(35,35,32)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #A1A195

#A1A195
(161,161,149)
#A9A99E
(169,169,158)
#B1B1A7
(177,177,167)
#B9B9B0
(185,185,176)
#C1C1B9
(193,193,185)
#C9C9C2
(201,201,194)
#D1D1CB
(209,209,203)
#D9D9D4
(217,217,212)
#E1E1DD
(225,225,221)
#E9E9E6
(233,233,230)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A195; }

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

This text font color is #A1A195.

Background Color

.myBgColor { background-color: #A1A195; }

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

This div background color is #A1A195.

Border color

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

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

This div border color is #A1A195.

Opacity

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

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

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

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

This text has shadow with #A1A195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A195.

Preview

Color preview on black background

This text has color #A1A195 on black background.


Color preview on white background

This text has color #A1A195 on white background.


Black color preview on #A1A195 background

This text has black color on #A1A195 background.


White color preview on #A1A195 background

This text has white color on #A1A195 background.


Related colors

Complementary color

Complementary color for #hex is #5E5E6A.


I love getcolorcode.com