COLOR #A1A095

HEX: #A1A095 RGB: (161,160,149)

Color info

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

RGB color model

#A1A095 color RGB value is (161,160,149).

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

RGB channels and saturation

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

161
160
149

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

Portions of RGB colors in percentages

R + G + B = 161 + 160 + 149 = 470 (100%)
R 161 of 470 ~ 34.26%
G 160 of 470 ~ 34.04%
B 149 of 470 ~ 31.7'%

%34.26
%34.04
%31.7

CMYK color model

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

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

CMYK: (0,1,7,37)
C0M1Y7K37 (0%, 1%, 7%, 37%)
(0.00 / 0.01 / 0.07 / 0.37)

CMYK percentages

%0
%0.62
%7.45
%36.86

Codes

Color #A1A095 in popluar color models

A1 A0 95
RGB 161 160 149
HSL 55° 6.00% 60.78%
HSB/HSV 55° 7.45% 63.14%
CMYK 0.00% 0.62% 7.45%
36.86%

Color #A1A095 in popluar number systems.

HEX A1 A0 95
Decimal 161 160 149
Binary 10100001 10100000 10010101
Octal 241 240 225

Shades and tints

Shades of #A1A095

#A1A095
(161,160,149)
#939288
(147,146,136)
#85847B
(133,132,123)
#77766E
(119,118,110)
#696861
(105,104,97)
#5B5A54
(91,90,84)
#4D4C47
(77,76,71)
#3F3E3A
(63,62,58)
#31302D
(49,48,45)
#232220
(35,34,32)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #A1A095

#A1A095
(161,160,149)
#A9A89E
(169,168,158)
#B1B0A7
(177,176,167)
#B9B8B0
(185,184,176)
#C1C0B9
(193,192,185)
#C9C8C2
(201,200,194)
#D1D0CB
(209,208,203)
#D9D8D4
(217,216,212)
#E1E0DD
(225,224,221)
#E9E8E6
(233,232,230)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A095; }

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

This text font color is #A1A095.

Background Color

.myBgColor { background-color: #A1A095; }

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

This div background color is #A1A095.

Border color

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

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

This div border color is #A1A095.

Opacity

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

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

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

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

This text has shadow with #A1A095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A095.

Preview

Color preview on black background

This text has color #A1A095 on black background.


Color preview on white background

This text has color #A1A095 on white background.


Black color preview on #A1A095 background

This text has black color on #A1A095 background.


White color preview on #A1A095 background

This text has white color on #A1A095 background.


Related colors

Complementary color

Complementary color for #hex is #5E5F6A.


I love getcolorcode.com

Triadic colors

1 #95A1A0 and #A095A1 with #A1A095 are triadic colors.

2 #95A0A1 and #A0A195 with #A1A095 are triadic colors.