COLOR #A1A895

HEX: #A1A895 RGB: (161,168,149)

Color info

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

RGB color model

#A1A895 color RGB value is (161,168,149).

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

RGB channels and saturation

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

161
168
149

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

Portions of RGB colors in percentages

R + G + B = 161 + 168 + 149 = 478 (100%)
R 161 of 478 ~ 33.68%
G 168 of 478 ~ 35.15%
B 149 of 478 ~ 31.17'%

%33.68
%35.15
%31.17

CMYK color model

#A1A895 color CMYK value is (4,0,11,34).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 11.31%
  • key color value is 34.12%

CMYK: (4,0,11,34)
C4M0Y11K34 (4%, 0%, 11%, 34%)
(0.04 / 0.00 / 0.11 / 0.34)

CMYK percentages

%4.17
%0
%11.31
%34.12

Codes

Color #A1A895 in popluar color models

A1 A8 95
RGB 161 168 149
HSL 82° 9.84% 62.16%
HSB/HSV 82° 11.31% 65.88%
CMYK 4.17% 0.00% 11.31%
34.12%

Color #A1A895 in popluar number systems.

HEX A1 A8 95
Decimal 161 168 149
Binary 10100001 10101000 10010101
Octal 241 250 225

Shades and tints

Shades of #A1A895

#A1A895
(161,168,149)
#939988
(147,153,136)
#858A7B
(133,138,123)
#777B6E
(119,123,110)
#696C61
(105,108,97)
#5B5D54
(91,93,84)
#4D4E47
(77,78,71)
#3F3F3A
(63,63,58)
#31302D
(49,48,45)
#232120
(35,33,32)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #A1A895

#A1A895
(161,168,149)
#A9AF9E
(169,175,158)
#B1B6A7
(177,182,167)
#B9BDB0
(185,189,176)
#C1C4B9
(193,196,185)
#C9CBC2
(201,203,194)
#D1D2CB
(209,210,203)
#D9D9D4
(217,217,212)
#E1E0DD
(225,224,221)
#E9E7E6
(233,231,230)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A895; }

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

This text font color is #A1A895.

Background Color

.myBgColor { background-color: #A1A895; }

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

This div background color is #A1A895.

Border color

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

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

This div border color is #A1A895.

Opacity

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

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

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

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

This text has shadow with #A1A895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A895.

Preview

Color preview on black background

This text has color #A1A895 on black background.


Color preview on white background

This text has color #A1A895 on white background.


Black color preview on #A1A895 background

This text has black color on #A1A895 background.


White color preview on #A1A895 background

This text has white color on #A1A895 background.


Related colors

Complementary color

Complementary color for #hex is #5E576A.


I love getcolorcode.com

Triadic colors

1 #95A1A8 and #A895A1 with #A1A895 are triadic colors.

2 #95A8A1 and #A8A195 with #A1A895 are triadic colors.